Use defualt startlevel 0 instead of startlevel 20
Remove unneeded exclusion

git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk@732254 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 4d458f4..e09654e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
                         </goals>
                         <configuration>
                             <outputDirectory>
-                                ${project.build.directory}/${project.build.finalName}/WEB-INF/resources/20
+                                ${project.build.directory}/${project.build.finalName}/WEB-INF/resources/0
                             </outputDirectory>
                             <excludeTransitive>true</excludeTransitive>
                             <includeGroupIds>
@@ -229,9 +229,6 @@
                                     resources/*/org.apache.sling**
                                 </exclude>
                                 <exclude>
-                                    resources/corebundles/org.apache.sling**
-                                </exclude>
-                                <exclude>
                                     resources/*/org.apache.felix.http.jetty*.jar
                                 </exclude>
                                 <exclude>