Add plugin configuration to skip deploy
[portal.git] / ecomp-portal-FE-os / pom.xml
index 011a924..e54b518 100644 (file)
                                        </execution>
 
                                </executions>
+                       </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>