diff options
author | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2018-06-06 13:18:05 +0200 |
---|---|---|
committer | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2018-08-01 11:20:58 +0200 |
commit | 0aa02844a2d9806ab30a010b9b5d928d69392579 (patch) | |
tree | 04e5267816bc16e1b8ecec70d975bd04ad46b201 /hv-collector-analysis/pom.xml | |
parent | 763b680bea3f5c14e70453845d7670f7ae691e87 (diff) |
Push docker images to a registry
Change-Id: Ife1d98af977a439ef7196caa2cf8fb0968e65fe3
Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Issue-ID: DCAEGEN2-601
Diffstat (limited to 'hv-collector-analysis/pom.xml')
-rw-r--r-- | hv-collector-analysis/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/hv-collector-analysis/pom.xml b/hv-collector-analysis/pom.xml index 19955dea..9950ec1f 100644 --- a/hv-collector-analysis/pom.xml +++ b/hv-collector-analysis/pom.xml @@ -35,5 +35,16 @@ <version>1.0.0-SNAPSHOT</version> <description>VES HighVolume Collector :: Code analysis configuration</description> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> + </plugins> + </build> </project>
\ No newline at end of file |