Author: [email protected]
Date: Wed Sep 14 17:54:04 2011
New Revision: 1366

Log:
AMDATU-413 Changed reactor to build all modules by default

Modified:
   trunk/pom.xml

Modified: trunk/pom.xml
==============================================================================
--- trunk/pom.xml       (original)
+++ trunk/pom.xml       Wed Sep 14 17:54:04 2011
@@ -1,20 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright (c) 2010, 2011 The Amdatu Foundation
-
-  Licensed under the Apache License, Version 2.0 (the "License");
-  you may not use this file except in compliance with the License.
-  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-  Unless required by applicable law or agreed to in writing, software
-  distributed under the License is distributed on an "AS IS" BASIS,
-  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-  See the License for the specific language governing permissions and
-  limitations under the License.verning permissions and limitations
-  under the License.
--->
+<!-- Copyright (c) 2010, 2011 The Amdatu Foundation Licensed under the Apache 
License, Version 2.0 (the "License"); you may 
+  not use this file except in compliance with the License. You may obtain a 
copy of the License at http://www.apache.org/licenses/LICENSE-2.0 
+  Unless required by applicable law or agreed to in writing, software 
distributed under the License is distributed on an "AS 
+  IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied. See the License for the specific language 
+  governing permissions and 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";>
   <modelVersion>4.0.0</modelVersion>
@@ -26,109 +15,38 @@
   <description>Amdatu Maven reactor</description>
   <url>http://wwwm.amdatu.org/</url>
   <inceptionYear>2010</inceptionYear>
+
+  <build>
+    <defaultGoal>install</defaultGoal>
+  </build>
   <profiles>
     <profile>
+      <id>platform</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[
-================================================
-Welcome to Amdatu!
-
-This project is organized in modules that manage
-their own software lifecycle. Generic configuration
-is stored in the amdatu-parent.
-
-This reactor only provides a few convenience
-profiles that can be selected by using the -P
-commandline option.
-
-Supported profiles:
-
-  parent   - parent module only
-  platform - platform modules
-  projects - projects modules
-  all      - all modules
-================================================
-                  ]]>
-                    </echo>
-                  </tasks>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
-      <id>parent</id>
-      <modules>
-        <module>amdatu-parent</module>
-      </modules>
-      <build>
-        <defaultGoal>package</defaultGoal>
-      </build>
-    </profile>
-
-    <profile>
-      <id>platform</id>
       <modules>
         <module>amdatu-parent</module>
         <module>amdatu-libraries</module>
+        <module>amdatu-ace-client</module>
+        <module>amdatu-maven-plugin</module>
         <module>amdatu-core</module>
         <module>amdatu-web</module>
         <module>amdatu-release</module>
       </modules>
-      <build>
-        <defaultGoal>package</defaultGoal>
-      </build>
     </profile>
-
     <profile>
       <id>projects</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
       <modules>
         <module>amdatu-auth</module>
         <module>amdatu-cassandra</module>
         <module>amdatu-opensocial</module>
         <module>amdatu-semanticweb</module>
+        <module>amdatu-release-ams</module>
       </modules>
-      <build>
-        <defaultGoal>package</defaultGoal>
-      </build>
-    </profile>
-
-    <profile>
-      <id>all</id>
-      <modules>
-        <module>amdatu-parent</module>
-        <module>amdatu-libraries</module>
-        <module>amdatu-core</module>
-        <module>amdatu-web</module>
-        <module>amdatu-release</module>
-        <module>amdatu-auth</module>
-        <module>amdatu-cassandra</module>
-        <module>amdatu-opensocial</module>
-        <module>amdatu-semanticweb</module>
-      </modules>
-      <build>
-        <defaultGoal>package</defaultGoal>
-      </build>
     </profile>
-
   </profiles>
 </project>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to