Goal | Description |
---|---|
javadoc | The default goal. This goal simply executes the javadoc:generate goal |
javadoc:generate | Generates documentation using Java's built-in Javadoc tool |
javadoc:install | Installs the jar containing javadoc documentation in the local repository |
javadoc:install-snapshot | Installs the jar containing javadoc documentation of the snapshot version in the local repository |
javadoc:deploy | Deploys the jar containing javadoc documentation the remote repository(ies) |
javadoc:deploy-snapshot | Deploys the jar containing javadoc documentation of the snapshot version to the remote repository(ies) |