diff options
author | Stavros Kanarakis <stavros.kanarakis@nokia.com> | 2020-03-06 23:22:50 +0200 |
---|---|---|
committer | Stavros Kanarakis <stavros.kanarakis@nokia.com> | 2020-03-06 23:22:50 +0200 |
commit | 7d060a250a43bf8fa4082aa0dba7c4094daddf1d (patch) | |
tree | be28e77597f04fddb336bfc1e1f280aae1aa36eb /components | |
parent | 9cccad43c193ea6f1260031573cdc2ef84bfc7b4 (diff) |
Disable maven-deploy-plugin execution for BBS-ep2.0.0
Change-Id: I279dde369f6218e40dde4123e54c2beeb58fc425
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.xml | 4 |
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> |