Author: mickael_istria
Date: 2012-10-11 12:36:48 -0400 (Thu, 11 Oct 2012)
New Revision: 44433
Modified:
trunk/build/parent/pom.xml
Log:
JBIDE-11404: Removed default profile, and set activeByDefault to true on unified.target
and jbosstools-staging-aggregate
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2012-10-11 15:52:19 UTC (rev 44432)
+++ trunk/build/parent/pom.xml 2012-10-11 16:36:48 UTC (rev 44433)
@@ -410,12 +410,7 @@
<profile>
<id>jbosstools-staging-aggregate</id>
<activation>
- <!-- JBIDE-11663 disable automatic enablement when swtbot.test.skip = false
- <property>
- <name>swtbot.test.skip</name>
- <value>false</value>
- </property>
- -->
+ <activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
@@ -564,6 +559,9 @@
the unified.target file -->
<profile>
<id>unified.target</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<build>
<plugins>
<plugin>
@@ -725,26 +723,6 @@
</build>
</profile>
- <profile>
- <id>default</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <repositories>
- <repository>
- <id>jbosstools-target-site</id>
- <url>${jbosstools-target-site}</url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- </repositories>
- </profile>
-
<!-- Multiple triggers to disable tests that depends on private requirements
These profiles are workaround for Maven to support minimal operations
http://jira.codehaus.org/browse/MNG-5347 -->