Author: stack
Date: Tue Dec  7 05:25:49 2010
New Revision: 1042911

URL: http://svn.apache.org/viewvc?rev=1042911&view=rev
Log:
Stop assembly adding 'all' to the produced bundle

Modified:
    hbase/trunk/pom.xml
    hbase/trunk/src/assembly/all.xml

Modified: hbase/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1042911&r1=1042910&r2=1042911&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Tue Dec  7 05:25:49 2010
@@ -315,6 +315,7 @@
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
           <tarLongFileMode>gnu</tarLongFileMode>
+          <appendAssemblyId>false</appendAssemblyId>
           <descriptors>
             <descriptor>src/assembly/all.xml</descriptor>
           </descriptors>

Modified: hbase/trunk/src/assembly/all.xml
URL: 
http://svn.apache.org/viewvc/hbase/trunk/src/assembly/all.xml?rev=1042911&r1=1042910&r2=1042911&view=diff
==============================================================================
--- hbase/trunk/src/assembly/all.xml (original)
+++ hbase/trunk/src/assembly/all.xml Tue Dec  7 05:25:49 2010
@@ -2,6 +2,9 @@
 <assembly 
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1";
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
           
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1
 http://maven.apache.org/xsd/assembly-1.1.1.xsd";>
+  <!--This 'all' id is not appended to the produced bundle because we do this:
+    
http://maven.apache.org/plugins/maven-assembly-plugin/faq.html#required-classifiers
+  -->
   <id>all</id>
   <formats>
     <format>tar.gz</format>


Reply via email to