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.

Goals

GoalDescription
javadoc The default goal. This goal simply executes the javadoc:generate goal
javadoc:generate Generates documentation using Java's built-in Javadoc tool
javadoc:installInstalls the jar containing javadoc documentation in the local repository
javadoc:install-snapshotInstalls the jar containing javadoc documentation of the snapshot version in the local repository
javadoc:deployDeploys the jar containing javadoc documentation the remote repository(ies)
javadoc:deploy-snapshotDeploys the jar containing javadoc documentation of the snapshot version to the remote repository(ies)