Book Image

Apache Maven Cookbook

Book Image

Apache Maven Cookbook

Overview of this book

If you are a Java developer or a manager who has experience with Apache Maven and want to extend your knowledge, then this is the ideal book for you. Apache Maven Cookbook is for those who want to learn how Apache Maven can be used for build automation. It is also meant for those familiar with Apache Maven, but want to understand the finer nuances of Maven and solve specific problems.
Table of Contents (13 chapters)
12
Index

Chapter 1. Getting Started

In this chapter, we will cover the basic tasks related to getting started with Apache Maven:

  • Installing Maven on Microsoft Windows
  • Installing Maven on Mac OS X
  • Installing Maven on Linux
  • Changing the JDK used by Maven
  • Creating a simple project with Maven
  • Building a simple project with Maven
  • Changing the location of the Maven repository
  • Running Maven behind an HTTP proxy server
  • Understanding the standard directory layout