Author: [email protected]
Date: Wed Sep 14 17:56:37 2011
New Revision: 1369

Log:
AMDATU-413 Changed release and itest profiles to be on by default

Modified:
   trunk/amdatu-auth/pom.xml
   trunk/amdatu-auth/release/pom.xml
   trunk/amdatu-auth/test-integration/tests/pom.xml

Modified: trunk/amdatu-auth/pom.xml
==============================================================================
--- trunk/amdatu-auth/pom.xml   (original)
+++ trunk/amdatu-auth/pom.xml   Wed Sep 14 17:56:37 2011
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.amdatu</groupId>
     <artifactId>amdatu</artifactId>
-    <version>2</version>
+    <version>4-SNAPSHOT</version>
     <relativePath>../amdatu-parent/pom.xml</relativePath>
   </parent>
   <groupId>org.amdatu.auth</groupId>
@@ -422,19 +422,4 @@
       </plugin>
     </plugins>
   </reporting>
-
-  <profiles>
-    <profile>
-      <id>deploy</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-      </activation>
-      <build>
-        <defaultGoal>install</defaultGoal>
-        <plugins>
-
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
 </project>
\ No newline at end of file

Modified: trunk/amdatu-auth/release/pom.xml
==============================================================================
--- trunk/amdatu-auth/release/pom.xml   (original)
+++ trunk/amdatu-auth/release/pom.xml   Wed Sep 14 17:56:37 2011
@@ -15,7 +15,8 @@
   limitations under the License.verning permissions and limitations
   under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.amdatu.auth</groupId>
@@ -95,20 +96,17 @@
       <type>jar</type>
     </dependency>
   </dependencies>
-
   <profiles>
     <profile>
-      <!-- Profile active only for release builds -->
-      <id>build-release</id>
+      <id>release</id>
       <activation>
-        <activeByDefault>false</activeByDefault>
+        <activeByDefault>true</activeByDefault>
       </activation>
       <build>
         <plugins>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-assembly-plugin</artifactId>
-            <version>2.2.1</version>
             <executions>
               <execution>
                 <id>create-release</id>

Modified: trunk/amdatu-auth/test-integration/tests/pom.xml
==============================================================================
--- trunk/amdatu-auth/test-integration/tests/pom.xml    (original)
+++ trunk/amdatu-auth/test-integration/tests/pom.xml    Wed Sep 14 17:56:37 2011
@@ -15,7 +15,8 @@
   limitations under the License.verning permissions and limitations
   under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.amdatu.auth</groupId>
@@ -265,50 +266,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 Auth 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