Repository: struts Updated Branches: refs/heads/master 79beb5679 -> ca42e4ea5
sync up execution ids with top-level Apache pom, otherwise the sources are deployed twice during release Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/04c98e7d Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/04c98e7d Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/04c98e7d Branch: refs/heads/master Commit: 04c98e7dc90ce1b305ad10d55debdf51d75e90ef Parents: a2de255 Author: Przemek Bruski <pbru...@atlassian.com> Authored: Tue Jun 21 16:26:50 2016 +0200 Committer: Przemek Bruski <pbru...@atlassian.com> Committed: Tue Jun 21 16:26:50 2016 +0200 ---------------------------------------------------------------------- core/pom.xml | 8 -------- pom.xml | 20 ++++++++++++-------- 2 files changed, 12 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/04c98e7d/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 9864cb1..790fd48 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -185,14 +185,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <executions> - <execution> - <id>attach-source</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> </plugin> </plugins> </build> http://git-wip-us.apache.org/repos/asf/struts/blob/04c98e7d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 713f5d6..ceea82a 100644 --- a/pom.xml +++ b/pom.xml @@ -216,6 +216,18 @@ <artifactId>maven-dependency-plugin</artifactId> <version>2.10</version> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <executions> + <execution> + <id>attach-sources</id> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> </pluginManagement> <plugins> @@ -247,14 +259,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <executions> - <execution> - <id>attach-source</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>