You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2014/08/08 20:46:10 UTC

svn commit: r1616852 - /qpid/branches/0.30/qpid/tools/src/java/pom.xml

Author: robbie
Date: Fri Aug  8 18:46:10 2014
New Revision: 1616852

URL: http://svn.apache.org/r1616852
Log:
QPID-5610: add a profile override to the QMF build to disable the apache-release source assembly creation, ported from trunk to 0.30

Modified:
    qpid/branches/0.30/qpid/tools/src/java/pom.xml

Modified: qpid/branches/0.30/qpid/tools/src/java/pom.xml
URL: http://svn.apache.org/viewvc/qpid/branches/0.30/qpid/tools/src/java/pom.xml?rev=1616852&r1=1616851&r2=1616852&view=diff
==============================================================================
--- qpid/branches/0.30/qpid/tools/src/java/pom.xml (original)
+++ qpid/branches/0.30/qpid/tools/src/java/pom.xml Fri Aug  8 18:46:10 2014
@@ -41,4 +41,30 @@
   <build>
   </build>
 
+  <profiles>
+    <!-- Profile to update the Apache parent pom profile of the same name to prevent source assembly at java build level.-->
+    <profile>
+      <id>apache-release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>source-release-assembly</id>
+                <phase>package</phase>
+                <goals>
+                  <goal>single</goal>
+                </goals>
+                <configuration>
+                  <skipAssembly>true</skipAssembly>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+
 </project>



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