You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by an...@apache.org on 2012/12/14 21:29:14 UTC

git commit: Moved the modules back out of profiles.

Updated Branches:
  refs/heads/master 657807f8d -> c1e655228


Moved the modules back out of profiles.

Signed-off-by: Anders Hammar <an...@hammar.net>


Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/c1e65522
Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/c1e65522
Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/c1e65522

Branch: refs/heads/master
Commit: c1e6552288cef6831c008d2f46c28a0b9e2d0c10
Parents: 657807f
Author: Anders Hammar <an...@hammar.net>
Authored: Fri Dec 14 21:28:14 2012 +0100
Committer: Anders Hammar <an...@hammar.net>
Committed: Fri Dec 14 21:28:14 2012 +0100

----------------------------------------------------------------------
 pom.xml |   23 +++++------------------
 1 files changed, 5 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/c1e65522/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 10a5afb..1d091b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,11 @@ under the License.
     <url>https://builds.apache.org/view/M-R/view/Maven/job/core-integration-testing-maven-3/</url>
   </ciManagement>
 
+  <modules>
+    <module>core-it-support</module>
+    <module>core-it-suite</module>
+  </modules>
+
   <build>
     <pluginManagement>
       <plugins>
@@ -64,24 +69,6 @@ under the License.
     </pluginManagement>
   </build>
 
-  <profiles>
-    <profile>
-      <id>core-it-setup</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>      
-      <modules>
-        <module>core-it-support</module>
-      </modules>
-    </profile>
-    <profile>
-      <id>run-its</id>
-      <modules>
-        <module>core-it-suite</module>
-      </modules>
-    </profile>
-  </profiles>
-
   <repositories>
     <repository>
       <id>apache.snapshots</id>