Don't attach bundle list configuration - otherwise ianal plugin is not happy about the created zip

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1209083 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index ef72e8c..1244a2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,6 +153,9 @@
                         <goals>
                             <goal>attach-bundle-list</goal>
                         </goals>
+                        <configuration>
+                            <ignoreBundleListConfig>true</ignoreBundleListConfig>
+                        </configuration>
                     </execution>
                 </executions>
                 <configuration>