You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/06/15 13:52:39 UTC

svn commit: r414564 - /incubator/servicemix/trunk/incubating-apache-servicemix/pom.xml

Author: gnodet
Date: Thu Jun 15 04:52:39 2006
New Revision: 414564

URL: http://svn.apache.org/viewvc?rev=414564&view=rev
Log:
Fix assembly so that it does not deploy an empty jar

Modified:
    incubator/servicemix/trunk/incubating-apache-servicemix/pom.xml

Modified: incubator/servicemix/trunk/incubating-apache-servicemix/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/incubating-apache-servicemix/pom.xml?rev=414564&r1=414563&r2=414564&view=diff
==============================================================================
--- incubator/servicemix/trunk/incubating-apache-servicemix/pom.xml (original)
+++ incubator/servicemix/trunk/incubating-apache-servicemix/pom.xml Thu Jun 15 04:52:39 2006
@@ -31,6 +31,7 @@
 
   <artifactId>incubating-apache-servicemix</artifactId>
   <name>Servicemix :: Assembly</name>
+  <packaging>pom</packaging>
 
   <dependencies>
     <dependency>
@@ -282,7 +283,7 @@
             <id>bin</id>
             <phase>package</phase>
             <goals>
-              <goal>single</goal>
+              <goal>attached</goal>
             </goals>
             <configuration>
               <descriptors>
@@ -295,7 +296,7 @@
             <id>src</id>
             <phase>package</phase>
             <goals>
-              <goal>single</goal>
+              <goal>attached</goal>
             </goals>
             <configuration>
               <descriptors>