Repository: struts
Updated Branches:
  refs/heads/master 889e6db56 -> 79beb5679


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/516d3d51
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/516d3d51
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/516d3d51

Branch: refs/heads/master
Commit: 516d3d5136f0ef563feb6b3e0207244745a73a4c
Parents: a2de255
Author: Przemek Bruski <pbru...@atlassian.com>
Authored: Tue Jun 21 16:10:29 2016 +0200
Committer: Przemek Bruski <pbru...@atlassian.com>
Committed: Tue Jun 21 16:10:29 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/516d3d51/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/516d3d51/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>

Reply via email to