summaryrefslogtreecommitdiffstats
path: root/hv-collector-analysis
diff options
context:
space:
mode:
authorPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-06-06 13:18:05 +0200
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-08-01 11:20:58 +0200
commit0aa02844a2d9806ab30a010b9b5d928d69392579 (patch)
tree04e5267816bc16e1b8ecec70d975bd04ad46b201 /hv-collector-analysis
parent763b680bea3f5c14e70453845d7670f7ae691e87 (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')
-rw-r--r--hv-collector-analysis/pom.xml11
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