aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-02-20 20:29:08 -0500
committerPamela Dragosh <pdragosh@research.att.com>2017-02-20 20:29:21 -0500
commitdd5bc28b51d80bcf6cd7112fd81ae4516d6e7967 (patch)
tree02002450e72940b9537940323c6f84e54b44be76
parentafa0a52b3c00d3b1cc2bea1d890d2a9ab6eba041 (diff)
try without any plugin defn
Change-Id: Id62e1422662688a515a0e51690904a101adfca85 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--PyPDPServer/pom.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/PyPDPServer/pom.xml b/PyPDPServer/pom.xml
index 39b162150..f06edb1fc 100644
--- a/PyPDPServer/pom.xml
+++ b/PyPDPServer/pom.xml
@@ -215,6 +215,7 @@
</dependency>
</dependencies>
+<!--
<build>
<plugins>
<plugin>
@@ -229,14 +230,6 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <version>2.8</version> <!-- This version supports the "deployAtEnd" parameter -->
- <configuration>
- <skip />
- </configuration>
- </plugin>
- <plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
@@ -292,4 +285,5 @@
</plugin>
</plugins>
</build>
+ -->
</project>