aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-02-21 15:56:52 -0500
committerDan Timoney <dtimoney@att.com>2017-02-21 15:57:04 -0500
commit3649766bc7abd04a874a1ad40dec0b6a6d2c7053 (patch)
tree7f562fc4721b2cdb64b0cad2187e743e749177ed
parent52accfae6e6ec414d606a8f3ddbb3369e10c7011 (diff)
[STAGING] Activate profile
Activate staging profile by default Change-Id: Iffd26bb7572c41384d1a21f642ccead9e1424f07 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-xpom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index ad855f1..1c51cbb 100755
--- a/pom.xml
+++ b/pom.xml
@@ -86,10 +86,9 @@
</profile>
<profile>
<id>staging</id>
+
<activation>
- <property>
- <name>!no-staging</name>
- </property>
+ <activeByDefault>true</activeByDefault>
</activation>
<build>
<pluginManagement>