diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-07-12 14:28:05 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-07-12 15:19:34 -0400 |
commit | 31ba5d16b2572167bd7a83daa11181de284cf8d5 (patch) | |
tree | 695d9c32a680a3122bfb165d0e0de655a3018e37 /ecomp-portal-BE-common-test/pom.xml | |
parent | 335773f2cb017ee1ce0dbe173a2da1819c083bfd (diff) |
Add plugin configuration to skip deploy
Change-Id: I84ff02d2336a802b73f98be7318456095f0de276
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-portal-BE-common-test/pom.xml')
-rw-r--r-- | ecomp-portal-BE-common-test/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ecomp-portal-BE-common-test/pom.xml b/ecomp-portal-BE-common-test/pom.xml index 93e153fa..8ef820c5 100644 --- a/ecomp-portal-BE-common-test/pom.xml +++ b/ecomp-portal-BE-common-test/pom.xml @@ -51,6 +51,15 @@ </overlays> </configuration> </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> <groupId>org.codehaus.mojo</groupId> |