Temporary change to only deploy parent pom.xml

Change-Id: Ib5cce845ea5b64b3520df74afa761896bc23f3eb
Signed-off-by: Dirk Fauth <dirk.fauth@de.bosch.com>
diff --git a/pom.xml b/pom.xml
index 8a9b07d..d1a8e6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -465,6 +465,18 @@
             <maven.deploy.skip>true</maven.deploy.skip>
           </properties>
         </profile>
+		<!-- temporary for update, delete -->
+        <profile>
+          <id>skip-deploy-eclipse-plugins</id>
+          <activation>
+            <file>
+              <exists>META-INF/MANIFEST.MF</exists>
+            </file>
+          </activation>
+          <properties>
+            <maven.deploy.skip>true</maven.deploy.skip>
+          </properties>
+        </profile>
 
 		<profile>
 		  <id>maven-publish</id>