summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorStavros Kanarakis <stavros.kanarakis@nokia.com>2020-03-04 19:40:50 +0200
committerStavros Kanarakis <stavros.kanarakis@nokia.com>2020-03-04 19:40:50 +0200
commit1dcd6ce4b2ac3d59db76934981565944a7e1d11e (patch)
treedd3c7873bb9cf9c231b06bc8a276900985f04be5 /components
parentd70b4d70701ef7f8bd935a11f1de9ba1dbdd63de (diff)
Resolve the issue of failed java-merge job due to maven-deploy plugin
Change-Id: I36ef887a6b695fde7661b77c6e956c446bc5121e Issue-ID: DCAEGEN2-2105 Signed-off-by: Stavros Kanarakis <stavros.kanarakis@nokia.com>
Diffstat (limited to 'components')
-rw-r--r--components/bbs-event-processor/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/bbs-event-processor/pom.xml b/components/bbs-event-processor/pom.xml
index a2cc155b..84914448 100644
--- a/components/bbs-event-processor/pom.xml
+++ b/components/bbs-event-processor/pom.xml
@@ -228,6 +228,10 @@
<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.springframework.boot</groupId>