diff options
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> |