Google News
logo
Java Maven - Interview Questions
How to generate javadocs in Maven?
The maven-javadoc plugin is used by Maven to generate a project's javadocs. To create javadocs, this plugin internally uses the JDK\bin\javadoce.exe command. The javadocs for the project are generated when the project is deployed with the mvn install command.
Advertisement