Maven Build Plugins
Last updated
Was this helpful?
Last updated
Was this helpful?
Recommended Maven build plugins:
, can handle Ant scripts.
, uilds a distributable file from all the project components.
, cleans the output folder.
, compiles the source code.
, copies and manipulates the project dependencies.
, takes care of the deployment phase.
, stops the project from being built if it does not comply with a set of rules
, runs integration tests.
, installs the project into the local Maven repository.
, generates coverage data from Surefire and Failsafe.
, generates the jar file.
, handles the Javadocs.
, generates releases and updates the project.
, handles the project resources.
, generates the Maven Site.
, bundles the source into the packaged project.
, runs unit tests.
These will be used by Maven, but some may require additional configuration.
Check the to find out how to set them up.