From ca6fb0599af7946108fc8a0955b11518b9717026 Mon Sep 17 00:00:00 2001 From: jbertram Date: Wed, 6 May 2015 11:38:04 -0500 Subject: [PATCH] Disable license and checkstyle checks by default; add a new 'dev' profile with license and checkstyle checks enabled --- pom.xml | 44 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 41 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index fa845b6572..f08db43f76 100644 --- a/pom.xml +++ b/pom.xml @@ -100,8 +100,8 @@ -Djava.net.preferIPv4Stack=true ${project.basedir} - false - false + true + true 1.0-alpha-1 @@ -481,10 +481,41 @@ - distro + dev true + + artemis-boot + artemis-dto + artemis-web + artemis-website + artemis-cli + artemis-commons + artemis-selector + artemis-core-client + artemis-server + artemis-jms-client + artemis-jms-server + artemis-native + artemis-protocols + artemis-journal + artemis-ra + artemis-rest + artemis-service-extensions + artemis-maven-plugin + integration/activemq-spring-integration + integration/activemq-aerogear-integration + integration/activemq-vertx-integration + tests + + + false + false + + + + distro artemis-dto artemis-web @@ -535,6 +566,10 @@ tests artemis-distribution + + false + false +