You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2009/04/21 09:48:18 UTC

svn commit: r767059 - /felix/trunk/pom/pom.xml

Author: mcculls
Date: Tue Apr 21 07:48:17 2009
New Revision: 767059

URL: http://svn.apache.org/viewvc?rev=767059&view=rev
Log:
Explain use of helper plugin

Modified:
    felix/trunk/pom/pom.xml

Modified: felix/trunk/pom/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/pom/pom.xml?rev=767059&r1=767058&r2=767059&view=diff
==============================================================================
--- felix/trunk/pom/pom.xml (original)
+++ felix/trunk/pom/pom.xml Tue Apr 21 07:48:17 2009
@@ -120,12 +120,14 @@
                   <goal>single</goal>
                 </goals>
                 <configuration>
+                  <!-- we don't want to attach all the assemblies, such as bz2 -->
                   <attach>false</attach>
                 </configuration>
               </execution>
             </executions>
           </plugin>
           <plugin>
+            <!-- only attach the project and bin assemblies, in tar.gz and zip flavors -->
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>build-helper-maven-plugin</artifactId>
             <executions>