You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2016/07/15 07:34:02 UTC

[1/2] struts git commit: sync up execution ids with top-level Apache pom, otherwise the sources are deployed twice during release

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 <pb...@atlassian.com>
Authored: Tue Jun 21 16:26:50 2016 +0200
Committer: Przemek Bruski <pb...@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>


[2/2] struts git commit: WW-4653 Drops duplicated source jar deployment

Posted by lu...@apache.org.
WW-4653 Drops duplicated source jar deployment


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/ca42e4ea
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/ca42e4ea
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/ca42e4ea

Branch: refs/heads/master
Commit: ca42e4ea56b9ef9005a005407c40a480a6765403
Parents: 79beb56 04c98e7
Author: Lukasz Lenart <lu...@apache.org>
Authored: Fri Jul 15 09:33:53 2016 +0200
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Fri Jul 15 09:33:53 2016 +0200

----------------------------------------------------------------------

----------------------------------------------------------------------