You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by dj...@apache.org on 2008/04/10 23:34:47 UTC

svn commit: r646972 - in /activemq/branches/activemq-4.1/assembly: pom.xml src/main/descriptors/unix-bin.xml src/main/descriptors/windows-bin.xml

Author: djencks
Date: Thu Apr 10 14:34:37 2008
New Revision: 646972

URL: http://svn.apache.org/viewvc?rev=646972&view=rev
Log:
make the binary artifacts deployable by using a 'bin' classifier

Modified:
    activemq/branches/activemq-4.1/assembly/pom.xml
    activemq/branches/activemq-4.1/assembly/src/main/descriptors/unix-bin.xml
    activemq/branches/activemq-4.1/assembly/src/main/descriptors/windows-bin.xml

Modified: activemq/branches/activemq-4.1/assembly/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/assembly/pom.xml?rev=646972&r1=646971&r2=646972&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/assembly/pom.xml (original)
+++ activemq/branches/activemq-4.1/assembly/pom.xml Thu Apr 10 14:34:37 2008
@@ -261,35 +261,35 @@
             <id>unix-bin</id>
             <phase>package</phase>
             <goals>
-              <goal>single</goal>
+              <goal>attached</goal>
             </goals>
             <configuration>
               <descriptors>
                  <descriptor>src/main/descriptors/unix-bin.xml</descriptor>  
               </descriptors>
-              <finalName>${pom.artifactId}-${pom.version}</finalName>
-              <appendAssemblyId>false</appendAssemblyId>
+              <!--<finalName>${pom.artifactId}-${pom.version}</finalName>-->
+              <!--<appendAssemblyId>false</appendAssemblyId>-->
             </configuration>
           </execution>
           <execution>
             <id>windows-bin</id>
             <phase>package</phase>
             <goals>
-              <goal>single</goal>
+              <goal>attached</goal>
             </goals>
             <configuration>
               <descriptors>
                  <descriptor>src/main/descriptors/windows-bin.xml</descriptor>  
               </descriptors>
-              <finalName>${pom.artifactId}-${pom.version}</finalName>
-              <appendAssemblyId>false</appendAssemblyId>
+              <!--<finalName>${pom.artifactId}-${pom.version}</finalName>-->
+              <!--<appendAssemblyId>false</appendAssemblyId>-->
             </configuration>
           </execution>
           <execution>
             <id>unix-src</id>
             <phase>package</phase>
             <goals>
-              <goal>single</goal>
+              <goal>attached</goal>
             </goals>
             <configuration>
               <descriptors>
@@ -301,7 +301,7 @@
             <id>windows-src</id>
             <phase>package</phase>
             <goals>
-              <goal>single</goal>
+              <goal>attached</goal>
             </goals>
             <configuration>
               <descriptors>

Modified: activemq/branches/activemq-4.1/assembly/src/main/descriptors/unix-bin.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/assembly/src/main/descriptors/unix-bin.xml?rev=646972&r1=646971&r2=646972&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/assembly/src/main/descriptors/unix-bin.xml (original)
+++ activemq/branches/activemq-4.1/assembly/src/main/descriptors/unix-bin.xml Thu Apr 10 14:34:37 2008
@@ -16,7 +16,7 @@
     limitations under the License.
 -->
 <assembly>
-  <id>unix-bin</id>
+  <id>bin</id>
   <formats>
     <format>tar.gz</format>
     <format>tar.bz2</format>

Modified: activemq/branches/activemq-4.1/assembly/src/main/descriptors/windows-bin.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/assembly/src/main/descriptors/windows-bin.xml?rev=646972&r1=646971&r2=646972&view=diff
==============================================================================
--- activemq/branches/activemq-4.1/assembly/src/main/descriptors/windows-bin.xml (original)
+++ activemq/branches/activemq-4.1/assembly/src/main/descriptors/windows-bin.xml Thu Apr 10 14:34:37 2008
@@ -16,7 +16,7 @@
     limitations under the License.
 -->
 <assembly>
-  <id>windows-bin</id>
+  <id>bin</id>
   <formats>
     <format>zip</format>
   </formats>