You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2016/02/10 17:22:13 UTC

svn commit: r1729638 - in /qpid/java/trunk: broker/pom.xml broker/src/main/assembly/src.xml pom.xml

Author: orudyy
Date: Wed Feb 10 16:22:13 2016
New Revision: 1729638

URL: http://svn.apache.org/viewvc?rev=1729638&view=rev
Log:
QPID-6925: Use pre-defined 'source-release' assmbly descriptor to create source bundle

Removed:
    qpid/java/trunk/broker/src/main/assembly/src.xml
Modified:
    qpid/java/trunk/broker/pom.xml
    qpid/java/trunk/pom.xml

Modified: qpid/java/trunk/broker/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/broker/pom.xml?rev=1729638&r1=1729637&r2=1729638&view=diff
==============================================================================
--- qpid/java/trunk/broker/pom.xml (original)
+++ qpid/java/trunk/broker/pom.xml Wed Feb 10 16:22:13 2016
@@ -189,34 +189,4 @@
       </plugin>
     </plugins>
   </build>
-
-  <profiles>
-    <profile>
-      <id>apache-release</id>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-assembly-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>make-src-assembly</id>
-                <phase>package</phase>
-                <goals>
-                  <goal>single</goal>
-                </goals>
-                <configuration>
-                  <descriptors>
-                    <descriptor>src/main/assembly/src.xml</descriptor>
-                  </descriptors>
-                  <tarLongFileMode>gnu</tarLongFileMode>
-                  <finalName>qpid-java-${project.version}</finalName>
-                  <appendAssemblyId>false</appendAssemblyId>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
 </project>

Modified: qpid/java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/pom.xml?rev=1729638&r1=1729637&r2=1729638&view=diff
==============================================================================
--- qpid/java/trunk/pom.xml (original)
+++ qpid/java/trunk/pom.xml Wed Feb 10 16:22:13 2016
@@ -875,7 +875,10 @@
                   <goal>single</goal>
                 </goals>
                 <configuration>
-                  <skipAssembly>true</skipAssembly>
+                  <formats>tar.gz</formats>
+                  <tarLongFileMode>gnu</tarLongFileMode>
+                  <finalName>qpid-java-${project.version}</finalName>
+                  <appendAssemblyId>false</appendAssemblyId>
                 </configuration>
               </execution>
             </executions>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org