summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStavros Kanarakis <stavros.kanarakis@nokia.com>2020-03-18 11:46:03 +0200
committerStavros Kanarakis <stavros.kanarakis@nokia.com>2020-03-18 11:46:03 +0200
commit166ca3e4812c6657dce8887ddd1fa0406924ce9f (patch)
treeb497b06ea209a628b0ad6ef375d6f3900987a67b
parentb58f0c33bf61ecd82cf3a04ece8798dceb9444b8 (diff)
Remove hard-coded execution skip of manen-deploy plugin. Will fix JJBs
Change-Id: I9e256fcc4c18dc0534fc17433b8eb2009e9ecdd2 Issue-ID: DCAEGEN2-2105 Signed-off-by: Stavros Kanarakis <stavros.kanarakis@nokia.com>
-rw-r--r--components/bbs-event-processor/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/components/bbs-event-processor/pom.xml b/components/bbs-event-processor/pom.xml
index 36e28186..7d8c43f0 100644
--- a/components/bbs-event-processor/pom.xml
+++ b/components/bbs-event-processor/pom.xml
@@ -231,10 +231,6 @@
<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>