Parent POM
- Build Status:
- Issues: https://github.com/mathieucarbou/parent-pom/issues
Maven
Releases
Available in Maven Central Repository: http://repo1.maven.org/maven2/com/mycila/pom/
Snapshots
Available in OSS Repository: https://oss.sonatype.org/content/repositories/snapshots/com/mycila/pom/
Declaration
<parent>
<groupId>com.mycila</groupId>
<artifactId>pom</artifactId>
<version>X</version>
</parent>
Maven Sites
Releasing
./mvnw release:prepare
./mvnw release:perform -Darguments="-Dgpg.keyname=EDEA921A"
# Fallback
./mvnw deploy -Dgpg.keyname=EDEA921A -Dgpg.useagent=true -DperformRelease=true