diff options
author | 2020-03-04 20:29:17 +0000 | |
---|---|---|
committer | 2020-03-04 20:29:17 +0000 | |
commit | e0fa69fa4bb8a8e8f038c3edd0c682697c4d615b (patch) | |
tree | cd7796f885eb641b40b25e07a52c5dbf69cb25a6 /components | |
parent | 1dcd6ce4b2ac3d59db76934981565944a7e1d11e (diff) |
Revert "Resolve the issue of failed java-merge job due to maven-deploy plugin"
This reverts commit 1dcd6ce4b2ac3d59db76934981565944a7e1d11e.
Issue-ID: DCAEGEN2-1891
Change-Id: I3243658ed816a6272f931f10b5fff1fc0ed43ae8
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Diffstat (limited to 'components')
-rw-r--r-- | components/bbs-event-processor/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/bbs-event-processor/pom.xml b/components/bbs-event-processor/pom.xml index 84914448..a2cc155b 100644 --- a/components/bbs-event-processor/pom.xml +++ b/components/bbs-event-processor/pom.xml @@ -228,10 +228,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> |