Author: brianf
Date: Thu Oct 28 23:56:58 2010
New Revision: 1028552

URL: http://svn.apache.org/viewvc?rev=1028552&view=rev
Log:
moved the its to the plugin project.

Added:
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/builds_a_pom_noop/
      - copied from r1028163, 
maven/enforcer/trunk/enforcer-rules/src/it/builds_a_pom_noop/
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/dependencies_converge/
      - copied from r1028163, 
maven/enforcer/trunk/enforcer-rules/src/it/dependencies_converge/
    
maven/enforcer/trunk/maven-enforcer-plugin/src/it/dependencies_not_converging/
      - copied from r1028163, 
maven/enforcer/trunk/enforcer-rules/src/it/dependencies_not_converging/
    
maven/enforcer/trunk/maven-enforcer-plugin/src/it/dependencies_not_converging_test_scope/
      - copied from r1028163, 
maven/enforcer/trunk/enforcer-rules/src/it/dependencies_not_converging_test_scope/
Removed:
    maven/enforcer/trunk/enforcer-rules/src/it/builds_a_pom_noop/
    maven/enforcer/trunk/enforcer-rules/src/it/dependencies_converge/
    maven/enforcer/trunk/enforcer-rules/src/it/dependencies_not_converging/
    
maven/enforcer/trunk/enforcer-rules/src/it/dependencies_not_converging_test_scope/
Modified:
    maven/enforcer/trunk/enforcer-rules/pom.xml

Modified: maven/enforcer/trunk/enforcer-rules/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/enforcer/trunk/enforcer-rules/pom.xml?rev=1028552&r1=1028551&r2=1028552&view=diff
==============================================================================
--- maven/enforcer/trunk/enforcer-rules/pom.xml (original)
+++ maven/enforcer/trunk/enforcer-rules/pom.xml Thu Oct 28 23:56:58 2010
@@ -121,33 +121,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <artifactId>maven-invoker-plugin</artifactId>
-        <version>1.5</version>
-        <configuration>
-          <debug>true</debug>
-          <projectsDirectory>src/it</projectsDirectory>
-          <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
-          <pomIncludes>
-            <pomInclude>*/pom.xml</pomInclude>
-          </pomIncludes>
-          <postBuildHookScript>verify</postBuildHookScript>
-          
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
-          <settingsFile>src/it/settings.xml</settingsFile>
-          <goals>
-            <goal>verify</goal>
-          </goals>
-        </configuration>
-        <executions>
-          <execution>
-            <id>integration-test</id>
-            <goals>
-              <goal>install</goal>
-              <goal>run</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
      <!--plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>shitty-maven-plugin</artifactId>


Reply via email to