diff --git a/pom.xml b/pom.xml index a6f03ecdf..7071f3a0e 100644 --- a/pom.xml +++ b/pom.xml @@ -284,13 +284,23 @@ maven-site-plugin 3.12.1 + + org.apache.maven.plugins + maven-clean-plugin + 3.4.0 + + + org.apache.maven.plugins + maven-install-plugin + 3.1.3 + org.apache.maven.plugins maven-enforcer-plugin - 3.1.0 + 3.5.0 enforce-maven @@ -493,7 +503,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.0.1 + 3.2.7 sign-artifacts diff --git a/samples/dailymotion-cmdline-sample/pom.xml b/samples/dailymotion-cmdline-sample/pom.xml index e1bb58304..d1ce5b83d 100644 --- a/samples/dailymotion-cmdline-sample/pom.xml +++ b/samples/dailymotion-cmdline-sample/pom.xml @@ -73,14 +73,6 @@ true - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 - - true - - ${project.artifactId}-${project.version} @@ -109,4 +101,31 @@ UTF-8 + + + + release-sonatype + + + + !artifact-registry-url + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + + true + + + + + + diff --git a/samples/keycloak-pkce-cmdline-sample/pom.xml b/samples/keycloak-pkce-cmdline-sample/pom.xml index 983ca6229..ee5b5e235 100644 --- a/samples/keycloak-pkce-cmdline-sample/pom.xml +++ b/samples/keycloak-pkce-cmdline-sample/pom.xml @@ -73,14 +73,6 @@ true - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 - - true - - ${project.artifactId}-${project.version} @@ -109,4 +101,31 @@ UTF-8 + + + + release-sonatype + + + + !artifact-registry-url + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + + true + + + + + + diff --git a/samples/pom.xml b/samples/pom.xml index 820a81719..92dc53626 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -43,14 +43,33 @@ true - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.13 - - true - - + + + + release-sonatype + + + + !artifact-registry-url + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + + true + + + + + +