SLING-7803 rename root pom to reactor pom, do not deploy to maven repo
diff --git a/pom.xml b/pom.xml
index fe86d43..1995024 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
         <relativePath>parent/pom.xml</relativePath>
     </parent>
 
-    <artifactId>org.apache.sling.testing.osgi-mock.root</artifactId>
+    <artifactId>org.apache.sling.testing.osgi-mock.reactor</artifactId>
     <packaging>pom</packaging>
 
     <name>Apache Sling Testing OSGi Mock</name>
@@ -47,4 +47,19 @@
         <module>relocate</module>
     </modules>
 
+    <build>
+        <plugins>
+
+            <!-- do not deploy this reactor pom into maven repository -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+            </plugin>
+
+        </plugins>
+    </build>
+
 </project>