You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/05/14 15:01:53 UTC

commons-release-plugin git commit: maven-assembly-plugin is defined twice.

Repository: commons-release-plugin
Updated Branches:
  refs/heads/master 9f5a04e76 -> 98a5eef91


maven-assembly-plugin is defined twice.

Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/98a5eef9
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/98a5eef9
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/98a5eef9

Branch: refs/heads/master
Commit: 98a5eef91a23f188b2f4528af4a6b134a85ef838
Parents: 9f5a04e
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon May 14 09:01:51 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon May 14 09:01:51 2018 -0600

----------------------------------------------------------------------
 pom.xml | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/98a5eef9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 471f6c9..157a378 100644
--- a/pom.xml
+++ b/pom.xml
@@ -262,6 +262,7 @@
                 <artifactId>maven-assembly-plugin</artifactId>
                 <configuration>
                     <descriptors>
+                        <descriptor>src/assembly/bin.xml</descriptor>
                         <descriptor>src/assembly/src.xml</descriptor>
                     </descriptors>
                     <tarLongFileMode>gnu</tarLongFileMode>
@@ -277,16 +278,6 @@
                 </configuration>
             </plugin>
             <plugin>
-                <artifactId>maven-assembly-plugin</artifactId>
-                <configuration>
-                    <descriptors>
-                        <descriptor>src/assembly/bin.xml</descriptor>
-                        <descriptor>src/assembly/src.xml</descriptor>
-                    </descriptors>
-                    <tarLongFileMode>gnu</tarLongFileMode>
-                </configuration>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-scm-publish-plugin</artifactId>
                 <configuration>