From a5318eed6963809f41c39c33ad057e9861518470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibaud=20Lepr=C3=AAtre?= Date: Sat, 9 Jun 2018 08:36:19 +0200 Subject: [PATCH] HotFix pom.xml to do not forget parent fixes #95 --- .../pom.xml | 26 ---- cas-security-spring-boot-starter/pom.xml | 25 ---- pom.xml | 112 +++++++++--------- spring-security-cas-extension/pom.xml | 26 ---- 4 files changed, 55 insertions(+), 134 deletions(-) diff --git a/cas-security-spring-boot-autoconfigure/pom.xml b/cas-security-spring-boot-autoconfigure/pom.xml index 6198872..613b752 100644 --- a/cas-security-spring-boot-autoconfigure/pom.xml +++ b/cas-security-spring-boot-autoconfigure/pom.xml @@ -73,30 +73,4 @@ - - - release - - - - org.apache.maven.plugins - maven-source-plugin - - - org.apache.maven.plugins - maven-javadoc-plugin - - - org.apache.maven.plugins - maven-gpg-plugin - - - org.sonatype.plugins - nexus-staging-maven-plugin - - - - - - diff --git a/cas-security-spring-boot-starter/pom.xml b/cas-security-spring-boot-starter/pom.xml index 34737a6..089a763 100644 --- a/cas-security-spring-boot-starter/pom.xml +++ b/cas-security-spring-boot-starter/pom.xml @@ -39,30 +39,5 @@ - - - release - - - - org.apache.maven.plugins - maven-source-plugin - - - org.apache.maven.plugins - maven-javadoc-plugin - - - org.apache.maven.plugins - maven-gpg-plugin - - - org.sonatype.plugins - nexus-staging-maven-plugin - - - - - diff --git a/pom.xml b/pom.xml index 445fdc7..70eeb24 100644 --- a/pom.xml +++ b/pom.xml @@ -133,63 +133,61 @@ release - - - - org.apache.maven.plugins - maven-source-plugin - ${maven-source-plugin.version} - - - attach-sources - verify - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - ${maven-javadoc-plugin.version} - - - attach-javadocs - verify - - jar - - - - - - org.apache.maven.plugins - maven-gpg-plugin - ${maven-gpg-plugin.version} - - - sign-artifacts - verify - - sign - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - ${nexus-staging-maven-plugin.version} - true - - oss.sonatype.org - https://oss.sonatype.org/ - true - - - - + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + verify + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + attach-javadocs + verify + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + ${maven-gpg-plugin.version} + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${nexus-staging-maven-plugin.version} + true + + oss.sonatype.org + https://oss.sonatype.org/ + true + + + diff --git a/spring-security-cas-extension/pom.xml b/spring-security-cas-extension/pom.xml index 7a8be82..9928f93 100644 --- a/spring-security-cas-extension/pom.xml +++ b/spring-security-cas-extension/pom.xml @@ -77,30 +77,4 @@ - - - release - - - - org.apache.maven.plugins - maven-source-plugin - - - org.apache.maven.plugins - maven-javadoc-plugin - - - org.apache.maven.plugins - maven-gpg-plugin - - - org.sonatype.plugins - nexus-staging-maven-plugin - - - - - -