summaryrefslogtreecommitdiffstats
path: root/champ-service-deps-janus/pom.xml
diff options
context:
space:
mode:
authorMichael Arrastia <MArrasti@amdocs.com>2018-03-23 17:56:37 +0000
committerMichael Arrastia <MArrasti@amdocs.com>2018-03-23 17:56:37 +0000
commit342dbc8a4af828aa7e918138dc693b9d4f85c2a0 (patch)
treedb9d6062b9249b6b2e73eda44fa5cd7305138bbf /champ-service-deps-janus/pom.xml
parent7a660231a8a92dbe1b619ed56cd2c24a8ecacac8 (diff)
Update module poms to skip maven deploy
The rationale for this change is that the only deployable artifact is the champ microservice as a docker component. The intention is to allow the failing Jenkins merge job to complete. Issue-ID: AAI-927 Change-Id: Ib73470697cd79d12b8d1d47df9afa930f4768d8f Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
Diffstat (limited to 'champ-service-deps-janus/pom.xml')
-rw-r--r--champ-service-deps-janus/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml
index fcf019a..8c99d0a 100644
--- a/champ-service-deps-janus/pom.xml
+++ b/champ-service-deps-janus/pom.xml
@@ -111,6 +111,13 @@ limitations under the License.
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project> \ No newline at end of file