Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

mathieucarbou/parent-pom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parent POM

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