Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Maven Plugin Plugin Settings

Property Optional? Description
maven.plugin.test.dir Yes The directory that contains the project descriptor for running the plugin tests. This should be relative to ${basedir}. Default is src/plugin-test.
maven.docs.src Yes Default is ${basedir}/xdocs.
maven.plugin.dir Yes Where Maven can find it's plugins. Default is ${maven.home}/plugins.
maven.plugin.user.dir Yes Where Maven can find plugins for this user only. Default is ${maven.home.local}/plugins.
maven.plugin.unpacked.dir Yes Where Maven expands installed plugins for processing. Default is ${maven.home.local}/cache.
maven.repo.local Yes The repository on the local machine Maven should use to store downloaded artifacts (jars etc). Default is ${maven.home.local}/repository.
maven.repo.remote Yes The repository maven should use to download artifacts (jars etc) that it can't find in the local repository. You should set this to one of the Ibiblio mirrors. You can also specify multiple repositories, separated by commas. Default is http://www.ibiblio.org/maven.