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/09/18 13:56:38 UTC

svn commit: r696642 - /maven/components/trunk/pom.xml

Author: jvanzyl
Date: Thu Sep 18 04:56:38 2008
New Revision: 696642

URL: http://svn.apache.org/viewvc?rev=696642&view=rev
Log:
o remove the embedder integration test module`:wq


Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=696642&r1=696641&r2=696642&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Thu Sep 18 04:56:38 2008
@@ -518,7 +518,6 @@
     <profile>
       <id>run-its</id>
       <modules>
-        <module>maven-embedder-integration-tests</module>
         <module>maven-core-it-runner</module>
       </modules>
     </profile>