From 516d3d5136f0ef563feb6b3e0207244745a73a4c Mon Sep 17 00:00:00 2001 From: Przemek Bruski Date: Tue, 21 Jun 2016 16:10:29 +0200 Subject: [PATCH] sync up execution ids with top-level Apache pom, otherwise the sources are deployed twice during release --- core/pom.xml | 8 -------- pom.xml | 20 ++++++++++++-------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 9864cb1a3..790fd48ac 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -185,14 +185,6 @@ org.apache.maven.plugins maven-source-plugin - - - attach-source - - jar - - - diff --git a/pom.xml b/pom.xml index 713f5d6db..ceea82aee 100644 --- a/pom.xml +++ b/pom.xml @@ -216,6 +216,18 @@ maven-dependency-plugin 2.10 + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + @@ -247,14 +259,6 @@ org.apache.maven.plugins maven-source-plugin - - - attach-source - - jar - - - org.apache.maven.plugins