diff options
author | lj1412 <lji@research.att.com> | 2017-02-20 03:04:54 +0000 |
---|---|---|
committer | lj1412 <lji@research.att.com> | 2017-02-20 03:04:54 +0000 |
commit | ae75ca7324df474f548b564758506604061772bb (patch) | |
tree | 4b3237d13368a1c9dd7e509f1228042c3329f584 | |
parent | 095eb4231cad4a098989bd8be0f5a9c8e24ce076 (diff) |
pom deploy plugin
Change-Id: I95c32d123e0ed3e7a0439899b417ca96f4e25c23
Signed-off-by: lj1412 <lji@research.att.com>
-rw-r--r-- | pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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> |