SLING-8170 - Allow Sling servlets to declare a resource super type

* skip attaching the test starter app to the build
diff --git a/pom.xml b/pom.xml
index 4b367af..6959a9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,6 +94,7 @@
                             <goal>package</goal>
                         </goals>
                         <configuration>
+                            <attachArtifact>false</attachArtifact>
                             <modelDirectory>${project.basedir}/src/test/provisioning</modelDirectory>
                             <usePomDependencies>true</usePomDependencies>
                         </configuration>