diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2020-01-29 11:32:55 +0200 |
---|---|---|
committer | Yuli Shlosberg <ys9693@att.com> | 2020-01-29 10:19:29 +0000 |
commit | abc10d923a2520e7233f3681a8c5811516908891 (patch) | |
tree | 03dc245d2826dba8c4f718f700016de41bb38b0c /common-app-api | |
parent | fe4623d1cddefe53df417d18115b69cc9265ec6e (diff) |
Fix CLM job for NexusIQ scan
Deploying common-app-api so it can be found in Nexus
Change-Id: I71401f70fa9c027be3a27be8ff253716961805d4
Issue-ID: SDC-2737
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
Diffstat (limited to 'common-app-api')
-rw-r--r-- | common-app-api/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/common-app-api/pom.xml b/common-app-api/pom.xml index 13c18a1fa8..08755de6a3 100644 --- a/common-app-api/pom.xml +++ b/common-app-api/pom.xml @@ -245,13 +245,6 @@ <build> <plugins> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - <plugin> <groupId>com.github.sylvainlaurent.maven</groupId> <artifactId>yaml-json-validator-maven-plugin</artifactId> <executions> |