From 98a5db9abf9b997c0b5f12b56b33e315d475bc67 Mon Sep 17 00:00:00 2001 From: md_5 Date: Sat, 8 Feb 2014 12:24:31 +1100 Subject: [PATCH] Skip deploying of modules - speeds up Jenkins build. --- module/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/module/pom.xml b/module/pom.xml index 3df1aa93..ef5fea62 100644 --- a/module/pom.xml +++ b/module/pom.xml @@ -44,5 +44,15 @@ ${basedir}/src/main/resources + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + +