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>