Add plugin configuration to skip deploy
[portal.git] / ecomp-portal-BE-common-test / pom.xml
index 93e153f..8ef820c 100644 (file)
                                        </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>