aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Arrastia <MArrasti@amdocs.com>2018-05-02 17:13:25 +0100
committerMichael Arrastia <MArrasti@amdocs.com>2018-05-02 17:13:25 +0100
commite8211d3d5ab9ef5fd9a66230a94b1739d9dfe64b (patch)
treef2fcccfa0a9b39e47dae997c3a38fdd977613029
parentb4936aa62d9a942f9354503ab575f40d221ae0a4 (diff)
Prevent deployment of champ-service.jar
The deployment of champ-service.jar is causing the merge job to fail. The champ service jar is required for docker only. Change-Id: Ia944aae5cf19857e2890be4251534f59bbedd027 Issue-ID: AAI-1119 Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
-rw-r--r--champ-service/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/champ-service/pom.xml b/champ-service/pom.xml
index 71bf9fb..77e4680 100644
--- a/champ-service/pom.xml
+++ b/champ-service/pom.xml
@@ -288,6 +288,14 @@ limitations under the License.
</plugin>
<plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ <configuration>
+ <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
+ </configuration>
+ </plugin>
+
+ <plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>3.0</version>