You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2012/01/23 15:21:30 UTC

svn commit: r1234814 - /servicemix/smx4/bundles/trunk/smack-3.2.1/pom.xml

Author: jbonofre
Date: Mon Jan 23 14:21:30 2012
New Revision: 1234814

URL: http://svn.apache.org/viewvc?rev=1234814&view=rev
Log:
[SMX4-919] Add the sources artifact to smack 3.2.1 bundle

Modified:
    servicemix/smx4/bundles/trunk/smack-3.2.1/pom.xml

Modified: servicemix/smx4/bundles/trunk/smack-3.2.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/smack-3.2.1/pom.xml?rev=1234814&r1=1234813&r2=1234814&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/smack-3.2.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/smack-3.2.1/pom.xml Mon Jan 23 14:21:30 2012
@@ -68,6 +68,20 @@
             <version>${pkgVersion}</version>
             <optional>true</optional>
         </dependency>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>smack</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>${pkgGroupId}</groupId>
+            <artifactId>smackx</artifactId>
+            <version>${pkgVersion}</version>
+            <classifier>sources</classifier>
+            <optional>true</optional>
+        </dependency>
     </dependencies>
 
     <repositories>
@@ -86,6 +100,7 @@
                 <artifactId>maven-shade-plugin</artifactId>
                 <executions>
                     <execution>
+                        <id>jar</id>
                         <phase>package</phase>
                         <goals>
                             <goal>shade</goal>