aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlj1412 <lji@research.att.com>2017-02-20 03:04:54 +0000
committerlj1412 <lji@research.att.com>2017-02-20 03:04:54 +0000
commitae75ca7324df474f548b564758506604061772bb (patch)
tree4b3237d13368a1c9dd7e509f1228042c3329f584
parent095eb4231cad4a098989bd8be0f5a9c8e24ce076 (diff)
pom deploy plugin
Change-Id: I95c32d123e0ed3e7a0439899b417ca96f4e25c23 Signed-off-by: lj1412 <lji@research.att.com>
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3acaa09..1f5a8ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,14 @@
</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.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.6</version>
<dependencies>