commit | eaa3870515e004fab7f6a8e3b4189cb0fda47cf8 | [log] [tgz] |
---|---|---|
author | nickboldt <nboldt@redhat.com> | Mon Mar 12 18:06:30 2018 -0400 |
committer | nickboldt <nboldt@redhat.com> | Mon Mar 12 18:06:30 2018 -0400 |
tree | afd75f81b1e1a90c6c24d5b825e29c03b10efc50 | |
parent | f6ee610d28d42c6d77877d6cb0db571c636a619e [diff] |
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>