You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2011/12/01 14:59:13 UTC

svn commit: r1209083 - /sling/trunk/launchpad/testing/pom.xml

Author: cziegeler
Date: Thu Dec  1 13:59:12 2011
New Revision: 1209083

URL: http://svn.apache.org/viewvc?rev=1209083&view=rev
Log:
Don't attach bundle list configuration - otherwise ianal plugin is not happy about the created zip

Modified:
    sling/trunk/launchpad/testing/pom.xml

Modified: sling/trunk/launchpad/testing/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/testing/pom.xml?rev=1209083&r1=1209082&r2=1209083&view=diff
==============================================================================
--- sling/trunk/launchpad/testing/pom.xml (original)
+++ sling/trunk/launchpad/testing/pom.xml Thu Dec  1 13:59:12 2011
@@ -153,6 +153,9 @@
                         <goals>
                             <goal>attach-bundle-list</goal>
                         </goals>
+                        <configuration>
+                            <ignoreBundleListConfig>true</ignoreBundleListConfig>
+                        </configuration>
                     </execution>
                 </executions>
                 <configuration>