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

Latest commit

 

History

History
executable file
·
37 lines (24 loc) · 1.01 KB

README.md

File metadata and controls

executable file
·
37 lines (24 loc) · 1.01 KB

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