-
Notifications
You must be signed in to change notification settings - Fork 4
Maven Artifacts and Profiles
James McLeod edited this page Jul 23, 2020
·
1 revision
Notes on Maven profiles and targets available in the project.
- Active by default
- Includes all sub-projects
- Not active by default
- Builds project using JDK 8 toolchain
- Not active by default
- Includes all sub-projects
- Used to create Javadoc for private and package-private entities
mvn -Pdev-doc javadoc:javadoc
- Not active by default
- Excludes localebean and pstExtractor projects
- Makes jars available to Maven Central via OSSRH
- Requires developer private key
mvn -Pdeploy-ossrh deploy
- Includes linting code and google errorprone
- Static code analysis
- Only implemented for pst library, not for other sub-projects