Closed
Description
- Configure
maven-compiler-plugin
to compile source code - Configure
maven-surefire-plugin
to run unit tests (mvn test
) - Configure
maven-failsafe-plugin
to run integration tests (mvn verify
) - Configure
maven-ant-plugin
to run the JSR TCK as part of maven's integration-test phase (no custom profile) - Configure
maven-javadoc-plugin
to generate javadocs (individual modules and aggregate docs) - Configure
maven-source-plugin
to generate source jars - Configure
asciidoctor-maven-plugin
to generate reference documentation in html/pdf - Configure
maven-assembly-plugin
to generate a single distribution of docs/schemas - Configure
jacoco-maven-plugin
to run test coverage and generate report (with atest-coverage
profile) - Configure
maven-flatten-plugin
to optimize pom files before distribution - Configure
maven-gpg-plugin
to sign jars before distribution - Configure
maven-deploy-plugin
to deploy artifacts to artifactory - Add maven wrapper files
- Update build process documentation