From f0effe5240a037ca0edc3af989ec4b75105ed297 Mon Sep 17 00:00:00 2001 From: Sven Kubiak Date: Mon, 17 Jul 2023 14:15:33 +0200 Subject: [PATCH] Moved release plugins to profile --- pom.xml | 57 ++++++++++++++++++++++++++------------------------------- 1 file changed, 26 insertions(+), 31 deletions(-) diff --git a/pom.xml b/pom.xml index 1eae30f..eafeaef 100644 --- a/pom.xml +++ b/pom.xml @@ -45,19 +45,6 @@ false - - org.apache.maven.plugins - maven-source-plugin - 3.3.0 - - - attach-sources - - jar-no-fork - - - - org.apache.maven.plugins maven-enforcer-plugin @@ -131,19 +118,6 @@ false - - org.apache.maven.plugins - maven-javadoc-plugin - 3.5.0 - - - attach-javadocs - - jar - - - - org.sonarsource.scanner.maven sonar-maven-plugin @@ -153,10 +127,6 @@ org.apache.maven.plugins maven-release-plugin 3.0.1 - - true - deploy - org.apache.maven.plugins @@ -238,9 +208,34 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + 3.5.0 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.3.0 + + + attach-sources + + jar-no-fork + + + + - \ No newline at end of file