ensure normal profile is on by default, then disabled when we're running the -Pintegration-tests profile Signed-off-by: nickboldt <nboldt@redhat.com>
diff --git a/pom.xml b/pom.xml index 8c9ae05..b99dca9 100644 --- a/pom.xml +++ b/pom.xml
@@ -55,6 +55,7 @@ <profile> <id>normal</id> <activation> + <activeByDefault>true</activeByDefault> <property> <name>skipITests</name> <value>true</value>