From 4a9cbb89f992ffc161086204c416935bf1778ab3 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Wed, 25 Apr 2012 14:41:23 -0400 Subject: [PATCH] add activation property for -Pintegration-tests, -Daxis=integration-tests; add new -Pdefaultprofile which can be turned on via -Daxis=defaultprofile --- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pom.xml b/pom.xml index 03240a2c..7a7b9204 100755 --- a/pom.xml +++ b/pom.xml @@ -160,8 +160,29 @@ + + + defaultprofile + + + axis + defaultprofile + + + + true + + + + integration-tests + + + axis + integration-tests + +