diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-06-03 14:04:20 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-06-03 14:04:27 -0500 |
commit | fbcac9be97567ca19b1018861d1ab37d2dea769f (patch) | |
tree | 1a8dc3773114a874a4ce532843c7e229202ecd2f /cadi | |
parent | 7cd0977156eca54c62ba9a5776038144375e292a (diff) |
move to JJB, missed files
Issue-ID: AAF-842
Change-Id: I4f5d7bd8ecc86bdb11d55928d9461aae5efe10d2
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'cadi')
-rw-r--r-- | cadi/pom.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cadi/pom.xml b/cadi/pom.xml index 0fffb740..87d1ca75 100644 --- a/cadi/pom.xml +++ b/cadi/pom.xml @@ -252,17 +252,6 @@ </configuration> </plugin> <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.7</version> - <extensions>true</extensions> - <configuration> - <nexusUrl>${nexusproxy}</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> - <serverId>ecomp-staging</serverId> - </configuration> - </plugin> - <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>${jacoco.version}</version> |