diff --git a/cli/pom.xml b/cli/pom.xml index bf4ba2c46..65ed8205d 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -10,6 +10,21 @@ vera-cli VeraPDF CLI Command line invocation of the Vera PDF validator. + + + + org.verapdf + core + 1.0-SNAPSHOT + + + + com.beust + jcommander + 1.47 + + + @@ -43,17 +58,4 @@ - - - org.verapdf - core - 1.0-SNAPSHOT - - - - com.beust - jcommander - 1.47 - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index c32f62a6d..c67763754 100644 --- a/pom.xml +++ b/pom.xml @@ -2,6 +2,11 @@ + + oss-parent + org.sonatype.oss + 7 + 4.0.0 org.verapdf @@ -26,6 +31,21 @@ 18.0 + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + scm:git:https://github.com/veraPDF/veraPDF-library.git + + @@ -36,7 +56,45 @@ ${project.build.sourceEncoding} + + org.apache.maven.plugins + maven-release-plugin + + clean install + deploy + true + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + \ No newline at end of file