Author: [email protected]
Date: Wed Sep 14 17:50:19 2011
New Revision: 1364

Log:
AMDATU-413 Changed itest profile to obe activated by default

Modified:
   trunk/amdatu-core/itest/tests/pom.xml
   trunk/amdatu-web/itest/tests/pom.xml

Modified: trunk/amdatu-core/itest/tests/pom.xml
==============================================================================
--- trunk/amdatu-core/itest/tests/pom.xml       (original)
+++ trunk/amdatu-core/itest/tests/pom.xml       Wed Sep 14 17:50:19 2011
@@ -75,48 +75,14 @@
   </build>
   <profiles>
     <!--
-      Outside the itest profile show some help.
-    -->
-    <profile>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-      <build>
-        <defaultGoal>initialize</defaultGoal>
-        <plugins>
-          <plugin>
-            <artifactId>maven-antrun-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>show-help</id>
-                <phase>initialize</phase>
-                <goals>
-                  <goal>run</goal>
-                </goals>
-                <configuration>
-                  <tasks>
-                    <echo>
-                <![CDATA[
-================================================
-Please activate the "itest" profile if you whish 
-to run the Amdatu Core integration tests
-================================================
-                  ]]>
-                    </echo>
-                  </tasks>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <!--
       In the itest profile launch surefire in the
       integration-test phase.
     -->
     <profile>
       <id>itest</id>
+      <activation>
+      <activeByDefault>true</activeByDefault>
+      </activation>
       <build>
         <plugins>
           <plugin>

Modified: trunk/amdatu-web/itest/tests/pom.xml
==============================================================================
--- trunk/amdatu-web/itest/tests/pom.xml        (original)
+++ trunk/amdatu-web/itest/tests/pom.xml        Wed Sep 14 17:50:19 2011
@@ -74,50 +74,12 @@
     </plugins>
   </build>
   <profiles>
-    <!--
-      Outside the itest profile show some help.
-    -->
     <profile>
+      <id>itest</id>
       <activation>
         <activeByDefault>true</activeByDefault>
       </activation>
       <build>
-        <defaultGoal>initialize</defaultGoal>
-        <plugins>
-          <plugin>
-            <artifactId>maven-antrun-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>show-help</id>
-                <phase>initialize</phase>
-                <goals>
-                  <goal>run</goal>
-                </goals>
-                <configuration>
-                  <tasks>
-                    <echo>
-                <![CDATA[
-================================================
-Please activate the "itest" profile if you whish 
-to run the Amdatu Web integration tests
-================================================
-                  ]]>
-                    </echo>
-                  </tasks>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <!--
-      In the itest profile launch surefire in the
-      integration-test phase.
-    -->
-    <profile>
-      <id>itest</id>
-      <build>
         <plugins>
           <plugin>
             <groupId>org.ops4j.pax.exam</groupId>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to