diff --git a/auto-pipeline-examples/pom.xml b/auto-pipeline-examples/pom.xml index 8b5a893..ff66582 100644 --- a/auto-pipeline-examples/pom.xml +++ b/auto-pipeline-examples/pom.xml @@ -51,4 +51,24 @@ provided + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + + + diff --git a/auto-pipeline-processor/pom.xml b/auto-pipeline-processor/pom.xml index 0b70489..ef91f20 100644 --- a/auto-pipeline-processor/pom.xml +++ b/auto-pipeline-processor/pom.xml @@ -67,6 +67,16 @@ gen-doc + + + + performRelease + true + + diff --git a/pom.xml b/pom.xml index 22430b1..eb6bf49 100644 --- a/pom.xml +++ b/pom.xml @@ -341,12 +341,27 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.8 true + + + + + default-deploy + deploy + + deploy + + + ossrh https://s01.oss.sonatype.org/ - true + false @@ -432,6 +447,11 @@ git-commit-id-plugin 4.9.10 + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 +