Add plugin configuration to skip deploy
[portal.git] / ecomp-portal-BE-common-test / pom.xml
index a2090cf..8ef820c 100644 (file)
@@ -4,7 +4,7 @@
 
        <groupId>org.openecomp.portal</groupId>
        <artifactId>ecomp-portal-BE-common-test</artifactId>
-       <version>1.1.0-SNAPSHOT</version>
+       <version>1.1.0</version>
        <packaging>jar</packaging>
        <name>ecompportal-be-common-test</name>
 
                                        </overlays>
                                </configuration>
                        </plugin>
+                       <!-- No deployment step for this project -->
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-deploy-plugin</artifactId>
+                               <version>2.8</version>
+                               <configuration>
+                                       <skip>true</skip>
+                               </configuration>
+                       </plugin>
                        <!--
                        <plugin>
                            <groupId>org.codehaus.mojo</groupId>