From 4735d38d7bfdbbed6d5b2f0fae6c6c6629a5dc12 Mon Sep 17 00:00:00 2001 From: jbertram Date: Wed, 6 May 2015 11:15:33 -0500 Subject: [PATCH 1/7] Update surefire plugin versions --- pom.xml | 4 ++-- tests/extra-tests/pom.xml | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 5bf0be8912..fa845b6572 100644 --- a/pom.xml +++ b/pom.xml @@ -726,7 +726,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.14.1 + 2.18.1 once true @@ -738,7 +738,7 @@ org.apache.maven.plugins maven-surefire-report-plugin - 2.14.1 + 2.18.1 org.apache.maven.plugins diff --git a/tests/extra-tests/pom.xml b/tests/extra-tests/pom.xml index 8727e62ff9..7d7e2cc326 100644 --- a/tests/extra-tests/pom.xml +++ b/tests/extra-tests/pom.xml @@ -211,6 +211,7 @@ org.apache.maven.plugins maven-surefire-plugin + 2.18.1 ${skipExtraTests} @@ -239,11 +240,15 @@ false - once + + 1 + true - false + + + ${activemq-surefire-argline} -noverify From ca6fb0599af7946108fc8a0955b11518b9717026 Mon Sep 17 00:00:00 2001 From: jbertram Date: Wed, 6 May 2015 11:38:04 -0500 Subject: [PATCH 2/7] 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 +