diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-08-02 03:51:50 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-08-02 03:52:00 +0000 |
commit | 2395392436605ec2cd683c28831d7e319c051f60 (patch) | |
tree | 998722d4100329792f051347909752cfd365529c | |
parent | 5417daa15185c9d17f8b0797b8b02c3587a5eebe (diff) |
Enable deploy plugin
Change-Id: I24e09f8fc98c685c73ee34e0762c0d4ec9058f71
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1578
-rw-r--r-- | components/bbs-event-processor/pom.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/bbs-event-processor/pom.xml b/components/bbs-event-processor/pom.xml index 6e8bbae7..5e89971a 100644 --- a/components/bbs-event-processor/pom.xml +++ b/components/bbs-event-processor/pom.xml @@ -220,9 +220,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> </plugin> <plugin> <groupId>org.springframework.boot</groupId> |