You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2008/11/29 22:23:16 UTC

svn commit: r721722 - in /maven/components/trunk: maven-core-it-runner/ pom.xml

Author: jvanzyl
Date: Sat Nov 29 13:23:16 2008
New Revision: 721722

URL: http://svn.apache.org/viewvc?rev=721722&view=rev
Log:
o there will be one way to run the ITs for Maven 3.x. we're all using the core suite directly as will Hudson

Removed:
    maven/components/trunk/maven-core-it-runner/
Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=721722&r1=721721&r2=721722&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Sat Nov 29 13:23:16 2008
@@ -544,12 +544,6 @@
       </build>
     </profile>
     <profile>
-      <id>run-its</id>
-      <modules>
-        <module>maven-core-it-runner</module>
-      </modules>
-    </profile>
-    <profile>
       <id>strict</id>
       <build>
         <plugins>