Add plugin configuration to skip deploy
[portal.git] / ecomp-portal-BE-common / pom.xml
index bf5f9f1..021310d 100644 (file)
                                </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>