[Portal-7] skip deploy target in all projects 41/4041/2
authorChristopher Lott (cl778h) <clott@research.att.com>
Tue, 9 May 2017 19:39:08 +0000 (15:39 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Tue, 9 May 2017 19:43:07 +0000 (15:43 -0400)
Change-Id: If8188f6354d47c7357bfaa1a0b9f65a2ffe347bb
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
dcae_dmaapbc_webapp/.gitignore
dcae_dmaapbc_webapp/dbca-common/pom.xml
dcae_dmaapbc_webapp/dbca-overlay/pom.xml

index 5c98a8d..6612895 100644 (file)
@@ -1,5 +1,5 @@
-/.classpath
 /.project
 /.settings/
+/dbca-att/
 /target/
 /catalina.base_IS_UNDEFINED/
index edd69a6..058170a 100644 (file)
                                </executions>
                        </plugin>
 
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-deploy-plugin</artifactId>
+                               <version>2.8</version>
+                               <configuration>
+                                       <skip>true</skip>
+                               </configuration>
+                       </plugin>
+
                </plugins>
 
        </build>
index fbf5e9d..2675727 100644 (file)
                                        <target>1.8</target>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-deploy-plugin</artifactId>
+                               <version>2.8</version>
+                               <configuration>
+                                       <skip>true</skip>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>