Removed it tests. Couldn't get a clean checkout.

git-svn-id: https://svn.apache.org/repos/asf/maven/sandbox/branches/MNG-3536@656498 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/core-integration-testing/ITProblems.txt b/core-integration-testing/ITProblems.txt
deleted file mode 100644
index e9ecea8..0000000
--- a/core-integration-testing/ITProblems.txt
+++ /dev/null
@@ -1,149 +0,0 @@
-* Instructions
-
-Running the following from the top-level directory builds a distributable:
-
-----
-mvn install
-----
-
-If you wish to also run the integration tests themselves:
-
-----
-mvn -Prun-its install
-----
-
-This command can also be run from the core-integration-tests directory if the prerequisite artifacts have already been
-installed or deployed.
-
-* Reusing the suite
-
-The suite is bundled up as a JAR containing all the tests and resources. All artifacts are now versioned according to the
-version of Maven they are testing (currently, 2.1-SNAPSHOT), though it can be run against older versions as the verifier
-will detect and omit tests that require the newer version of Maven to pass.
-
-* Outstanding Issues
-
-The top things that could be done:
-
-1) The issues that would be most helpful that could be tackled on a piecewise basis by many would be to take plugin
-   specific ITs out of the ITs. There are many in there for the surefire plugin so while you're doing that you can look
-   at it. Piecewise but probably totally simple because you have to replace it with an IT that actually tests what it
-   was testing. A lot of time I have had to make a new IT plugin flavour.
-
-2) The next issue of importance would be to collect all the in IT plugin plugins, invokers and verifiers and align all
-   these.
-
-3) Once 2) is done then we wire the embedder option into the resulting invoker.
-
-4) Proper isolation. The tests currently pick up your Maven settings file and current local repository. A clean local
-   repo can be used but it would result in a lot of unnecessary artifact retrieval. This fails in a locked down
-   environment (as additional repositories declared in IT 92, 94 and 120 are ignored). It also causes other risks.
-   A possible solution is to construct a repository artifact (using a POM with the dependency plugin to create an
-   assembly) that represents everything used by the ITs, then to have the setUp lay that out as a remote repo and use a
-   controlled settings.xml that uses a clean local repository, and mirrors central to that remote repository.
-
-5) The support artifacts are currently deployed to the central repository, meaning they can get out of sync with those
-   in SVN (unless they are assumed to have been 'released'). After solving (4), these could be injected into the
-   constructed repository instead.
-
-6) It's not obvious how to run them from and IDE and that's where I've found it to be most convenient to run them.
-   In particular, the resources directory is treated as test sources, which is not the case as each are projects
-
-7) it0119 places artifacts in the o.a.m.plugins and o.c.mojo group IDs to test plugin prefix order instead of using a
-   replacement settings file and subgroups of o.a.m.its as it should
-
-Other issues:
-
-    - [ ] An IT should be completely self-contained so that the problem
-          can be understood by looking in one place, in one Maven
-          project.
-    - [ ] We should be able to create an Archetype so that users can
-          easily create ITs for us. The is not completed but we do have the
-          core-integration-test-sample directory with has a sample I 
-          offered to users.
-    - [ ] We should be able to easily integrate the IT into a larger
-          run where we can use forked or embedded execution.
-    - [ ] We should create Archetypes for all categories of problems so
-          that anyone can generate tests cases for us. Then there is so
-          much that we can do in terms of automating this process of
-          checking tests for quality along with the patches.
-    - [ ] automate the testing of ITs submitted by users
-    - [ ] Each IT should have its own repository if it needs resources
-          from repository. We can't mess with a users repository when
-          testing.
-    - [ ] We need to have a file system based remote repository for
-          testing
-    - [ ] We need a primary run that can done entirely offline to simply test
-          the guts of Maven from a baseline, then a secondary run possibly using
-          the exact same repository except served via different means like http,
-          ftp, scp which would allow us to find all the holes in the transport
-          mechanisms.
-    - [ ] We need to standardize on integration testing in general. We
-          have people going all over the place and it's a disaster.
-        - [ ] We have too many IT plugins (3)
-        - [ ] We have too many invokers (5)
-        - [ ] We have too many verifiers (3)
-    - [ ] The ITs should run nicely from an IDE. Solution: this does
-          work but requires that you run mvn clean
-          resources:testResources first as the IDE doesn't know how to
-          set that up. Needs to be fully fixed. But it is much nicer
-          running this stuff in your IDE.
-- [-] Problems with ITs
-    - [ ] it0006 is an integration test for the verifier plugin.
-    - [ ] it0014 uses the compiler plugin to test plugin configuration.
-    - [ ] it0016 is an integration test for the WAR plugin.
-    - [ ] it0017 is an integration test for the EJB plugin.
-    - [ ] it0018 uses real dependencies to test artifact resolution.
-    - [ ] it0020 tests beanshell mojo support.
-    - [ ] it0024 uses the compiler plugin to test mojo configuration.
-    - [ ] it0028 uses the compiler plugin to test mojo configuration.
-    - [ ] it0029 uses the compiler plugin to test for pluginManagement
-          injection of plugin configuration.
-    - [ ] it0033 is an integration test for the EAR plugin.
-    - [ ] it0043 uses the help plugin to look at the state of the final
-          POM, we should have this built into Maven for testing.
-    - [ ] it0047 uses plexus-container-default for testing.
-    - [ ] it0048 uses the surefire plugin to test default value
-          population for mojo parameters.
-    - [ ] it0050 is an integration test for the surefire plugin.
-    - [ ] it0051 is an integration test for the release plugin.
-    - [ ] it0052 is an integration test for the release plugin.
-    - [ ] it0054 is an integration test for the resources plugin.
-    - [ ] it0055 is an integration test for the compiler plugin.
-    - [ ] it0056 uses the compiler plugin to test multiple executions.
-    - [ ] it0060 uses the compiler plugin to test aggregation of list
-          configuration items when using 'combine.children=append'
-          attribute.
-    - [ ] it0063 tests JDK 1.4.2 specifics.
-    - [ ] it0068 uses the modello plugin to test repository
-          accumulation (i'm not sure what that means, John?)
-    - [ ] it0069 uses classworlds dependency to test offline mode.
-    - [ ] it0070 is an integration test for the RAR plugin.
-    - [ ] it0074 uses the compiler plugin to test mojo configuration.
-    - [ ] it0076 uses the WAR plugin to test pluginManagement.
-    - [ ] it0078 uses the compiler plugin to test pluginManagement.
-    - [ ] it0079 uses the source plugin to test that attached artifacts
-          have the same build number as the primary artifact.
-    - [ ] it0080 uses the WAR plugin to test an artifact handler that
-          specifies no contribution to transitive dependencies. if the
-          behavior of this handler changed the test would break.
-    - [ ] it0081 uses production dependency of wagon as a dependency
-    - [ ] it0083 uses the WAR plugin to test an artifact handler that
-          the WAR artifact handler currently behaves like
-    - [ ] it0086 uses production dependency of bsh to test classloading
-    - [ ] it0087 uses prodcution dependency of commons-logging to test
-          classloading
-    - [ ] it0089 is an integration test for the checkstyle plugin,
-          and places an artifact in the wrong group ID
-    - [x] it0094 has a test that attempts to access a protected field
-          in a ClassRealm
-    - [ ] it0095 uses the help and verifier plugins to test URL
-          calculation
-    - [ ] it0100 uses the antrun plugin to make sure
-          ${parent.artifactId} resolves correctly
-    - [ ] it0102 uses the help and antrun plugins to test profile
-          activation
-    - [ ] it0104 uses the surefire plugin to test interpolation
-    - [ ] it0105 is an integration test for the resources plugin
-    - [ ] artifactIds should be aligned with directories
-
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-all/pom.xml b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-all/pom.xml
deleted file mode 100644
index c350fe9..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-all/pom.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>

-

-<!--

-  ~ Copyright 2005-2006 The Apache Software 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.

-  -->

-

-<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">

-  <parent>

-    <artifactId>maven-it-plugins</artifactId>

-    <groupId>org.apache.maven.its.plugins</groupId>

-    <version>2.1-SNAPSHOT</version>

-  </parent>

-  <modelVersion>4.0.0</modelVersion>

-  <artifactId>maven-it-plugin-all</artifactId>

-  <packaging>maven-plugin</packaging>

-  <name>Maven Integration Test Plugin :: This plugin should contain the mojos needed by all tests.</name>

-  <inceptionYear>2007</inceptionYear>

-

-  <properties>

-    <maven.test.skip>true</maven.test.skip>

-  </properties>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.maven</groupId>

-      <artifactId>maven-plugin-api</artifactId>

-      <version>2.0</version>

-    </dependency>

-  </dependencies>

-</project>

diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-all/src/main/java/org/apache/maven/plugin/coreit/AggregatorDependenciesMojo.java b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-all/src/main/java/org/apache/maven/plugin/coreit/AggregatorDependenciesMojo.java
deleted file mode 100644
index 4f9f2da..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-all/src/main/java/org/apache/maven/plugin/coreit/AggregatorDependenciesMojo.java
+++ /dev/null
@@ -1,22 +0,0 @@
-package org.apache.maven.plugin.coreit;

-

-import org.apache.maven.plugin.AbstractMojo;

-import org.apache.maven.plugin.MojoExecutionException;

-

-/**

- * @requiresDependencyResolution test

- * @aggregator

- * @goal aggregator-dependencies

- * @phase validate

- */

-public class AggregatorDependenciesMojo

-    extends AbstractMojo

-{

-    

-

-    public void execute()

-        throws MojoExecutionException

-    {

-        //nothing to do, we are checking Maven's behavior here.

-    }

-}

diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-configuration/pom.xml b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-configuration/pom.xml
deleted file mode 100644
index cd4578e..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-configuration/pom.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright 2005-2006 The Apache Software 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.
-  -->
-
-<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">
-  <parent>
-    <artifactId>maven-it-plugins</artifactId>
-    <groupId>org.apache.maven.its.plugins</groupId>
-    <version>2.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>maven-it-plugin-configuration</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Maven Integration Test Plugin :: Configuration</name>
-  <description>
-    A plugin that allows any configuration in the form of a DOM which allows inspection after
-    configuration processing inside Maven's core.
-  </description>
-  <inceptionYear>2001</inceptionYear>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>1.4</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-container-default</artifactId>
-      <version>1.0-alpha-9</version>
-    </dependency>    
-  </dependencies>
-</project>
-
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-configuration/src/main/java/org/apache/maven/plugin/coreit/PluginConfigurationEmitter.java b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-configuration/src/main/java/org/apache/maven/plugin/coreit/PluginConfigurationEmitter.java
deleted file mode 100644
index b5acac9..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-configuration/src/main/java/org/apache/maven/plugin/coreit/PluginConfigurationEmitter.java
+++ /dev/null
@@ -1,155 +0,0 @@
-package org.apache.maven.plugin.coreit;
-
-/*
- * Copyright 2001-2004 The Apache Software 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.
- */
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.project.MavenProject;
-import org.codehaus.plexus.configuration.PlexusConfiguration;
-
-import java.io.File;
-import java.io.FileWriter;
-import java.io.IOException;
-import java.io.Writer;
-import java.io.OutputStream;
-import java.io.FileOutputStream;
-import java.util.Properties;
-
-//MAPI: This is a canidate for the internal state dump (ISD). This is probably similar to what is in the help plugin.
-
-// Compare:
-//   MavenProject
-//   PluginExpressionEvaluator
-//   Raw DOM
-//
-// Currently we don't have the means to easily test this inside the core. So this will be a model to drive
-// making the core more testable.
-
-/**
- * @goal config
- * @phase generate-resources
- * @description Goal produces a raw string with contains full interpolated plugin configurations.
- */
-public class PluginConfigurationEmitter
-    extends AbstractMojo
-{
-    /**
-     * The MavenProject we will use for comparision.
-     *
-     * @parameter expression="${project}"
-     */
-    private MavenProject project;
-
-    // How to enumerate all the possible expressions that can be used.
-
-    /**
-     * This is the raw interpolated DOM will be used for comparison.
-     *
-     * @parameter expression="${dom}"
-     */
-    private PlexusConfiguration dom;
-
-    /** @parameter expression="${directory}" default-value="${project.build.directory}" */
-    private File directory;
-
-    /**
-     * Where to place the serialized version of the DOM for analysis.
-     *
-     * @parameter expression="${fileName}" default-value="interpolated-plugin-configuration.xml"
-     */
-    private String fileName;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        if ( !directory.exists() )
-        {
-            directory.mkdirs();
-        }
-
-        emitMavenProjectValues();
-
-        emitExpressionEvaluatorValues();
-
-        emitRawDomValues();
-    }
-
-    private void emitMavenProjectValues()
-        throws MojoExecutionException
-    {
-        try
-        {
-            Properties p = new Properties();
-
-            p.setProperty( "project.build.directory", directory.getAbsolutePath() );
-
-            File file = new File( directory, "maven-project-output.txt" );
-
-            OutputStream os = new FileOutputStream( file );
-
-            p.store( os, "expression evaluator values" );
-
-            os.close();
-        }
-        catch ( IOException e )
-        {
-            throw new MojoExecutionException( "Error writing out plugin configuration.", e );
-        }
-    }
-
-    private void emitExpressionEvaluatorValues()
-        throws MojoExecutionException
-    {
-        try
-        {
-            Properties p = new Properties();
-
-            p.setProperty( "project.build.directory", directory.getAbsolutePath() );
-
-            File file = new File( directory, "expression-evaluator-output.txt" );
-
-            OutputStream os = new FileOutputStream( file );
-
-            p.store( os, "expression evaluator values" );
-
-            os.close();
-        }
-        catch ( IOException e )
-        {
-            throw new MojoExecutionException( "Error writing out plugin configuration.", e );
-        }
-    }
-
-    private void emitRawDomValues()
-        throws MojoExecutionException
-    {
-        try
-        {
-            File file = new File( directory, fileName );
-
-            Writer writer = new FileWriter( file );
-
-            writer.write( dom.toString() );
-
-            writer.close();
-        }
-        catch ( IOException e )
-        {
-            throw new MojoExecutionException( "Error writing out plugin configuration.", e );
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-context-passing/pom.xml b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-context-passing/pom.xml
deleted file mode 100644
index e6aa2e7..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-context-passing/pom.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright 2005-2006 The Apache Software 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.
-  -->
-
-<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">
-  <parent>
-    <artifactId>maven-it-plugins</artifactId>
-    <groupId>org.apache.maven.its.plugins</groupId>
-    <version>2.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>maven-it-plugin-context-passing</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Maven Integration Test Plugin :: Context Passing</name>
-  <inceptionYear>2006</inceptionYear>
-
-  <properties>
-    <maven.test.skip>true</maven.test.skip>
-  </properties>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-context-passing/src/main/java/org/apache/maven/plugin/coreit/CatchMojo.java b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-context-passing/src/main/java/org/apache/maven/plugin/coreit/CatchMojo.java
deleted file mode 100644
index 01b437f..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-context-passing/src/main/java/org/apache/maven/plugin/coreit/CatchMojo.java
+++ /dev/null
@@ -1,78 +0,0 @@
-package org.apache.maven.plugin.coreit;
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-
-import java.io.File;
-import java.io.FileWriter;
-import java.io.IOException;
-import java.io.Writer;
-
-/**
- * "Catch" a parameter "thrown" by the ThrowMojo through the plugin context, and
- * write a file based on it's value to the build output directory.
- * 
- * @goal catch
- */
-public class CatchMojo
-    extends AbstractMojo
-{
-
-    /**
-     * @parameter expression="${project.build.directory}"
-     * @required
-     * @readonly
-     */
-    private File outDir;
-    
-    public File getOutDir()
-    {
-        return outDir;
-    }
-    
-    public void setOutDir( File outDir )
-    {
-        this.outDir = outDir;
-    }
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        String value = (String) getPluginContext().get( ThrowMojo.THROWN_PARAMETER );
-
-        if ( !outDir.exists() )
-        {
-            outDir.mkdirs();
-        }
-        
-        File outfile = new File( outDir, value );
-
-        Writer writer = null;
-        try
-        {
-            writer = new FileWriter( outfile );
-            
-            writer.write( value );
-            
-            writer.flush();
-        }
-        catch ( IOException e )
-        {
-            throw new MojoExecutionException( "Cannot write output file: " + outfile, e );
-        }
-        finally
-        {
-            if ( writer != null )
-            {
-                try
-                {
-                    writer.close();
-                }
-                catch ( IOException e )
-                {
-                }
-            }
-        }
-    }
-
-}
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-context-passing/src/main/java/org/apache/maven/plugin/coreit/ThrowMojo.java b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-context-passing/src/main/java/org/apache/maven/plugin/coreit/ThrowMojo.java
deleted file mode 100644
index d002a95..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-context-passing/src/main/java/org/apache/maven/plugin/coreit/ThrowMojo.java
+++ /dev/null
@@ -1,39 +0,0 @@
-package org.apache.maven.plugin.coreit;
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-
-/**
- * "Throw" a parameter into the plugin context, for the "catch" mojo to 
- * pickup and process.
- * 
- * @goal throw
- */
-public class ThrowMojo
-    extends AbstractMojo
-{
-    
-    public static final String THROWN_PARAMETER = "throw-parameter";
-
-    /**
-     * @parameter expression="${value}" default-value="thrown"
-     */
-    private String value;
-    
-    public void setValue( String value )
-    {
-        this.value = value;
-    }
-    
-    public String getValue()
-    {
-        return value;
-    }
-    
-    public void execute()
-        throws MojoExecutionException
-    {
-        getPluginContext().put( THROWN_PARAMETER, value );
-    }
-
-}
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-fork/pom.xml b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-fork/pom.xml
deleted file mode 100644
index bc2a780..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-fork/pom.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright 2005-2006 The Apache Software 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.
-  -->
-
-<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">
-  <parent>
-    <artifactId>maven-it-plugins</artifactId>
-    <groupId>org.apache.maven.its.plugins</groupId>
-    <version>2.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>maven-it-plugin-fork</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Maven Integration Test Plugin :: Fork</name>
-  <inceptionYear>2006</inceptionYear>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-fork/src/main/java/org/apache/maven/plugin/coreit/CoreItForkerMojo.java b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-fork/src/main/java/org/apache/maven/plugin/coreit/CoreItForkerMojo.java
deleted file mode 100644
index cafffad..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-fork/src/main/java/org/apache/maven/plugin/coreit/CoreItForkerMojo.java
+++ /dev/null
@@ -1,54 +0,0 @@
-package org.apache.maven.plugin.coreit;
-
-/*
- * Copyright 2001-2004 The Apache Software 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.
- */
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.project.MavenProject;
-
-/**
- * @goal fork
- * 
- * @execute phase="generate-sources" lifecycle="foo"
- */
-public class CoreItForkerMojo
-    extends AbstractMojo
-{
-    /**
-     * @parameter expression="${project}"
-     */
-    private MavenProject project;
-
-    /**
-     * @parameter expression="${executedProject}"
-     */
-    private MavenProject executedProject;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        if ( !executedProject.getBuild().getFinalName().equals( "coreitified" ) )
-        {
-            throw new MojoExecutionException( "Unexpected result, final name of executed project is " + executedProject.getBuild().getFinalName() );
-        }
-
-        if ( project.getBuild().getFinalName().equals( "coreitified" ) )
-        {
-            throw new MojoExecutionException( "forked project was polluted" );
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-fork/src/main/java/org/apache/maven/plugin/coreit/CoreItGoalForkerMojo.java b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-fork/src/main/java/org/apache/maven/plugin/coreit/CoreItGoalForkerMojo.java
deleted file mode 100644
index 1cabc42..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-fork/src/main/java/org/apache/maven/plugin/coreit/CoreItGoalForkerMojo.java
+++ /dev/null
@@ -1,54 +0,0 @@
-package org.apache.maven.plugin.coreit;
-
-/*
- * Copyright 2001-2004 The Apache Software 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.
- */
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.project.MavenProject;
-
-/**
- * @goal fork-goal
- * 
- * @execute goal="touch"
- */
-public class CoreItGoalForkerMojo
-    extends AbstractMojo
-{
-    /**
-     * @parameter expression="${project}"
-     */
-    private MavenProject project;
-
-    /**
-     * @parameter expression="${executedProject}"
-     */
-    private MavenProject executedProject;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        if ( !executedProject.getBuild().getFinalName().equals( "coreitified" ) )
-        {
-            throw new MojoExecutionException( "Unexpected result, final name of executed project is " + executedProject.getBuild().getFinalName() );
-        }
-
-        if ( project.getBuild().getFinalName().equals( "coreitified" ) )
-        {
-            throw new MojoExecutionException( "forked project was polluted" );
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-fork/src/main/java/org/apache/maven/plugin/coreit/CoreItMojo.java b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-fork/src/main/java/org/apache/maven/plugin/coreit/CoreItMojo.java
deleted file mode 100644
index 504a3b5..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-fork/src/main/java/org/apache/maven/plugin/coreit/CoreItMojo.java
+++ /dev/null
@@ -1,151 +0,0 @@
-package org.apache.maven.plugin.coreit;
-
-/*
- * Copyright 2001-2004 The Apache Software 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.
- */
-
-import org.apache.maven.artifact.Artifact;
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.project.MavenProject;
-
-import java.io.File;
-import java.io.FileWriter;
-import java.io.IOException;
-import java.util.Map;
-
-/**
- * @goal touch
- * 
- * @phase process-sources
- *
- * @description Goal which cleans the build
- */
-public class CoreItMojo
-    extends AbstractMojo
-{
-    /**
-     * @parameter expression="${project}"
-     */
-    private MavenProject project;
-
-    /**
-     * @parameter expression="${project.build.directory}"
-     * @required
-     */
-    private String outputDirectory;
-
-    /** Test setting of plugin-artifacts on the PluginDescriptor instance.
-     * @parameter expression="${plugin.artifactMap}"
-     * @required
-     */
-    private Map pluginArtifacts;
-
-    /**
-     * @parameter expression="target/test-basedir-alignment"
-     */
-    private File basedirAlignmentDirectory;
-
-    /**
-     * @parameter alias="pluginFile"
-     */
-    private String pluginItem = "foo";
-
-    /**
-     * @parameter
-     */
-    private String goalItem = "bar";
-    
-    /**
-     * @parameter expression="${artifactToFile}"
-     */
-    private String artifactToFile;
-    
-    /**
-     * @parameter expression="${fail}"
-     */
-    private boolean fail = false;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        if ( fail )
-        {
-            throw new MojoExecutionException( "Failing per \'fail\' parameter (specified in pom or system properties)" );
-        }
-        
-        touch( new File( outputDirectory ), "touch.txt" );
-
-        // This parameter should be aligned to the basedir as the parameter type is specified
-        // as java.io.File
-
-        if ( basedirAlignmentDirectory.getPath().equals( "target/test-basedir-alignment" ) )
-        {
-            throw new MojoExecutionException( "basedirAlignmentDirectory not aligned" );
-        }
-        
-        touch( basedirAlignmentDirectory, "touch.txt" );
-        
-        File outDir = new File( outputDirectory );
-
-        // Test parameter setting
-        if ( pluginItem != null )
-        {
-            touch( outDir, pluginItem );
-        }
-
-        if ( goalItem != null )
-        {
-            touch( outDir, goalItem );
-        }
-        
-        if ( artifactToFile != null )
-        {
-            Artifact artifact = (Artifact) pluginArtifacts.get( artifactToFile );
-            
-            File artifactFile = artifact.getFile();
-            
-            String filename = artifactFile.getAbsolutePath().replace('/', '_').replace(':', '_') + ".txt";
-            
-            touch( outDir, filename );
-        }
-
-        project.getBuild().setFinalName( "coreitified" );
-    }
-
-    private static void touch( File dir, String file )
-        throws MojoExecutionException
-    {
-        try
-        {
-             if ( !dir.exists() )
-             {
-                 dir.mkdirs();
-             }
-             
-             File touch = new File( dir, file );
-     
-             FileWriter w = new FileWriter( touch );
-             
-             w.write( file );
-             
-             w.close();
-        }
-        catch ( IOException e )
-        {
-            throw new MojoExecutionException( "Error touching file", e );
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-fork/src/main/resources/META-INF/maven/lifecycle.xml b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-fork/src/main/resources/META-INF/maven/lifecycle.xml
deleted file mode 100644
index 9504c71..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-fork/src/main/resources/META-INF/maven/lifecycle.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<lifecycles>
-  <lifecycle>
-    <id>foo</id>
-    <phases>
-      <phase>
-        <id>generate-sources</id>
-        <executions>
-          <execution>
-            <configuration>
-              <outputDirectory>${project.build.directory}/forked</outputDirectory>
-            </configuration>
-            <goals>
-              <goal>touch</goal>
-            </goals>
-          </execution>
-          <execution>
-            <configuration>
-              <outputDirectory>${project.build.directory}/forked2</outputDirectory>
-            </configuration>
-            <goals>
-              <goal>touch</goal>
-            </goals>
-          </execution>
-        </executions>
-      </phase>
-    </phases>
-  </lifecycle>
-</lifecycles>
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-generate-envar-properties/pom.xml b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-generate-envar-properties/pom.xml
deleted file mode 100644
index a13a814..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-generate-envar-properties/pom.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright 2005-2006 The Apache Software 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.
-  -->
-
-<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">
-  <parent>
-    <artifactId>maven-it-plugins</artifactId>
-    <groupId>org.apache.maven.its.plugins</groupId>
-    <version>2.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>maven-it-plugin-generate-envar-properties</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Maven Integration Test Plugin :: Envar</name>
-  <inceptionYear>2006</inceptionYear>
-
-  <properties>
-    <maven.test.skip>true</maven.test.skip>
-  </properties>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-generate-envar-properties/src/main/java/org/apache/maven/plugin/coreit/InterpolatedEnvarConfigurationMojo.java b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-generate-envar-properties/src/main/java/org/apache/maven/plugin/coreit/InterpolatedEnvarConfigurationMojo.java
deleted file mode 100644
index 88b9bb1..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-generate-envar-properties/src/main/java/org/apache/maven/plugin/coreit/InterpolatedEnvarConfigurationMojo.java
+++ /dev/null
@@ -1,52 +0,0 @@
-package org.apache.maven.plugin.coreit;
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-
-import java.util.Properties;
-import java.io.FileOutputStream;
-import java.io.File;
-
-/**
- * Interpolate some envars that are embedded in the POM and make sure they pass through
- * the system.
- * 
- * @goal generate-envar-properties
- */
-public class InterpolatedEnvarConfigurationMojo
-    extends AbstractMojo
-{
-    /**
-     * @parameter expression="${basedir}"
-     */
-    private String basedir;
-
-    /**
-     * @parameter expression="${mavenTestEnvar}"
-     */
-    private String mavenTestEnvar;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        if ( mavenTestEnvar == null )
-        {
-            throw new MojoExecutionException( "The mavenTestEnvar field should not be null! You must run this using the maven-core-it scripts! ");
-        }
-        
-        try
-        {
-            Properties mojoGeneratedPropeties = new Properties();
-
-            mojoGeneratedPropeties.put( "maven.test.envar", mavenTestEnvar );
-
-            FileOutputStream fos = new FileOutputStream( new File( basedir, "target/mojo-generated.properties" ) );
-
-            mojoGeneratedPropeties.store( fos, "# Properties generated by the execution of a mojo that uses interpolated envar values." );
-        }
-        catch( Exception e )
-        {
-            getLog().error( "Error creating mojo generated properties.", e );
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-generate-properties/pom.xml b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-generate-properties/pom.xml
deleted file mode 100644
index a0b8080..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-generate-properties/pom.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright 2005-2006 The Apache Software 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.
-  -->
-
-<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">
-  <parent>
-    <artifactId>maven-it-plugins</artifactId>
-    <groupId>org.apache.maven.its.plugins</groupId>
-    <version>2.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>maven-it-plugin-generate-properties</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Maven Integration Test Plugin :: Interpolated POM Configuration</name>
-  <inceptionYear>2006</inceptionYear>
-
-  <properties>
-    <maven.test.skip>true</maven.test.skip>
-  </properties>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-generate-properties/src/main/java/org/apache/maven/plugin/coreit/InterpolatedPomConfigurationMojo.java b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-generate-properties/src/main/java/org/apache/maven/plugin/coreit/InterpolatedPomConfigurationMojo.java
deleted file mode 100644
index e1414cd..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-generate-properties/src/main/java/org/apache/maven/plugin/coreit/InterpolatedPomConfigurationMojo.java
+++ /dev/null
@@ -1,92 +0,0 @@
-package org.apache.maven.plugin.coreit;
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-
-import java.util.Properties;
-import java.io.FileOutputStream;
-import java.io.File;
-
-/**
- * Take some configuration values that use interpolated POM values and write them to a properties file
- * to make sure they are passing through the system properly. We are using this mojo in it0088, and the
- * configuration looks like the following:
- * 
- * <plugin>
- *   <groupId>org.apache.maven.its.plugins</groupId>
- *   <artifactId>maven-it-plugin-generate-properties</artifactId>
- *   <version>1.0-SNAPSHOT</version>
- *   <executions>
- *     <execution>
- *       <phase>process-resources</phase>
- *       <configuration>
- *         <projectBuildDirectory>${project.build.directory}</projectBuildDirectory>
- *         <targetDirectoryString>target</targetDirectoryString>
- *         <targetDirectoryFile>target</targetDirectoryFile>
- *       </configuration>
- *       <goals>
- *         <goal>generate-properties</goal>
- *       </goals>
- *     </execution>
- *   </executions>
- * </plugin>
- * 
- * @goal generate-properties
- *
- */
-public class InterpolatedPomConfigurationMojo
-    extends AbstractMojo
-{
-    /**
-     * @parameter expression="${basedir}"
-     */
-    private String basedir;
-
-    /**
-     * This is using the plugin configuration above and so ${project.build.directory} is the value
-     * of the expression ${projectBuildDirectory} and should be the full path to the scratch directory
-     * which often looks something like /path/to/project/target. For the 2.0.x family this always results
-     * in a full path, and bugs have resulted when it resolves to something that is not a full path like "target".
-     *
-     * @parameter expression="${projectBuildDirectory}"
-     */
-    private String projectBuildDirectory;
-
-    /**
-     * @parameter expression="${targetDirectoryString}"
-     */
-    private String targetDirectoryString;
-
-    /**
-     * @parameter expression="${targetDirectoryFile}"
-     */
-    private File targetDirectoryFile;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        try
-        {
-            Properties mojoGeneratedPropeties = new Properties();
-
-            mojoGeneratedPropeties.put( "project.build.directory", projectBuildDirectory );
-            
-            if ( targetDirectoryString != null )
-            {
-                mojoGeneratedPropeties.put( "targetDirectoryString", targetDirectoryString );
-            }    
-            if ( targetDirectoryFile != null )
-            {
-                mojoGeneratedPropeties.put( "targetDirectoryFile", targetDirectoryFile.getAbsolutePath() );
-            }    
-
-            FileOutputStream fos = new FileOutputStream( new File( basedir, "target/mojo-generated.properties" ) );
-
-            mojoGeneratedPropeties.store( fos, "# Properties generated by the execution of a mojo that uses interpolated POM values for configuration." );
-        }
-        catch( Exception e )
-        {
-            getLog().error( "Error creating mojo generated properties.", e );
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-loadable/pom.xml b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-loadable/pom.xml
deleted file mode 100644
index ca44959..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-loadable/pom.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright 2005-2006 The Apache Software 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.
-  -->
-
-<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">
-  <parent>
-    <artifactId>maven-it-plugins</artifactId>
-    <groupId>org.apache.maven.its.plugins</groupId>
-    <version>2.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>maven-it-plugin-loadable</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Maven Integration Test Plugin :: Loadable</name>
-  <inceptionYear>2006</inceptionYear>
-
-  <properties>
-    <maven.test.skip>true</maven.test.skip>
-  </properties>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>                                                                                                                                                             
-      <groupId>bsh</groupId>                                                                                                                                                 
-      <artifactId>bsh</artifactId>                                                                                                                                           
-      <version>1.3.0</version>                                                                                                                                               
-    </dependency>     
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-loadable/src/main/java/org/apache/maven/plugin/coreit/LoadableMojo.java b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-loadable/src/main/java/org/apache/maven/plugin/coreit/LoadableMojo.java
deleted file mode 100644
index a8752e5..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-loadable/src/main/java/org/apache/maven/plugin/coreit/LoadableMojo.java
+++ /dev/null
@@ -1,59 +0,0 @@
-package org.apache.maven.plugin.coreit;
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoFailureException;
-
-/**
- * @goal loadable
- * @requiresDependencyResolution test
- */
-public class LoadableMojo
-    extends AbstractMojo
-{
-    /**
-     * @parameter
-     * @required
-     */
-    private String className;
-
-    public void execute() throws MojoFailureException
-    {
-        if ( !load( true ) || !load( false ) )
-        {
-            throw new MojoFailureException( this, "Class-loading test failed..", "Failed to load class: " + className + " using one or more methods." );
-        }
-    }
-    
-    private boolean load( boolean useContextClassloader ) throws MojoFailureException
-    {
-        getLog().info( "Executing in java version: " + System.getProperty( "java.version" ) );
-        
-        ClassLoader cl;
-        if ( useContextClassloader )
-        {
-            cl = Thread.currentThread().getContextClassLoader();
-        }
-        else
-        {
-            cl = this.getClass().getClassLoader();
-        }
-
-        getLog().info( "Attepting to load: " + className + " from: " + cl + (useContextClassloader ? " (context classloader)" : "" ) );
-        
-        try
-        {
-            Class result = cl.loadClass( className );
-            
-            getLog().info( "Load succeeded." );
-            
-            return true;
-        }
-        catch ( ClassNotFoundException e )
-        {
-            getLog().info( "Failed to load class: " + className
-                + (useContextClassloader ? " using context classloader" : "") );
-            
-            return false;
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-no-project/pom.xml b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-no-project/pom.xml
deleted file mode 100644
index 73bf776..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-no-project/pom.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright 2005-2006 The Apache Software 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.
-  -->
-
-<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">
-  <parent>                                                                                                                                                             
-    <artifactId>maven-it-plugins</artifactId>                                                                                                                          
-    <groupId>org.apache.maven.its.plugins</groupId>                                                                                                                    
-    <version>2.1-SNAPSHOT</version>                                                                                                                                      
-  </parent> 
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>maven-it-plugin-no-project</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Maven Core Integration Test Plugin</name>
-  <inceptionYear>2001</inceptionYear>
-
-  <properties>
-    <maven.test.skip>true</maven.test.skip>
-  </properties>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-no-project/src/main/java/org/apache/maven/plugin/coreit/NoProjectMojo.java b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-no-project/src/main/java/org/apache/maven/plugin/coreit/NoProjectMojo.java
deleted file mode 100644
index d36cc6e..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-no-project/src/main/java/org/apache/maven/plugin/coreit/NoProjectMojo.java
+++ /dev/null
@@ -1,79 +0,0 @@
-package org.apache.maven.plugin.coreit;
-
-/*
- * Copyright 2001-2004 The Apache Software 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.
- */
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-
-import java.io.File;
-import java.io.FileWriter;
-import java.io.IOException;
-import java.util.Map;
-
-/**
- * Mojo which touches a file without requiring a project.
- * 
- * @goal light-touch
- * @requiresProject false
- * 
- */
-public class NoProjectMojo
-    extends AbstractMojo
-{
-    /**
-     * @parameter expression="${project.build.directory}"
-     * @required
-     */
-    private String outputDirectory;
-
-    /**
-     * @parameter expression="target/test-basedir-alignment"
-     */
-    private File basedirAlignmentDirectory;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        touch( new File( outputDirectory ), "touch.txt" );
-    }
-
-    private void touch( File dir, String file )
-        throws MojoExecutionException
-    {
-        try
-        {
-             if ( !dir.exists() )
-             {
-                 dir.mkdirs();
-             }
-             
-             File touch = new File( dir, file );
-             
-             getLog().info( "Touching: " + touch );
-     
-             FileWriter w = new FileWriter( touch );
-             
-             w.write( file );
-             
-             w.close();
-        }
-        catch ( IOException e )
-        {
-            throw new MojoExecutionException( "Error touching file", e );
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-packaging/pom.xml b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-packaging/pom.xml
deleted file mode 100644
index 883c891..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-packaging/pom.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright 2005-2006 The Apache Software 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.
-  -->
-
-<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">
-  <parent>
-    <artifactId>maven-it-plugins</artifactId>
-    <groupId>org.apache.maven.its.plugins</groupId>
-    <version>2.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>maven-it-plugin-packaging</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Maven Integration Test Plugin :: Packaging</name>
-  <inceptionYear>2006</inceptionYear>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-archiver</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-packaging/src/main/java/org/apache/maven/plugin/coreit/PackagingMojo.java b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-packaging/src/main/java/org/apache/maven/plugin/coreit/PackagingMojo.java
deleted file mode 100644
index 8347fa7..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-packaging/src/main/java/org/apache/maven/plugin/coreit/PackagingMojo.java
+++ /dev/null
@@ -1,81 +0,0 @@
-package org.apache.maven.plugin.coreit;
-
-/*
- * Copyright 2001-2005 The Apache Software 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.
- */
-
-import org.apache.maven.archiver.MavenArchiver;
-import org.apache.maven.archiver.MavenArchiveConfiguration;
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.project.MavenProject;
-import org.codehaus.plexus.archiver.jar.JarArchiver;
-
-import java.io.File;
-
-/**
- * @author <a href="brett@apache.org">Brett Porter</a>
- * @version $Id$
- * @goal package
- */
-public class PackagingMojo
-    extends AbstractMojo
-{
-    
-    /**
-     * @parameter expression="${project}"
-     * @required
-     */
-    private MavenProject project;
-
-    /**
-     * @parameter expression="${project.build.finalName}"
-     * @required
-     */
-    private String finalName;
-
-    /**
-     * @parameter expression="${project.build.directory}"
-     * @required
-     * @readonly
-     */
-    private String outputDirectory;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        File jarFile = new File( outputDirectory, finalName + "-it.jar" );
-
-        MavenArchiver archiver = new MavenArchiver();
-
-        archiver.setArchiver( new JarArchiver() );
-
-        archiver.setOutputFile( jarFile );
-
-        try
-        {
-            archiver.createArchive( project, new MavenArchiveConfiguration() );
-        }
-        catch ( Exception e )
-        {
-            // TODO: improve error handling
-            throw new MojoExecutionException( "Error assembling JAR", e );
-        }
-        
-        project.getArtifact().setFile( jarFile );
-    }
-
-}
-                    
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-packaging/src/main/resources/META-INF/plexus/components.xml b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-packaging/src/main/resources/META-INF/plexus/components.xml
deleted file mode 100644
index a89159d..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-packaging/src/main/resources/META-INF/plexus/components.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<component-set>
-  <components>
-    <component>
-      <role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role>
-      <role-hint>it-packaging</role-hint>
-      <implementation>org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping</implementation>
-      <configuration>
-        <phases>
-          <package>org.apache.maven.its.plugins:maven-it-plugin-packaging:package</package>
-          <install>org.apache.maven.plugins:maven-install-plugin:install</install>
-          <deploy>org.apache.maven.plugins:maven-deploy-plugin:deploy</deploy>
-        </phases>
-      </configuration>
-    </component>
-    <component>
-      <role>org.apache.maven.artifact.handler.ArtifactHandler</role>
-      <role-hint>it-artifact</role-hint>
-      <implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation>
-      <configuration>
-        <type>it-artifact</type>
-        <extension>jar</extension>
-        <packaging>it-packaging</packaging>
-        <classifier>it</classifier>
-      </configuration>
-    </component>
-  </components>
-</component-set>
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-parameter-implementation/pom.xml b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-parameter-implementation/pom.xml
deleted file mode 100644
index 15e6dc4..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-parameter-implementation/pom.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright 2005-2006 The Apache Software 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.
-  -->
-
-<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">
-  <parent>
-    <artifactId>maven-it-plugins</artifactId>
-    <groupId>org.apache.maven.its.plugins</groupId>
-    <version>2.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>maven-it-plugin-parameter-implementation</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Maven Integration Test Plugin :: Parameter Implementation</name>
-  <inceptionYear>2006</inceptionYear>
-
-  <properties>
-    <maven.test.skip>true</maven.test.skip>
-  </properties>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-parameter-implementation/src/main/java/org/apache/maven/plugin/coreit/Bla.java b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-parameter-implementation/src/main/java/org/apache/maven/plugin/coreit/Bla.java
deleted file mode 100644
index 98f4727..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-parameter-implementation/src/main/java/org/apache/maven/plugin/coreit/Bla.java
+++ /dev/null
@@ -1,7 +0,0 @@
-package org.apache.maven.plugin.coreit;
-
-/**
- */
-public interface Bla
-{
-}
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-parameter-implementation/src/main/java/org/apache/maven/plugin/coreit/ParameterImplementationMojo.java b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-parameter-implementation/src/main/java/org/apache/maven/plugin/coreit/ParameterImplementationMojo.java
deleted file mode 100644
index 40cfad5..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-parameter-implementation/src/main/java/org/apache/maven/plugin/coreit/ParameterImplementationMojo.java
+++ /dev/null
@@ -1,42 +0,0 @@
-package org.apache.maven.plugin.coreit;
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-
-/**
- * Check that we correctly use the implementation parameter. See MNG-2293
- *
- * @goal param-implementation
- * @description Prints out the name of the implementation of the bla field.
- */
-public class ParameterImplementationMojo
-    extends AbstractMojo
-{
-
-    /**
-     * @parameter implementation="org.apache.maven.plugin.coreit.sub.MyBla"
-     * @required
-     */
-    private Bla bla;
-
-    /**
-     * The expected value of bla.toString().
-     *
-     * @parameter
-     * @required
-     */
-    private String expected;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-
-        getLog().info( "bla: " + bla );
-
-        if ( ! expected.equals( bla.toString() ) )
-        {
-            throw new MojoExecutionException( "Expected '" + expected + "'; found '" + bla + "'" );
-        }
-    }
-
-}
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-parameter-implementation/src/main/java/org/apache/maven/plugin/coreit/sub/MyBla.java b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-parameter-implementation/src/main/java/org/apache/maven/plugin/coreit/sub/MyBla.java
deleted file mode 100644
index b432840..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-parameter-implementation/src/main/java/org/apache/maven/plugin/coreit/sub/MyBla.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package org.apache.maven.plugin.coreit.sub;
-
-import org.apache.maven.plugin.coreit.Bla;
-
-/**
- */
-public class MyBla
-    implements Bla
-{
-    private String field;
-
-    public String getField()
-    {
-        return field; 
-    }
-
-    public void setField( String field )
-    {
-        this.field = field; 
-    }
-
-    public String toString()
-    {
-        return getClass() + "-" + field;
-    }
-}
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-project-interpolation/pom.xml b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-project-interpolation/pom.xml
deleted file mode 100644
index 901884c..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-project-interpolation/pom.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright 2005-2006 The Apache Software 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.
-  -->
-
-<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">
-  <parent>
-    <artifactId>maven-it-plugins</artifactId>
-    <groupId>org.apache.maven.its.plugins</groupId>
-    <version>2.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>maven-it-plugin-project-interpolation</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Maven Integration Test Plugin :: Project Interpolation</name>
-  <inceptionYear>2001</inceptionYear>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <!-- Test the resolution of the version -->
-    <dependency>
-      <groupId>org.apache.maven.its</groupId>
-      <artifactId>maven-integration-test-helper</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-project-interpolation/src/main/java/org/apache/maven/plugin/coreit/PluginParamInterpolationMojo.java b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-project-interpolation/src/main/java/org/apache/maven/plugin/coreit/PluginParamInterpolationMojo.java
deleted file mode 100644
index d362473..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-project-interpolation/src/main/java/org/apache/maven/plugin/coreit/PluginParamInterpolationMojo.java
+++ /dev/null
@@ -1,47 +0,0 @@
-package org.apache.maven.plugin.coreit;
-
-/*
- * Copyright 2001-2004 The Apache Software 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.
- */
-
-import org.apache.maven.artifact.Artifact;
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.project.MavenProject;
-
-/**
- * @goal check-plugin
- * 
- * @phase validate
- */
-public class PluginParamInterpolationMojo
-    extends AbstractMojo
-{
-    /** @parameter */
-    private String myDirectory;
-
-    /** @parameter expression="${project}" */
-    private MavenProject project;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-	    
-        if ( !myDirectory.equals( project.getBuild().getDirectory() + "/foo" ) )
-        {
-            throw new MojoExecutionException( "Directory supplied: " + myDirectory + " is not the same as the project build directory: " + project.getBuild().getDirectory() + " + '/foo'" );
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-project-interpolation/src/main/java/org/apache/maven/plugin/coreit/PropertyInterpolationMojo.java b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-project-interpolation/src/main/java/org/apache/maven/plugin/coreit/PropertyInterpolationMojo.java
deleted file mode 100644
index 3b96c6e..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-project-interpolation/src/main/java/org/apache/maven/plugin/coreit/PropertyInterpolationMojo.java
+++ /dev/null
@@ -1,47 +0,0 @@
-package org.apache.maven.plugin.coreit;
-
-/*
- * Copyright 2001-2004 The Apache Software 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.
- */
-
-import org.apache.maven.artifact.Artifact;
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.project.MavenProject;
-
-/**
- * @goal check-property
- * 
- * @phase validate
- */
-public class PropertyInterpolationMojo
-    extends AbstractMojo
-{
-    /** @parameter */
-    private String myDirectory;
-
-    /** @parameter expression="${project}" */
-    private MavenProject project;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        String value = project.getProperties().getProperty( "myDirectory" );
-        if ( !value.equals( project.getBuild().getDirectory() + "/foo" ) )
-        {
-            throw new MojoExecutionException( "Property value of 'myDirectory': " + value + " should equal project build directory: " + project.getBuild().getDirectory() + " + '/foo'" );
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-setter/pom.xml b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-setter/pom.xml
deleted file mode 100644
index 3da5593..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-setter/pom.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright 2005-2006 The Apache Software 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.
-  -->
-
-<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">
-  <parent>
-    <artifactId>maven-it-plugins</artifactId>
-    <groupId>org.apache.maven.its.plugins</groupId>
-    <version>2.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>maven-it-plugin-setter</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Maven Integration Test Plugin :: Setter</name>
-  <inceptionYear>2006</inceptionYear>
-
-  <properties>
-    <maven.test.skip>true</maven.test.skip>
-  </properties>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-setter/src/main/java/org/apache/maven/plugin/coreit/CoreItMojoWithSetters.java b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-setter/src/main/java/org/apache/maven/plugin/coreit/CoreItMojoWithSetters.java
deleted file mode 100644
index c2c5f3b..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-setter/src/main/java/org/apache/maven/plugin/coreit/CoreItMojoWithSetters.java
+++ /dev/null
@@ -1,113 +0,0 @@
-/*
- * Copyright (c) 2005 Your Corporation. All Rights Reserved.
- */
-package org.apache.maven.plugin.coreit;
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-
-import java.io.File;
-import java.io.FileWriter;
-import java.io.IOException;
-
-/**
- * @goal setter-touch
- *
- * @description Goal which cleans the build
- */
-public class CoreItMojoWithSetters
-    extends AbstractMojo
-{
-    /**
-     * @parameter
-     *   property="outputDirectory"
-     *   expression="${project.build.directory}"
-     * @required
-     */
-    private String outputDirectoryValue;
-
-    /**
-     * @parameter property="foo"
-     */
-    private String fooValue;
-
-    /**
-     * @parameter
-     */
-    private String bar;
-
-    // ----------------------------------------------------------------------
-    // Setters
-    // ----------------------------------------------------------------------
-
-    public void setOutputDirectory( String outputDirectory )
-    {
-        this.outputDirectoryValue = outputDirectory;
-    }
-
-    boolean setFooSetterExecuted;
-
-    public void setFoo( String fooValue )
-    {
-        this.fooValue = fooValue;
-
-        setFooSetterExecuted = true;
-    }
-
-    boolean setBarSetterExecuted;
-
-    public void setBar( String barValue )
-    {
-        this.bar = barValue + ".baz";
-
-        setBarSetterExecuted = true;
-    }
-
-    // ----------------------------------------------------------------------
-    //
-    // ----------------------------------------------------------------------
-
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        touch( new File( outputDirectoryValue ), "touch.txt" );
-
-        File outDir = new File( outputDirectoryValue );
-
-        // Test parameter setting
-        if ( fooValue != null && setFooSetterExecuted )
-        {
-            touch( outDir, fooValue );
-        }
-
-        if ( bar != null && setBarSetterExecuted )
-        {
-            touch( outDir, bar );
-        }
-    }
-
-    private static void touch( File dir, String file )
-        throws MojoExecutionException
-    {
-        try
-        {
-             if ( !dir.exists() )
-             {
-                 dir.mkdirs();
-             }
-
-             File touch = new File( dir, file );
-
-             FileWriter w = new FileWriter( touch );
-
-             w.write( file );
-
-             w.close();
-        }
-        catch ( IOException e )
-        {
-            throw new MojoExecutionException( "Error touching file", e );
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-touch/pom.xml b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-touch/pom.xml
deleted file mode 100644
index 86e2b67..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-touch/pom.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright 2005-2006 The Apache Software 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.
-  -->
-
-<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">
-  <parent>
-    <artifactId>maven-it-plugins</artifactId>
-    <groupId>org.apache.maven.its.plugins</groupId>
-    <version>2.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>maven-it-plugin-touch</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Maven Integration Test Plugin :: Touch</name>
-  <inceptionYear>2001</inceptionYear>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-archiver</artifactId>
-      <version>2.0</version>
-    </dependency>    
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-touch/src/main/java/org/apache/maven/plugin/coreit/CoreItMojo.java b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-touch/src/main/java/org/apache/maven/plugin/coreit/CoreItMojo.java
deleted file mode 100644
index 504a3b5..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-touch/src/main/java/org/apache/maven/plugin/coreit/CoreItMojo.java
+++ /dev/null
@@ -1,151 +0,0 @@
-package org.apache.maven.plugin.coreit;
-
-/*
- * Copyright 2001-2004 The Apache Software 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.
- */
-
-import org.apache.maven.artifact.Artifact;
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.project.MavenProject;
-
-import java.io.File;
-import java.io.FileWriter;
-import java.io.IOException;
-import java.util.Map;
-
-/**
- * @goal touch
- * 
- * @phase process-sources
- *
- * @description Goal which cleans the build
- */
-public class CoreItMojo
-    extends AbstractMojo
-{
-    /**
-     * @parameter expression="${project}"
-     */
-    private MavenProject project;
-
-    /**
-     * @parameter expression="${project.build.directory}"
-     * @required
-     */
-    private String outputDirectory;
-
-    /** Test setting of plugin-artifacts on the PluginDescriptor instance.
-     * @parameter expression="${plugin.artifactMap}"
-     * @required
-     */
-    private Map pluginArtifacts;
-
-    /**
-     * @parameter expression="target/test-basedir-alignment"
-     */
-    private File basedirAlignmentDirectory;
-
-    /**
-     * @parameter alias="pluginFile"
-     */
-    private String pluginItem = "foo";
-
-    /**
-     * @parameter
-     */
-    private String goalItem = "bar";
-    
-    /**
-     * @parameter expression="${artifactToFile}"
-     */
-    private String artifactToFile;
-    
-    /**
-     * @parameter expression="${fail}"
-     */
-    private boolean fail = false;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        if ( fail )
-        {
-            throw new MojoExecutionException( "Failing per \'fail\' parameter (specified in pom or system properties)" );
-        }
-        
-        touch( new File( outputDirectory ), "touch.txt" );
-
-        // This parameter should be aligned to the basedir as the parameter type is specified
-        // as java.io.File
-
-        if ( basedirAlignmentDirectory.getPath().equals( "target/test-basedir-alignment" ) )
-        {
-            throw new MojoExecutionException( "basedirAlignmentDirectory not aligned" );
-        }
-        
-        touch( basedirAlignmentDirectory, "touch.txt" );
-        
-        File outDir = new File( outputDirectory );
-
-        // Test parameter setting
-        if ( pluginItem != null )
-        {
-            touch( outDir, pluginItem );
-        }
-
-        if ( goalItem != null )
-        {
-            touch( outDir, goalItem );
-        }
-        
-        if ( artifactToFile != null )
-        {
-            Artifact artifact = (Artifact) pluginArtifacts.get( artifactToFile );
-            
-            File artifactFile = artifact.getFile();
-            
-            String filename = artifactFile.getAbsolutePath().replace('/', '_').replace(':', '_') + ".txt";
-            
-            touch( outDir, filename );
-        }
-
-        project.getBuild().setFinalName( "coreitified" );
-    }
-
-    private static void touch( File dir, String file )
-        throws MojoExecutionException
-    {
-        try
-        {
-             if ( !dir.exists() )
-             {
-                 dir.mkdirs();
-             }
-             
-             File touch = new File( dir, file );
-     
-             FileWriter w = new FileWriter( touch );
-             
-             w.write( file );
-             
-             w.close();
-        }
-        catch ( IOException e )
-        {
-            throw new MojoExecutionException( "Error touching file", e );
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-uses-properties/pom.xml b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-uses-properties/pom.xml
deleted file mode 100644
index f71e46e..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-uses-properties/pom.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright 2005-2006 The Apache Software 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.
-  -->
-
-<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">
-  <parent>
-    <artifactId>maven-it-plugins</artifactId>
-    <groupId>org.apache.maven.its.plugins</groupId>
-    <version>2.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>maven-it-plugin-uses-properties</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Maven Integration Test Plugin :: Uses Properties Plugin</name>
-  <inceptionYear>2006</inceptionYear>
-
-  <properties>
-    <maven.test.skip>true</maven.test.skip>
-  </properties>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-uses-properties/src/main/java/org/apache/maven/plugin/coreit/UsesPropertiesMojo.java b/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-uses-properties/src/main/java/org/apache/maven/plugin/coreit/UsesPropertiesMojo.java
deleted file mode 100644
index 71311ec..0000000
--- a/core-integration-testing/core-integration-testing-plugins/maven-it-plugin-uses-properties/src/main/java/org/apache/maven/plugin/coreit/UsesPropertiesMojo.java
+++ /dev/null
@@ -1,41 +0,0 @@
-package org.apache.maven.plugin.coreit;
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-
-import java.util.Properties;
-import java.io.FileOutputStream;
-import java.io.File;
-
-/**
- * @goal generate-properties
- * @phase validate
- */
-public class UsesPropertiesMojo
-    extends AbstractMojo
-{
-    /**
-     * @parameter expression=${basedir}"
-     */
-    private File basedir;
-    
-    /**
-     * @parameter expression="${project.properties}"
-     */
-    private Properties properties;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        try
-        {
-            FileOutputStream fos = new FileOutputStream( new File( basedir, "target/project.properties" ) );
-
-            properties.store( fos, "# Properties generated by the execution of a mojo that uses interpolated POM values for configuration." );
-        }
-        catch( Exception e )
-        {
-            getLog().error( "Error creating mojo generated properties.", e );
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-testing-plugins/pom.xml b/core-integration-testing/core-integration-testing-plugins/pom.xml
deleted file mode 100644
index 574f2b9..0000000
--- a/core-integration-testing/core-integration-testing-plugins/pom.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<project>
-  <parent>
-    <artifactId>core-integration-testing</artifactId>
-    <groupId>org.apache.maven.its</groupId>
-    <version>2.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.plugins</groupId>
-  <artifactId>maven-it-plugins</artifactId>
-  <packaging>pom</packaging>
-  <name>Maven Integration Tests :: Plugins</name>
-  <modules>
-    <module>maven-it-plugin-configuration</module>
-    <module>maven-it-plugin-context-passing</module>    
-    <module>maven-it-plugin-fork</module>      
-    <module>maven-it-plugin-generate-envar-properties</module>
-    <module>maven-it-plugin-generate-properties</module>    
-    <module>maven-it-plugin-loadable</module>      
-    <module>maven-it-plugin-no-project</module>          
-    <module>maven-it-plugin-packaging</module>      
-    <module>maven-it-plugin-parameter-implementation</module>
-    <module>maven-it-plugin-project-interpolation</module>
-    <module>maven-it-plugin-setter</module>        
-    <module>maven-it-plugin-touch</module>    
-    <module>maven-it-plugin-uses-properties</module>
-    <module>maven-it-plugin-all</module>    
-  </modules>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-integration-testing-plugins</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-integration-testing-plugins</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/core-integration-testing/trunk/core-integration-testing-plugins</url>
-  </scm>     
-  
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.3</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-testing-support/pom.xml b/core-integration-testing/core-integration-testing-support/pom.xml
deleted file mode 100644
index d802d8b..0000000
--- a/core-integration-testing/core-integration-testing-support/pom.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!--
-  ~ Copyright 2006 The Apache Software 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.
-
--->
-<project 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' xmlns='http://maven.apache.org/POM/4.0.0'>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its</groupId>
-    <artifactId>core-integration-testing</artifactId>
-    <version>2.1-SNAPSHOT</version>
-  </parent>
-  <artifactId>integration-test-support-artifacts</artifactId>
-  <packaging>pom</packaging>
-  <name>Integration Test Support Artifacts</name>
-  <version>2.1-SNAPSHOT</version>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.1</version>
-        <configuration>
-          <descriptor>src/main/assembly/repo.xml</descriptor>
-        </configuration>
-        <executions>
-          <execution>
-            <phase>package</phase>
-            <goals>
-              <goal>single</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
-
-
diff --git a/core-integration-testing/core-integration-testing-support/src/main/assembly/repo.xml b/core-integration-testing/core-integration-testing-support/src/main/assembly/repo.xml
deleted file mode 100644
index 3b3904d..0000000
--- a/core-integration-testing/core-integration-testing-support/src/main/assembly/repo.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you 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.
--->
-
-<assembly>
-  <id>repo</id>
-  <formats>
-    <format>zip</format>
-  </formats>
-  <fileSets>
-    <fileSet>
-      <directory>src/main/repo</directory>
-      <outputDirectory>/</outputDirectory>
-    </fileSet>
-  </fileSets>
-  <includeBaseDirectory>false</includeBaseDirectory>
-</assembly>
-
diff --git a/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support-old-location/1.1/maven-core-it-support-old-location-1.1.pom b/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support-old-location/1.1/maven-core-it-support-old-location-1.1.pom
deleted file mode 100644
index 90f8758..0000000
--- a/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support-old-location/1.1/maven-core-it-support-old-location-1.1.pom
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright 2005-2006 The Apache Software 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.
-  -->
-
-<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>
-  <groupId>org.apache.maven.its</groupId>                                                                                                                            
-  <artifactId>maven-core-it-support-old-location</artifactId>
-  <version>1.1</version>
-  <distributionManagement>
-    <relocation>
-      <artifactId>maven-core-it-support</artifactId>
-      <message>Testing</message>      
-    </relocation>
-  </distributionManagement>
-</project>
diff --git a/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar b/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
deleted file mode 100644
index 0963fe2..0000000
--- a/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.jar
+++ /dev/null
Binary files differ
diff --git a/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.pom b/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.pom
deleted file mode 100644
index 14d347f..0000000
--- a/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.0/maven-core-it-support-1.0.pom
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright 2005-2006 The Apache Software 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.
-  -->
-
-<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>
-  <groupId>org.apache.maven.its</groupId>                                                                                                                            
-  <artifactId>maven-core-it-support</artifactId>
-  <version>1.0</version>
-</project>
diff --git a/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.1/maven-core-it-support-1.1.jar b/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.1/maven-core-it-support-1.1.jar
deleted file mode 100644
index 67a7bf7..0000000
--- a/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.1/maven-core-it-support-1.1.jar
+++ /dev/null
Binary files differ
diff --git a/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.1/maven-core-it-support-1.1.pom b/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.1/maven-core-it-support-1.1.pom
deleted file mode 100644
index b1dcceb..0000000
--- a/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.1/maven-core-it-support-1.1.pom
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright 2005-2006 The Apache Software 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.
-  -->
-
-<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>
-  <groupId>org.apache.maven.its</groupId>                                                                                                                            
-  <artifactId>maven-core-it-support</artifactId>
-  <version>1.1</version>
-</project>
diff --git a/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.2/maven-core-it-support-1.2-it.jar b/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.2/maven-core-it-support-1.2-it.jar
deleted file mode 100644
index 70c7505..0000000
--- a/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.2/maven-core-it-support-1.2-it.jar
+++ /dev/null
Binary files differ
diff --git a/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.2/maven-core-it-support-1.2.pom b/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.2/maven-core-it-support-1.2.pom
deleted file mode 100644
index 3992663..0000000
--- a/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.2/maven-core-it-support-1.2.pom
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright 2005-2006 The Apache Software 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.
-  -->
-
-<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>
-  <groupId>org.apache.maven.its</groupId>                                                                                                                            
-  <artifactId>maven-core-it-support</artifactId>
-  <packaging>it-packaging</packaging>
-  <version>1.2</version>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-packaging</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <extensions>true</extensions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.3/maven-core-it-support-1.3.jar b/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.3/maven-core-it-support-1.3.jar
deleted file mode 100644
index 942c721..0000000
--- a/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.3/maven-core-it-support-1.3.jar
+++ /dev/null
Binary files differ
diff --git a/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.3/maven-core-it-support-1.3.pom b/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.3/maven-core-it-support-1.3.pom
deleted file mode 100644
index bafb14c..0000000
--- a/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.3/maven-core-it-support-1.3.pom
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright 2005-2006 The Apache Software 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.
-  -->
-
-<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>
-  <groupId>org.apache.maven.its</groupId>                                                                                                                            
-  <artifactId>maven-core-it-support</artifactId>
-  <version>1.3</version>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-packaging</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <extensions>true</extensions>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-      <version>1.0</version>
-      <exclusions>
-        <exclusion>
-          <groupId>junit</groupId>
-          <artifactId>junit</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.4/maven-core-it-support-1.4.jar b/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.4/maven-core-it-support-1.4.jar
deleted file mode 100644
index 6ec3c10..0000000
--- a/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.4/maven-core-it-support-1.4.jar
+++ /dev/null
Binary files differ
diff --git a/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.4/maven-core-it-support-1.4.pom b/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.4/maven-core-it-support-1.4.pom
deleted file mode 100644
index e3a4cf7..0000000
--- a/core-integration-testing/core-integration-testing-support/src/main/repo/org/apache/maven/its/maven-core-it-support/1.4/maven-core-it-support-1.4.pom
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright 2005-2006 The Apache Software 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.
-  -->
-
-<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>
-  <groupId>org.apache.maven.its</groupId>                                                                                                                            
-  <artifactId>maven-core-it-support</artifactId>
-  <version>1.4</version>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-packaging</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <extensions>true</extensions>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>1.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-testing-wagon/pom.xml b/core-integration-testing/core-integration-testing-wagon/pom.xml
deleted file mode 100644
index 1d4b92a..0000000
--- a/core-integration-testing/core-integration-testing-wagon/pom.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0"?><project>
-  <parent>
-    <artifactId>core-integration-testing</artifactId>
-    <groupId>org.apache.maven.its</groupId>
-    <version>2.1-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>core-integration-testing-wagon</artifactId>
-  <name>core-integration-testing-wagon</name>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.wagon</groupId>
-      <artifactId>wagon-provider-api</artifactId>
-      <version>1.0-beta-2</version>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.plexus</groupId>
-        <artifactId>plexus-maven-plugin</artifactId>
-        <version>1.3.5</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>descriptor</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-testing-wagon/src/main/java/org/apache/maven/wagon/providers/ssh/external/ScpExternalWagon.java b/core-integration-testing/core-integration-testing-wagon/src/main/java/org/apache/maven/wagon/providers/ssh/external/ScpExternalWagon.java
deleted file mode 100644
index 2df618c..0000000
--- a/core-integration-testing/core-integration-testing-wagon/src/main/java/org/apache/maven/wagon/providers/ssh/external/ScpExternalWagon.java
+++ /dev/null
@@ -1,117 +0,0 @@
-package org.apache.maven.wagon.providers.ssh.external;
-
-import java.io.ByteArrayOutputStream;
-import java.io.File;
-import java.io.IOException;
-import java.io.InputStream;
-import java.io.OutputStream;
-
-import org.apache.maven.wagon.AbstractWagon;
-import org.apache.maven.wagon.ConnectionException;
-import org.apache.maven.wagon.InputData;
-import org.apache.maven.wagon.OutputData;
-import org.apache.maven.wagon.ResourceDoesNotExistException;
-import org.apache.maven.wagon.TransferFailedException;
-import org.apache.maven.wagon.authentication.AuthenticationException;
-import org.apache.maven.wagon.authorization.AuthorizationException;
-import org.apache.maven.wagon.resource.Resource;
-import org.codehaus.plexus.util.StringInputStream;
-
-/**
- * NOTE: Plexus will only pick this correctly if the Class package and name are the same as that in core. This is
- * because the core component descriptor is read, but the class is read from the latter JAR.
- * 
- * @plexus.component role="org.apache.maven.wagon.Wagon" role-hint="scpexe"
- */
-public class ScpExternalWagon
-    extends AbstractWagon
-{
-    public void get( String resourceName, File destination )
-        throws TransferFailedException, ResourceDoesNotExistException, AuthorizationException
-    {
-        InputData inputData = new InputData();
-
-        Resource resource = new Resource( resourceName );
-
-        fireGetInitiated( resource, destination );
-
-        inputData.setResource( resource );
-
-        fillInputData( inputData );
-
-        InputStream is = inputData.getInputStream();
-
-        if ( is == null )
-        {
-            throw new TransferFailedException( getRepository().getUrl()
-                + " - Could not open input stream for resource: '" + resource + "'" );
-        }
-
-        createParentDirectories( destination );
-
-        getTransfer( inputData.getResource(), destination, is );
-    }
-
-    public boolean getIfNewer( String resourceName, File destination, long timestamp )
-        throws TransferFailedException, ResourceDoesNotExistException, AuthorizationException
-    {
-        return false;
-    }
-
-    public void put( File source, String resourceName )
-        throws TransferFailedException, ResourceDoesNotExistException, AuthorizationException
-    {
-        OutputData outputData = new OutputData();
-
-        Resource resource = new Resource( resourceName );
-
-        firePutInitiated( resource, source );
-
-        outputData.setResource( resource );
-
-        fillOutputData( outputData );
-
-        OutputStream os = outputData.getOutputStream();
-
-        if ( os == null )
-        {
-            throw new TransferFailedException( getRepository().getUrl()
-                + " - Could not open output stream for resource: '" + resource + "'" );
-        }
-
-        putTransfer( outputData.getResource(), source, os, true );
-    }
-
-    public void closeConnection()
-        throws ConnectionException
-    {
-        File f = new File( "target/wagon-data" );
-        try
-        {
-            f.createNewFile();
-        }
-        catch ( IOException e )
-        {
-            throw new ConnectionException( e.getMessage(), e );
-        }
-    }
-
-    public void fillInputData( InputData inputData )
-        throws TransferFailedException, ResourceDoesNotExistException
-    {
-        inputData.setInputStream( new StringInputStream( "<metadata />" ) );
-    }
-
-    public void fillOutputData( OutputData outputData )
-        throws TransferFailedException
-    {
-        outputData.setOutputStream( new ByteArrayOutputStream() );
-    }
-
-    public void openConnection()
-        throws ConnectionException, AuthenticationException
-    {
-        // TODO Auto-generated method stub
-
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/pom.xml b/core-integration-testing/core-integration-tests/pom.xml
deleted file mode 100644
index d929876..0000000
--- a/core-integration-testing/core-integration-tests/pom.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its</groupId>
-    <artifactId>core-integration-testing</artifactId>
-    <version>2.1-SNAPSHOT</version>
-  </parent>
-  <artifactId>core-integration-tests</artifactId>
-  <name>Maven Integration Tests</name>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <includes>
-            <include>**/IntegrationTestSuite.java</include>
-          </includes>
-          <forkMode>never</forkMode>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-  <profiles>
-    <profile>
-      <id>run-its</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <skip>false</skip>
-            </configuration>
-          </plugin>  
-        </plugins>  
-      </build>
-    </profile>
-  </profiles>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.its</groupId>
-      <artifactId>maven-integration-test-helper</artifactId>
-      <version>2.1-SNAPSHOT</version>
-<!-- TODO: not transitive in tests artifact, so must be left in main scope
-      <scope>test</scope>
--->
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.shared</groupId>
-      <artifactId>maven-verifier</artifactId>
-      <version>1.2-SNAPSHOT</version>
-<!-- TODO: not transitive in tests artifact, so must be left in main scope
-      <scope>test</scope>
--->
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/IntegrationTestSuite.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/IntegrationTestSuite.java
deleted file mode 100644
index 3011f87..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/IntegrationTestSuite.java
+++ /dev/null
@@ -1,248 +0,0 @@
-package org.apache.maven.integrationtests;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-import org.apache.maven.it.VerificationException;
-import org.apache.maven.it.Verifier;
-
-import java.io.PrintStream;
-
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-public class IntegrationTestSuite
-    extends AbstractMavenIntegrationTestCase
-{
-    private static PrintStream out = System.out;
-
-    public static Test suite()
-        throws VerificationException
-    {
-        Verifier verifier = null;
-        try
-        {
-            verifier = new Verifier( "" );
-            String mavenVersion = verifier.getMavenVersion();
-
-            String executable = verifier.getExecutable();
-
-            out.println( "Running integration tests for Maven " + mavenVersion + "\n\tusing Maven executable: " +
-                executable );
-
-            System.setProperty( "maven.version", mavenVersion );
-        }
-        finally
-        {
-            if ( verifier != null )
-            {
-                verifier.resetStreams();
-            }
-        }
-
-        TestSuite suite = new TestSuite();
-
-        /*
-         * Add tests in reverse alpha order by number below. This makes testing new
-         * ITs quicker and since it counts down to zero, it's easier to judge how close
-         * the tests are to finishing. Newer tests are also more likely to fail, so this is
-         * a fail fast technique as well.
-         */
-
-        suite.addTestSuite( MavenITmng3545ProfileDeactivation.class );
-        suite.addTestSuite( MavenITmng3498ForkToOtherMojoTest.class );
-        suite.addTestSuite( MavenITmng3485OverrideWagonExtensionTest.class );
-        suite.addTestSuite( MavenITmng3482DependencyPomInterpolationTest.class );
-        suite.addTestSuite( MavenITmng3473PluginReportCrash.class );
-        suite.addTestSuite( MavenITmng3428PluginDescriptorArtifactsIncompleteTest.class );
-        suite.addTestSuite( MavenITmng3426PluginsClasspathOverrideTest.class );
-        suite.addTestSuite( MavenITmng3396DependencyManagementForOverConstrainedRanges.class );
-        suite.addTestSuite( MavenITmng3394POMPluginVersionDominanceTest.class );
-
-        // Pending resolution of MNG-3391
-//        suite.addTestSuite( MavenITmng3391ImportScopeErrorScenariosTest.class );
-
-        suite.addTestSuite( MavenITmng3372DirectInvocationOfPlugins.class );
-        suite.addTestSuite( MavenITmng3355TranslatedPathInterpolationTest.class );
-        suite.addTestSuite( MavenITmng3341MetadataUpdatedFromDeploymentRepositoryTest.class );
-        suite.addTestSuite( MavenITmng3331ModulePathNormalization.class );
-        suite.addTestSuite( MavenITmng3221InfiniteForking.class );
-        suite.addTestSuite( MavenITmng3268MultipleDashPCommandLine.class );
-        suite.addTestSuite( MavenITmng3220ImportScopeTest.class );
-        suite.addTestSuite( MavenITmng3099SettingsProfilesWithNoPOM.class );
-        suite.addTestSuite( MavenITmng2972OverridePluginDependency.class );
-        suite.addTestSuite( MavenITmng2861RelocationsAndRanges.class );
-        suite.addTestSuite( MavenITmng2744checksumVerificationTest.class );
-        suite.addTestSuite( MavenITmng2339BadProjectInterpolationTest.class );
-        suite.addTestSuite( MavenITmng2277AggregatorAndResolutionPluginsTest.class );
-        suite.addTestSuite( MavenITmng2254PomEncodingTest.class );
-        suite.addTestSuite( MavenITmng2234ActiveProfilesFromSettingsTest.class );
-        suite.addTestSuite( MavenITmng2123VersionRangeDependencyTest.class );
-        suite.addTestSuite( MavenITmng2045testJarDependenciesBrokenInReactorTest.class );
-        suite.addTestSuite( MavenITmng1493NonStandardModulePomNames.class );
-        suite.addTestSuite( MavenITmng1491ReactorArtifactIdCollision.class );
-        suite.addTestSuite( MavenITmng1412DependenciesOrderTest.class );
-        suite.addTestSuite( MavenIT0129ResourceProvidedToAPluginAsAPluginDependency.class );
-        suite.addTestSuite( MavenIT0119PluginPrefixOrder.class );
-        suite.addTestSuite( MavenIT0118AttachedArtifactsInReactor.class );
-        suite.addTestSuite( MavenIT0115CustomArtifactHandlerAndCustomLifecycleTest.class );
-        suite.addTestSuite( MavenIT0114ExtensionThatProvidesResources.class );
-        suite.addTestSuite( MavenIT0113ServerAuthzAvailableToWagonMgrInPlugin.class );
-        suite.addTestSuite( MavenIT0112ExtensionsThatDragDependencies.class );
-        suite.addTestSuite( MavenIT0111PluginsThatRequireAResourceFromAnExtensionTest.class );
-        suite.addTestSuite( MavenIT0110PluginDependenciesComeFromPluginReposTest.class );
-        suite.addTestSuite( MavenIT0107Test.class );
-        suite.addTestSuite( MavenIT0105Test.class );
-        suite.addTestSuite( MavenIT0104Test.class );
-        suite.addTestSuite( MavenIT0103Test.class );
-        suite.addTestSuite( MavenIT0102Test.class );
-        suite.addTestSuite( MavenIT0101Test.class );
-        suite.addTestSuite( MavenIT0100Test.class );
-        suite.addTestSuite( MavenIT0099Test.class );
-        suite.addTestSuite( MavenIT0098Test.class );
-        suite.addTestSuite( MavenIT0097Test.class );
-        suite.addTestSuite( MavenIT0096Test.class );
-        suite.addTestSuite( MavenIT0095Test.class );
-        suite.addTestSuite( MavenIT0094Test.class );
-        suite.addTestSuite( MavenIT0092Test.class );
-        suite.addTestSuite( MavenIT0090Test.class );
-        suite.addTestSuite( MavenIT0089Test.class );
-        suite.addTestSuite( MavenIT0088Test.class );
-        suite.addTestSuite( MavenIT0087Test.class );
-        suite.addTestSuite( MavenIT0086Test.class );
-        suite.addTestSuite( MavenIT0085Test.class );
-        suite.addTestSuite( MavenIT0084Test.class );
-        suite.addTestSuite( MavenIT0083Test.class );
-        suite.addTestSuite( MavenIT0082Test.class );
-        suite.addTestSuite( MavenIT0081Test.class );
-        suite.addTestSuite( MavenIT0080Test.class );
-        suite.addTestSuite( MavenIT0079Test.class );
-        suite.addTestSuite( MavenIT0078Test.class );
-        suite.addTestSuite( MavenIT0077Test.class );
-        suite.addTestSuite( MavenIT0076Test.class );
-        suite.addTestSuite( MavenIT0075Test.class );
-        suite.addTestSuite( MavenIT0074Test.class );
-        suite.addTestSuite( MavenIT0073Test.class );
-        suite.addTestSuite( MavenIT0072Test.class );
-        suite.addTestSuite( MavenIT0071Test.class );
-        suite.addTestSuite( MavenIT0070Test.class );
-        suite.addTestSuite( MavenIT0069Test.class );
-        suite.addTestSuite( MavenIT0068Test.class );
-        suite.addTestSuite( MavenIT0067Test.class );
-        suite.addTestSuite( MavenIT0066Test.class );
-        suite.addTestSuite( MavenIT0065Test.class );
-        suite.addTestSuite( MavenIT0064Test.class );
-        suite.addTestSuite( MavenIT0063Test.class );
-        suite.addTestSuite( MavenIT0062Test.class );
-        suite.addTestSuite( MavenIT0061Test.class );
-        suite.addTestSuite( MavenIT0060Test.class );
-        suite.addTestSuite( MavenIT0059Test.class );
-        suite.addTestSuite( MavenIT0058Test.class );
-        suite.addTestSuite( MavenIT0057Test.class );
-        suite.addTestSuite( MavenIT0056Test.class );
-        suite.addTestSuite( MavenIT0055Test.class );
-        suite.addTestSuite( MavenIT0054Test.class );
-        suite.addTestSuite( MavenIT0053Test.class );
-        suite.addTestSuite( MavenIT0052Test.class );
-        suite.addTestSuite( MavenIT0051Test.class );
-        suite.addTestSuite( MavenIT0050Test.class );
-        suite.addTestSuite( MavenIT0049Test.class );
-        suite.addTestSuite( MavenIT0048Test.class );
-        suite.addTestSuite( MavenIT0047Test.class );
-        suite.addTestSuite( MavenIT0046Test.class );
-        suite.addTestSuite( MavenIT0045Test.class );
-        suite.addTestSuite( MavenIT0044Test.class );
-        suite.addTestSuite( MavenIT0043Test.class );
-        suite.addTestSuite( MavenIT0042Test.class );
-        suite.addTestSuite( MavenIT0041Test.class );
-        suite.addTestSuite( MavenIT0040Test.class );
-        suite.addTestSuite( MavenIT0039Test.class );
-        suite.addTestSuite( MavenIT0038Test.class );
-        suite.addTestSuite( MavenIT0037Test.class );
-        suite.addTestSuite( MavenIT0036Test.class );
-        suite.addTestSuite( MavenIT0035Test.class );
-        suite.addTestSuite( MavenIT0034Test.class );
-        suite.addTestSuite( MavenIT0033Test.class );
-        suite.addTestSuite( MavenIT0032Test.class );
-        suite.addTestSuite( MavenIT0031Test.class );
-        suite.addTestSuite( MavenIT0030Test.class );
-        suite.addTestSuite( MavenIT0029Test.class );
-        suite.addTestSuite( MavenIT0028Test.class );
-        suite.addTestSuite( MavenIT0027Test.class );
-        suite.addTestSuite( MavenIT0026Test.class );
-        suite.addTestSuite( MavenIT0025Test.class );
-        suite.addTestSuite( MavenIT0024Test.class );
-        suite.addTestSuite( MavenIT0023Test.class );
-        suite.addTestSuite( MavenIT0022Test.class );
-        suite.addTestSuite( MavenIT0021Test.class );
-
-        suite.addTestSuite( MavenIT0019Test.class );
-
-        suite.addTestSuite( MavenIT0017Test.class );
-        suite.addTestSuite( MavenIT0016Test.class );
-        suite.addTestSuite( MavenIT0014Test.class );
-        suite.addTestSuite( MavenIT0013Test.class );
-        suite.addTestSuite( MavenIT0012Test.class );
-        suite.addTestSuite( MavenIT0011Test.class );
-        suite.addTestSuite( MavenIT0010Test.class );
-        suite.addTestSuite( MavenIT0009Test.class );
-        suite.addTestSuite( MavenIT0008Test.class );
-        suite.addTestSuite( MavenIT0007Test.class );
-        suite.addTestSuite( MavenIT0006Test.class );
-        suite.addTestSuite( MavenIT0005Test.class );
-        suite.addTestSuite( MavenIT0004Test.class );
-        suite.addTestSuite( MavenIT0003Test.class );
-        suite.addTestSuite( MavenIT0002Test.class );
-        suite.addTestSuite( MavenIT0001Test.class );
-        suite.addTestSuite( MavenIT0000Test.class );
-
-        /*
-         * Add tests in reverse alpha order above.
-         */
-
-        // not fixed in the code yet. Test is correct.
-        // suite.addTestSuite( MavenITmng3284UsingCachedPluginsTest.class );
-
-        // ----------------------------------------------------------------------------------------------------
-        // Tests that need to be fixed.
-        // ----------------------------------------------------------------------------------------------------
-        /*
-         *Test 18 always fails because it is trying to delete a
-         *commonly used artifact (commons-logging-1.0.3) that is in use
-         *in the repo. It should be redone using fake artifacts.
-         */
-        //suite.addTestSuite( MavenIT0018Test.class );
-
-        //this test is flakey on windows and isn't a test of the core.
-        //   suite.addTestSuite( MavenIT0020Test.class );
-
-        // suite.addTestSuite(MavenIT0091Test.class);
-        // suite.addTestSuite(MavenIT0106Test.class);
-        // suite.addTestSuite( MavenIT0108SnapshotUpdateTest.class ); -- MNG-3158
-        // suite.addTestSuite( MavenIT0121TransitiveDepManVersion.class ); -- MNG-3038
-        // suite.addTestSuite( MavenIT0122ReactorDependencyResolutionTest.class ); -- MNG-3023
-        // suite.addTestSuite( MavenIT0123SnapshotRangeRepositoryTest.class ); -- MNG-2994
-        // suite.addTestSuite( MavenIT0124PomExtensionComponentOverrideTest.class ); -- MNG-2771
-        // suite.addTestSuite( MavenIT0126TestJarDependency.class ); // MJAR-75 / MNG-3160
-        // suite.addTestSuite( MavenIT0120EjbClientDependency.class ); // -- not passing for 2.0.7 either, looks to be
-        // 2.1+ ?
-
-        return suite;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0000Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0000Test.java
deleted file mode 100644
index 0631f77..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0000Test.java
+++ /dev/null
@@ -1,33 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0000Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * The simplest of builds. We have one application class and one test
-     * class. There are no resources, no source generation, no resource
-     * generation and a the super model is employed to provide the build
-     * information.
-     */
-    public void testit0000()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0000" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0000/Person.class" );
-        verifier.assertFilePresent( "target/test-classes/org/apache/maven/it0000/PersonTest.class" );
-        verifier.assertFilePresent( "target/maven-it-it0000-1.0.jar" );
-        verifier.assertFilePresent( "target/surefire-reports/org.apache.maven.it0000.PersonTest.txt" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0001Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0001Test.java
deleted file mode 100644
index 7000f98..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0001Test.java
+++ /dev/null
@@ -1,31 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0001Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Builds upon it0000: we add an application resource that is packaged
-     * up in the resultant JAR.
-     */
-    public void testit0001()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0001" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0001/Person.class" );
-        verifier.assertFilePresent( "target/test-classes/org/apache/maven/it0001/PersonTest.class" );
-        verifier.assertFilePresent( "target/maven-it-it0001-1.0.jar" );
-        verifier.assertFilePresent( "target/maven-it-it0001-1.0.jar!/it0001.properties" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0002Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0002Test.java
deleted file mode 100644
index 14c1a31..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0002Test.java
+++ /dev/null
@@ -1,33 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-import org.apache.maven.it.util.FileUtils;
-
-import java.io.File;
-
-public class MavenIT0002Test
-    extends AbstractMavenIntegrationTestCase
-{
-    /**
-     * Builds upon it0001: we add the download of a dependency. We delete
-     * the JAR from the local repository and make sure it is there post build.
-     */
-    public void testit0002()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0002" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.its", "maven-core-it-support", "1.0", "jar" );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0002/Person.class" );
-        verifier.assertFilePresent( "target/test-classes/org/apache/maven/it0002/PersonTest.class" );
-        verifier.assertFilePresent( "target/maven-it-it0002-1.0.jar" );
-        verifier.assertFilePresent( "target/maven-it-it0002-1.0.jar!/it0002.properties" );
-        verifier.assertArtifactPresent( "org.apache.maven.its", "maven-core-it-support", "1.0", "jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0003Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0003Test.java
deleted file mode 100644
index 69d4d3f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0003Test.java
+++ /dev/null
@@ -1,33 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0003Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Builds upon it0001: we add a jar installation step. We delete the JAR
-     * from the local repository to make sure it is there post build.
-     */
-    public void testit0003()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0003" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven", "maven-it-it0003", "1.0", "jar" );
-        verifier.executeGoal( "install" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0003/Person.class" );
-        verifier.assertFilePresent( "target/test-classes/org/apache/maven/it0003/PersonTest.class" );
-        verifier.assertFilePresent( "target/maven-it-it0003-1.0.jar" );
-        verifier.assertFilePresent( "target/maven-it-it0003-1.0.jar!/it0003.properties" );
-        verifier.assertArtifactPresent( "org.apache.maven.its.it0003", "maven-it-it0003", "1.0", "jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0004Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0004Test.java
deleted file mode 100644
index a61890c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0004Test.java
+++ /dev/null
@@ -1,29 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0004Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * The simplest of pom installation. We have a pom and we install it in
-     * local repository.
-     */
-    public void testit0004()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0004" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven", "maven-it-it0004", "1.0", "pom" );
-        verifier.executeGoal( "install:install" );
-        verifier.assertArtifactPresent( "org.apache.maven.its.it0004", "maven-it-it0004", "1.0", "pom" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0005Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0005Test.java
deleted file mode 100644
index f923f86..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0005Test.java
+++ /dev/null
@@ -1,29 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0005Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * The simplest of pom installation. We have a snapshot pom and we install
-     * it in local repository.
-     */
-    public void testit0005()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0005" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven", "maven-it-it0005", "1.0-SNAPSHOT", "pom" );
-        verifier.executeGoal( "install:install" );
-        verifier.assertArtifactPresent( "org.apache.maven.its.it0005", "maven-it-it0005", "1.0-SNAPSHOT", "pom" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0006Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0006Test.java
deleted file mode 100644
index e210652..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0006Test.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0006Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Integration test for the verifier plugin.
-     */
-    public void testit0006()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0006" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "integration-test" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0007Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0007Test.java
deleted file mode 100644
index e15a359..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0007Test.java
+++ /dev/null
@@ -1,33 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0007Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * We specify a parent in the POM and make sure that it is downloaded as
-     * part of the process.
-     */
-    public void testit0007()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0007" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.plugins", "maven-plugin-parent", "2.0", "pom" );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0007/Person.class" );
-        verifier.assertFilePresent( "target/test-classes/org/apache/maven/it0007/PersonTest.class" );
-        verifier.assertFilePresent( "target/maven-it-it0007-1.0.jar" );
-        verifier.assertFilePresent( "target/maven-it-it0007-1.0.jar!/it0007.properties" );
-        verifier.assertArtifactPresent( "org.apache.maven.plugins", "maven-plugin-parent", "2.0", "pom" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0008Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0008Test.java
deleted file mode 100644
index 5c7e6ac..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0008Test.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0008Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Simple goal decoration where a plugin binds to a phase and the plugin must
-     * be downloaded from a remote repository before it can be executed. This
-     * test also checks to make sure that mojo parameters are aligned to the
-     * project basedir when their type is "java.io.File".
-     */
-    public void testit0008()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0008" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.its.plugins", "maven-it-plugin-touch", "1.0", "maven-plugin" );
-        verifier.executeGoal( "compile" );
-        verifier.assertFilePresent( "target/touch.txt" );
-        verifier.assertFilePresent( "target/test-basedir-alignment/touch.txt" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0009Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0009Test.java
deleted file mode 100644
index 10f283f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0009Test.java
+++ /dev/null
@@ -1,31 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0009Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test plugin configuration and goal configuration that overrides what the
-     * mojo has specified.
-     */
-    public void testit0009()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0009" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.its.plugins", "maven-it-plugin-touch", "1.0", "maven-plugin" );
-        verifier.executeGoal( "generate-resources" );
-        verifier.assertFilePresent( "target/pluginItem" );
-        verifier.assertFilePresent( "target/goalItem" );
-        verifier.assertFileNotPresent( "target/bad-item" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0010Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0010Test.java
deleted file mode 100644
index 1436ccb..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0010Test.java
+++ /dev/null
@@ -1,33 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0010Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Since the artifact resolution does not use the project builder, we must
-     * ensure that the full hierarchy of all dependencies is resolved. This
-     * includes the dependencies of the parent-pom's of dependencies. This test
-     * will check this, by depending on classworlds, which is a dependency of
-     * maven-component, which is the parent of maven-plugin, which is an
-     * explicit dependency of this test.
-     * # TODO: must correct the assumptions of this test
-     */
-    public void testit0010()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0010" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "compile" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0010/PersonFinder.class" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0011Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0011Test.java
deleted file mode 100644
index 0daa10c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0011Test.java
+++ /dev/null
@@ -1,27 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0011Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test specification of dependency versions via &lt;dependencyManagement/&gt;.
-     */
-    public void testit0011()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0011" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "compile" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0011/PersonFinder.class" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0012Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0012Test.java
deleted file mode 100644
index 46d843c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0012Test.java
+++ /dev/null
@@ -1,28 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0012Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test simple POM interpolation
-     */
-    public void testit0012()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0012" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "org.apache.maven.its.plugins:maven-it-plugin-touch:touch" );
-        verifier.assertFilePresent( "target/touch-3.8.1.txt" );
-        verifier.assertFilePresent( "child-project/target/child-touch-3.0.3.txt" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0013Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0013Test.java
deleted file mode 100644
index fce09b5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0013Test.java
+++ /dev/null
@@ -1,37 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.Arrays;
-import java.util.List;
-
-public class MavenIT0013Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test plugin-plugin, which tests maven-plugin-tools-api and
-     * maven-plugin-tools-java. This will generate a plugin descriptor from
-     * java-based mojo sources, install the plugin, and then use it.
-     */
-    public void testit0013()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0013" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.its.plugins", "maven-it-it0013", "1.0-SNAPSHOT", "maven-plugin" );
-        List goals = Arrays.asList( new String[]{"install" } );
-        verifier.executeGoals( goals );
-        verifier.assertFilePresent( "target/maven-it-it0013-1.0-SNAPSHOT.jar" );
-
-        verifier = new Verifier( testDir.getAbsolutePath() );        
-        goals = Arrays.asList( new String[]{"org.apache.maven.its.it0013:maven-it-it0013:it0013"} );
-        verifier.executeGoals( goals );
-        verifier.assertFilePresent( "target/it0013-verify" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0014Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0014Test.java
deleted file mode 100644
index 1e3e1b8..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0014Test.java
+++ /dev/null
@@ -1,28 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0014Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test POM configuration by settings the -source and -target for the
-     * compiler to 1.4
-     */
-    public void testit0014()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0014" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "test" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0014/Person.class" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0016Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0016Test.java
deleted file mode 100644
index d2f6f46..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0016Test.java
+++ /dev/null
@@ -1,36 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0016Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test a WAR generation
-     */
-    public void testit0016()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0016" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0016/Person.class" );
-        verifier.assertFilePresent( "target/maven-it-it0016-1.0/index.html" );
-        verifier.assertFilePresent( "target/maven-it-it0016-1.0/WEB-INF/classes/org/apache/maven/it0016/Person.class" );
-        verifier.assertFilePresent( "target/maven-it-it0016-1.0/WEB-INF/lib/commons-logging-1.0.3.jar" );
-        verifier.assertFileNotPresent( "target/maven-it-it0016-1.0/WEB-INF/lib/servletapi-2.4-20040521.jar" );
-        verifier.assertFilePresent( "target/maven-it-it0016-1.0.war" );
-        verifier.assertFilePresent( "target/maven-it-it0016-1.0.war!/index.html" );
-        verifier.assertFilePresent(
-            "target/maven-it-it0016-1.0.war!/WEB-INF/classes/org/apache/maven/it0016/Person.class" );
-        verifier.assertFilePresent( "target/maven-it-it0016-1.0.war!/WEB-INF/lib/commons-logging-1.0.3.jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0017Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0017Test.java
deleted file mode 100644
index 55fa80f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0017Test.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0017Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test an EJB generation
-     */
-    public void testit0017()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0017" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0017/Person.class" );
-        verifier.assertFilePresent( "target/maven-it-it0017-1.0.jar" );
-        verifier.assertFilePresent( "target/maven-it-it0017-1.0.jar!/META-INF/ejb-jar.xml" );
-        verifier.assertFilePresent( "target/maven-it-it0017-1.0.jar!/org/apache/maven/it0017/Person.class" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0018Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0018Test.java
deleted file mode 100644
index 8d716ec..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0018Test.java
+++ /dev/null
@@ -1,31 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0018Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Ensure that managed dependencies for dependency POMs are calculated
-     * correctly when resolved. Removes commons-logging-1.0.3 and checks it is
-     * redownloaded.
-     */
-    public void testit0018()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0018" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "commons-logging", "commons-logging", "1.0.3", "jar" );
-        verifier.executeGoal( "package" );
-// TODO: I would like to build some small core-it artifacts for this purpose instead
-        verifier.assertArtifactPresent( "commons-logging", "commons-logging", "1.0.3", "jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0019Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0019Test.java
deleted file mode 100644
index 74f4b01..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0019Test.java
+++ /dev/null
@@ -1,27 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0019Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that a version is managed by pluginManagement in the super POM
-     */
-    public void testit0019()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0019" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "compile" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0019/Person.class" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0020Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0020Test.java
deleted file mode 100644
index 1a3596f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0020Test.java
+++ /dev/null
@@ -1,34 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.Arrays;
-import java.util.List;
-
-public class MavenIT0020Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test beanshell mojo support.
-     */
-    public void testit0020()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0020" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.its.plugins", "maven-it-it0020", "1.0-SNAPSHOT", "maven-plugin" );
-        List goals = Arrays.asList( new String[]{"install"} );
-        verifier.executeGoals( goals );
-
-        verifier = new Verifier( testDir.getAbsolutePath() );        
-        goals = Arrays.asList( new String[]{"org.apache.maven.its.it0020:maven-it-it0020:it0020"} );
-        verifier.executeGoals( goals );
-        verifier.assertFilePresent( "target/out.txt" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0021Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0021Test.java
deleted file mode 100644
index 3ef4f34..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0021Test.java
+++ /dev/null
@@ -1,33 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.Properties;
-
-public class MavenIT0021Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test pom-level profile inclusion (this one is activated by system
-     * property).
-     */
-    public void testit0021()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0021" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven", "maven-core-it-support", "1.0", "jar" );
-        Properties systemProperties = new Properties();
-        systemProperties.put( "includeProfile", "true" );
-        verifier.setSystemProperties( systemProperties );
-        verifier.executeGoal( "compile" );
-        verifier.assertArtifactPresent( "org.apache.maven", "maven-core-it-support", "1.0", "jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0022Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0022Test.java
deleted file mode 100644
index 070e6d3..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0022Test.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.Properties;
-
-public class MavenIT0022Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test profile inclusion from profiles.xml (this one is activated by system
-     * property).
-     */
-    public void testit0022()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0022" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        Properties systemProperties = new Properties();
-        systemProperties.put( "includeProfile", "true" );
-        verifier.setSystemProperties( systemProperties );
-        verifier.executeGoal( "org.apache.maven.its.plugins:maven-it-plugin-touch:touch" );
-        verifier.assertFilePresent( "target/test.txt" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0023Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0023Test.java
deleted file mode 100644
index b66436c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0023Test.java
+++ /dev/null
@@ -1,34 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-
-import java.io.File;
-import java.util.Properties;
-import java.util.List;
-import java.util.ArrayList;
-
-public class MavenIT0023Test
-    extends AbstractMavenIntegrationTestCase
-{
-    /**
-     * Test profile inclusion from settings.xml (this one is activated by an id
-     * in the activeProfiles section).
-     */
-    public void testit0023()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0023" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "--settings settings.xml" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "org.apache.maven.its.plugins:maven-it-plugin-touch:touch" );
-        verifier.assertFilePresent( "target/test.txt" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0024Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0024Test.java
deleted file mode 100644
index 4534922..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0024Test.java
+++ /dev/null
@@ -1,28 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0024Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test usage of &lt;executions/&gt; inside a plugin rather than &lt;goals/&gt;
-     * that are directly inside th plugin.
-     */
-    public void testit0024()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0024" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "generate-sources" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0024/Person.class" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0025Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0025Test.java
deleted file mode 100644
index c3e3a6d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0025Test.java
+++ /dev/null
@@ -1,28 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0025Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test multiple goal executions with different execution-level configs.
-     */
-    public void testit0025()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0025" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "process-sources" );
-        verifier.assertFilePresent( "target/test.txt" );
-        verifier.assertFilePresent( "target/test2.txt" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0026Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0026Test.java
deleted file mode 100644
index b290703..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0026Test.java
+++ /dev/null
@@ -1,37 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.Properties;
-
-public class MavenIT0026Test
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenIT0026Test()
-        throws InvalidVersionSpecificationException
-    {
-        super( "[,2.1-SNAPSHOT)" );
-    }
-
-    /**
-     * Test merging of global- and user-level settings.xml files.
-     */
-    public void testit0026()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0026" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        Properties systemProperties = new Properties();
-        systemProperties.put( "org.apache.maven.user-settings", "user-settings.xml" );
-        systemProperties.put( "org.apache.maven.global-settings", "global-settings.xml" );
-        verifier.setSystemProperties( systemProperties );
-        verifier.executeGoal( "org.apache.maven.its.plugins:maven-it-plugin-touch:touch" );
-        verifier.assertFilePresent( "target/test.txt" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0027Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0027Test.java
deleted file mode 100644
index 358a0dd..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0027Test.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.Arrays;
-import java.util.List;
-
-public class MavenIT0027Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test @execute with a custom lifecycle, including configuration
-     */
-    public void testit0027()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0027" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        List goals = Arrays.asList( new String[]{"org.apache.maven.its.plugins:maven-it-plugin-fork:fork",
-            "org.apache.maven.its.plugins:maven-it-plugin-fork:fork-goal"} );
-        verifier.executeGoals( goals );
-        verifier.assertFilePresent( "target/forked/touch.txt" );
-        verifier.assertFilePresent( "target/forked2/touch.txt" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0028Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0028Test.java
deleted file mode 100644
index 1699a8e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0028Test.java
+++ /dev/null
@@ -1,28 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0028Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that unused configuration parameters from the POM don't cause the
-     * mojo to fail...they will show up as warnings in the -X output instead.
-     */
-    public void testit0028()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0028" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "test" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0001/Person.class" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0029Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0029Test.java
deleted file mode 100644
index fbd5c69..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0029Test.java
+++ /dev/null
@@ -1,29 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0029Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test for pluginManagement injection of plugin configuration.
-     */
-    public void testit0029()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0029" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.it", "maven-it-it0029", "1.0-SNAPSHOT", "jar" );
-        verifier.deleteArtifact( "org.apache.maven.it", "maven-it-it0029-child", "1.0-SNAPSHOT", "jar" );
-        verifier.executeGoal( "install" );
-        verifier.assertFilePresent( "child-project/target/classes/org/apache/maven/it0029/Person.class" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0030Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0030Test.java
deleted file mode 100644
index cb39421..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0030Test.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0030Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test for injection of dependencyManagement through parents of
-     * dependency poms.
-     */
-    public void testit0030()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0030" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.it", "maven-it-it0030", "1.0-SNAPSHOT", "jar" );
-        verifier.deleteArtifact( "org.apache.maven.it", "maven-it-it0030-child-hierarchy", "1.0-SNAPSHOT", "jar" );
-        verifier.deleteArtifact( "org.apache.maven.it", "maven-it-it0030-child-project1", "1.0-SNAPSHOT", "jar" );
-        verifier.deleteArtifact( "org.apache.maven.it", "maven-it-it0030-child-project2", "1.0-SNAPSHOT", "jar" );
-        verifier.executeGoal( "install" );
-        verifier.assertFilePresent( "child-hierarchy/project2/target/classes/org/apache/maven/it0001/Person.class" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0031Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0031Test.java
deleted file mode 100644
index fa5ec5c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0031Test.java
+++ /dev/null
@@ -1,46 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.Properties;
-import java.util.List;
-import java.util.ArrayList;
-
-public class MavenIT0031Test
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenIT0031Test()                                                                                                                                    
-        throws InvalidVersionSpecificationException                                                                                                             
-    {                                                                                                                                                           
-        super( "[,2.1-SNAPSHOT)" );                                                                                                                             
-    }            
-
-    /**
-     * Test usage of plugins.xml mapping file on the repository to resolve plugin artifactId from it's prefix using the
-     * pluginGroups in the provided settings.xml.
-     */
-    public void testit0031()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0031" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "--settings settings.xml" );
-        verifier.setCliOptions( cliOptions );
-        Properties systemProperties = new Properties();
-        systemProperties.put( "model", "src/main/mdo/test.mdo" );
-        systemProperties.put( "version", "1.0.0" );
-        verifier.setSystemProperties( systemProperties );
-        Properties verifierProperties = new Properties();
-        verifierProperties.put( "failOnErrorOutput", "false" );
-        verifier.setVerifierProperties( verifierProperties );
-        verifier.executeGoal( "modello:java" );
-        verifier.assertFilePresent( "target/generated-sources/modello/org/apache/maven/it/it0031/Root.java" );
-        // don't verify error free log
-        verifier.resetStreams();
-
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0032Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0032Test.java
deleted file mode 100644
index d48afaa..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0032Test.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0032Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Tests that a specified Maven version requirement that is lower doesn't cause any problems
-     */
-    public void testit0032()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0032" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0032/Person.class" );
-        verifier.assertFilePresent( "target/test-classes/org/apache/maven/it0032/PersonTest.class" );
-        verifier.assertFilePresent( "target/maven-it-it0032-1.0.jar" );
-        verifier.assertFilePresent( "target/maven-it-it0032-1.0.jar!/it0032.properties" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0033Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0033Test.java
deleted file mode 100644
index 9e52886..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0033Test.java
+++ /dev/null
@@ -1,29 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0033Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test an EAR generation
-     */
-    public void testit0033()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0033" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "target/maven-it-it0033-1.0.ear" );
-        verifier.assertFilePresent( "target/maven-it-it0033-1.0.ear!/META-INF/application.xml" );
-        verifier.assertFilePresent( "target/maven-it-it0033-1.0.ear!/META-INF/appserver-application.xml" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0034Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0034Test.java
deleted file mode 100644
index 15a99aa..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0034Test.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0034Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test version range junit [3.7,) resolves to 3.8.1
-     */
-    public void testit0034()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0034" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven", "maven-core-it-support", "1.4", "jar" );
-        verifier.deleteArtifact( "junit", "junit", "3.8", "jar" );
-        verifier.executeGoal( "package" );
-        verifier.assertArtifactPresent( "junit", "junit", "3.8", "jar" );
-        verifier.assertArtifactPresent( "org.apache.maven", "maven-core-it-support", "1.4", "jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0035Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0035Test.java
deleted file mode 100644
index 8141013..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0035Test.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0035Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test artifact relocation.
-     */
-    public void testit0035()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0035" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven", "maven-core-it-support", "1.1", "jar" );
-        verifier.deleteArtifact( "org.apache.maven", "maven-core-it-support", "1.1", "pom" );
-        verifier.deleteArtifact( "org.apache.maven", "maven-core-it-support-old-location", "1.1", "pom" );
-        verifier.executeGoal( "package" );
-        verifier.assertArtifactPresent( "org.apache.maven", "maven-core-it-support", "1.1", "jar" );
-        verifier.assertArtifactPresent( "org.apache.maven", "maven-core-it-support", "1.1", "pom" );
-        verifier.assertArtifactPresent( "org.apache.maven", "maven-core-it-support-old-location", "1.1", "pom" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0036Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0036Test.java
deleted file mode 100644
index 58d7e77..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0036Test.java
+++ /dev/null
@@ -1,27 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0036Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test building from release-pom.xml when it's available
-     */
-    public void testit0036()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0036" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "target/maven-it-it0036-1.0.jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0037Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0037Test.java
deleted file mode 100644
index 225b043..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0037Test.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenIT0037Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test building with alternate pom file using '-f'
-     */
-    public void testit0037()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0037" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-f pom2.xml" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "target/maven-it-it0037-1.0-build2.jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0038Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0038Test.java
deleted file mode 100644
index 555d157..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0038Test.java
+++ /dev/null
@@ -1,33 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenIT0038Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test building project from outside the project directory using '-f'
-     * option
-     */
-    public void testit0038()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0038" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-f project/pom2.xml" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "project/target/maven-it-it0038-1.0-build2.jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0039Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0039Test.java
deleted file mode 100644
index d359b0a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0039Test.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenIT0039Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test reactor for projects that have release-pom.xml in addition to
-     * pom.xml. The release-pom.xml file should be chosen above pom.xml for
-     * these projects in the build.
-     */
-    public void testit0039()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0039" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-r" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "project/target/maven-it-it0039-p1-1.0.jar" );
-        verifier.assertFilePresent( "project2/target/maven-it-it0039-p2-1.0.jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0040Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0040Test.java
deleted file mode 100644
index 016b3e1..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0040Test.java
+++ /dev/null
@@ -1,27 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0040Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test the use of a packaging from a plugin
-     */
-    public void testit0040()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0040" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "target/maven-it-it0040-1.0-it.jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0041Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0041Test.java
deleted file mode 100644
index c604149..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0041Test.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0041Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test the use of a new type from a plugin
-     */
-    public void testit0041()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0041" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven", "maven-core-it-support", "1.2", "coreit-artifact" );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "target/maven-it-it0041-1.0-SNAPSHOT.jar" );
-        verifier.assertArtifactPresent( "org.apache.maven", "maven-core-it-support", "1.2", "coreit-artifact" );
-        verifier.assertArtifactPresent( "org.apache.maven", "maven-core-it-support", "1.2", "pom" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0042Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0042Test.java
deleted file mode 100644
index 67bb981..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0042Test.java
+++ /dev/null
@@ -1,34 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0042Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that the reactor can establish the artifact location of known projects for dependencies
-     */
-    public void testit0042()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0042" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "test-component-a/target/test-component-a-0.1.jar" );
-        verifier.assertFilePresent( "test-component-b/target/test-component-b-0.1.jar" );
-        verifier.assertFilePresent( "test-component-c/target/test-component-c-0.1.war" );
-        verifier.assertFilePresent(
-            "test-component-c/target/test-component-c-0.1.war!/WEB-INF/lib/test-component-a-0.1.jar" );
-        verifier.assertFilePresent(
-            "test-component-c/target/test-component-c-0.1.war!/WEB-INF/lib/test-component-b-0.1.jar" );
-        verifier.assertFilePresent( "test-component-c/target/my-test" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0043Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0043Test.java
deleted file mode 100644
index 8d115c7..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0043Test.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0043Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test for repository inheritence - ensure using the same id overrides the defaults
-     */
-    public void testit0043()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0043" );
-
-        File child1 = new File( testDir, "child1" );
-        Verifier verifier = new Verifier( child1.getAbsolutePath() );
-
-        verifier.deleteArtifact( "org.apache.maven.plugins", "maven-help-plugin", "2.0.2", "jar" );
-
-        verifier.executeGoal( "org.apache.maven.plugins:maven-help-plugin:2.0.2:effective-pom" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        File child2 = new File( testDir, "child2" );
-        verifier = new Verifier( child2.getAbsolutePath() );
-
-        verifier.executeGoal( "org.apache.maven.plugins:maven-help-plugin:2.0.2:effective-pom" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0044Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0044Test.java
deleted file mode 100644
index 82c5a07..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0044Test.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenIT0044Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test --settings CLI option
-     */
-    public void testit0044()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0044" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "--settings settings.xml" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "org.apache.maven.its.plugins:maven-it-plugin-touch:touch" );
-        verifier.assertFilePresent( "target/test.txt" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0045Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0045Test.java
deleted file mode 100644
index fbd7090..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0045Test.java
+++ /dev/null
@@ -1,34 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenIT0045Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test non-reactor behavior when plugin declares "@requiresProject false"
-     */
-    public void testit0045()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0045" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.its.plugins", "maven-it-plugin-no-project", "1.0", "maven-plugin" );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "--no-plugin-registry" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "org.apache.maven.its.plugins:maven-it-plugin-no-project:light-touch" );
-        verifier.assertFilePresent( "target/touch.txt" );
-        verifier.assertFileNotPresent( "subproject/target/touch.txt" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0046Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0046Test.java
deleted file mode 100644
index 14679f4..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0046Test.java
+++ /dev/null
@@ -1,36 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenIT0046Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test fail-never reactor behavior. Forces an exception to be thrown in
-     * the first module, but checks that the second modules is built.
-     */
-    public void testit0046()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0046" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.plugins", "maven-it-it-plugin", "1.0", "maven-plugin" );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "--no-plugin-registry --fail-never" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "org.apache.maven.its.plugins:maven-it-plugin-touch:touch" );
-        verifier.assertFilePresent( "target/touch.txt" );
-        verifier.assertFileNotPresent( "subproject/target/touch.txt" );
-        verifier.assertFilePresent( "subproject2/target/touch.txt" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0047Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0047Test.java
deleted file mode 100644
index 4a20cc1..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0047Test.java
+++ /dev/null
@@ -1,28 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0047Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test the use case for having a compile time dependency be transitive:
-     * when you extend a class you need its dependencies at compile time.
-     */
-    public void testit0047()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0047" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "compile" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0047/Person.class" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0048Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0048Test.java
deleted file mode 100644
index 1487879..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0048Test.java
+++ /dev/null
@@ -1,28 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0048Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Verify that default values for mojo parameters are working (indirectly,
-     * by verifying that the Surefire mojo is functioning correctly).
-     */
-    public void testit0048()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0048" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "test" );
-        verifier.assertFilePresent( "target/testFileOutput.txt" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0049Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0049Test.java
deleted file mode 100644
index e411bfd..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0049Test.java
+++ /dev/null
@@ -1,29 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0049Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test parameter alias usage.
-     */
-    public void testit0049()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0049" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        //todo: i don't think we need to delete this plugin
-        //verifier.deleteArtifact( "org.apache.maven.its.plugins", "maven-it-plugin-touch", "1.0", "maven-plugin" );
-        verifier.executeGoal( "org.apache.maven.its.plugins:maven-it-plugin-touch:touch" );
-        verifier.assertFilePresent( "target/touchFile.txt" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0050Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0050Test.java
deleted file mode 100644
index f036f63..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0050Test.java
+++ /dev/null
@@ -1,28 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0050Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test surefire inclusion/exclusions
-     */
-    public void testit0050()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0050" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "target/testTouchFile.txt" );
-        verifier.assertFilePresent( "target/defaultTestTouchFile.txt" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0051Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0051Test.java
deleted file mode 100644
index 0429f4c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0051Test.java
+++ /dev/null
@@ -1,39 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenIT0051Test
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenIT0051Test()                                                                                                                          
-        throws InvalidVersionSpecificationException                                                                                                   
-    {                                                                                                                                                 
-        super( "[,2.1-SNAPSHOT)" );                                                                                                                   
-    }    
-
-    /**
-     * Test source attachment when -DperformRelease=true is specified.
-     */
-    public void testit0051()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0051" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "--no-plugin-registry -DperformRelease=true" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "target/maven-it-it0051-1.0.jar" );
-        verifier.assertFilePresent( "target/maven-it-it0051-1.0-sources.jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0052Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0052Test.java
deleted file mode 100644
index 32e9d93..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0052Test.java
+++ /dev/null
@@ -1,34 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenIT0052Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that source attachment doesn't take place when
-     * -DperformRelease=true is missing.
-     */
-    public void testit0052()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0052" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "--no-plugin-registry" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "target/maven-it-it0052-1.0.jar" );
-        verifier.assertFileNotPresent( "target/maven-it-it0052-1.0-sources.jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0053Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0053Test.java
deleted file mode 100644
index 2ce57b8..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0053Test.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenIT0053Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that attached artifacts have the same buildnumber and timestamp
-     * as the main artifact. This will not correctly verify until we have
-     * some way to pattern-match the buildnumber/timestamp...
-     */
-    public void testit0053()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0053" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "--no-plugin-registry" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "target/maven-it-it0053-1.0-SNAPSHOT.jar" );
-        verifier.assertFileNotPresent( "target/maven-it-it0053-1.0-SNAPSHOT-sources.jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0054Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0054Test.java
deleted file mode 100644
index 87c4828..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0054Test.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0054Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test resource filtering.
-     */
-    public void testit0054()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0054" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0054/Person.class" );
-        verifier.assertFilePresent( "target/test-classes/org/apache/maven/it0054/PersonTest.class" );
-        verifier.assertFilePresent( "target/maven-it-it0054-1.0.jar" );
-        verifier.assertFilePresent( "target/maven-it-it0054-1.0.jar!/it0054.properties" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0055Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0055Test.java
deleted file mode 100644
index 55f711f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0055Test.java
+++ /dev/null
@@ -1,31 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0055Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that source includes/excludes with in the compiler plugin config.
-     * This will test excludes and testExcludes...
-     */
-    public void testit0055()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0055" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "test-compile" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0055/Person.class" );
-        verifier.assertFilePresent( "target/test-classes/org/apache/maven/it0055/PersonTest.class" );
-        verifier.assertFileNotPresent( "target/classes/org/apache/maven/it0055/PersonTwo.class" );
-        verifier.assertFileNotPresent( "target/test-classes/org/apache/maven/it0055/PersonTwoTest.class" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0056Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0056Test.java
deleted file mode 100644
index b4d080f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0056Test.java
+++ /dev/null
@@ -1,33 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0056Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that multiple executions of the compile goal with different
-     * includes/excludes will succeed.
-     */
-    public void testit0056()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0056" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "test-compile" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0056/Person.class" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0056/PersonTwo.class" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0056/PersonThree.class" );
-        verifier.assertFilePresent( "target/test-classes/org/apache/maven/it0056/PersonTest.class" );
-        verifier.assertFilePresent( "target/test-classes/org/apache/maven/it0056/PersonTwoTest.class" );
-        verifier.assertFilePresent( "target/test-classes/org/apache/maven/it0056/PersonThreeTest.class" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0057Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0057Test.java
deleted file mode 100644
index a5e069a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0057Test.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0057Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Verify that scope == 'provided' dependencies are available to tests.
-     */
-    public void testit0057()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0057" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0057/Person.class" );
-        verifier.assertFilePresent( "target/test-classes/org/apache/maven/it0057/PersonTest.class" );
-        verifier.assertFilePresent( "target/maven-it-it0057-1.0.jar" );
-        verifier.assertFilePresent( "target/maven-it-it0057-1.0.jar!/it0057.properties" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0058Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0058Test.java
deleted file mode 100644
index e64f1eb..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0058Test.java
+++ /dev/null
@@ -1,33 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenIT0058Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Verify that profiles from settings.xml do not pollute module lists
-     * across projects in a reactorized build.
-     */
-    public void testit0058()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0058" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "--settings ./settings.xml" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "subproject/target/subproject-1.0.jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0059Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0059Test.java
deleted file mode 100644
index 505600b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0059Test.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.Properties;
-
-public class MavenIT0059Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Verify that maven-1 POMs will be ignored but not stop the resolution
-     * process.
-     */
-    public void testit0059()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0059" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        Properties verifierProperties = new Properties();
-        verifierProperties.put( "failOnErrorOutput", "false" );
-        verifier.setVerifierProperties( verifierProperties );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "target/maven-it-it0059-1.0.jar" );
-// don't verify error free log
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0060Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0060Test.java
deleted file mode 100644
index f26fb54..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0060Test.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0060Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test aggregation of list configuration items when using
-     * 'combine.children=append' attribute. Specifically, merge the list of
-     * excludes for the testCompile mojo.
-     */
-    public void testit0060()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0060" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "test" );
-        verifier.assertFilePresent( "subproject/target/classes/org/apache/maven/it0060/Person.class" );
-        verifier.assertFilePresent( "subproject/target/test-classes/org/apache/maven/it0060/PersonTest.class" );
-        verifier.assertFileNotPresent( "subproject/target/test-classes/org/apache/maven/it0060/PersonTwoTest.class" );
-        verifier.assertFileNotPresent( "subproject/target/test-classes/org/apache/maven/it0060/PersonThreeTest.class" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0061Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0061Test.java
deleted file mode 100644
index 9ff3561..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0061Test.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0061Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Verify that deployment of artifacts to a legacy-layout repository
-     * results in a groupId directory of 'the.full.group.id' instead of
-     * 'the/full/group/id'.
-     */
-    public void testit0061()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0061" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "deploy" );
-        verifier.assertFilePresent( "target/test-repo/org.apache.maven.its.it0061/jars/maven-it-it0061-1.0.jar" );
-        verifier.assertFilePresent( "target/test-repo/org.apache.maven.its.it0061/poms/maven-it-it0061-1.0.pom" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0062Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0062Test.java
deleted file mode 100644
index 6f9d5f9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0062Test.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0062Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that a deployment of a snapshot falls back to a non-snapshot repository if no snapshot repository is
-     * specified.
-     */
-    public void testit0062()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0062" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven", "maven-it-it0062-SNAPSHOT", "1.0", "jar" );
-        verifier.executeGoal( "deploy" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0062/Person.class" );
-        verifier.assertFilePresent( "target/maven-it-it0062-1.0-SNAPSHOT.jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0063Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0063Test.java
deleted file mode 100644
index 7386cc4..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0063Test.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0063Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test the use of a system scoped dependency to tools.jar.
-     */
-    public void testit0063()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0063" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0063/Person.class" );
-        verifier.assertFilePresent( "target/test-classes/org/apache/maven/it0063/PersonTest.class" );
-        verifier.assertFilePresent( "target/maven-it-it0063-1.0.jar" );
-        verifier.assertFilePresent( "target/maven-it-it0063-1.0.jar!/it0063.properties" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0064Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0064Test.java
deleted file mode 100644
index a6008a0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0064Test.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0064Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test the use of a mojo that uses setters instead of private fields
-     * for the population of configuration values.
-     */
-    public void testit0064()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0064" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.its.plugins", "maven-it-plugin-setter", "1.0", "maven-plugin" );
-        verifier.executeGoal( "org.apache.maven.its.plugins:maven-it-plugin-setter:setter-touch" );
-        verifier.assertFilePresent( "target/fooValue" );
-        verifier.assertFilePresent( "target/barValue.baz" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0065Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0065Test.java
deleted file mode 100644
index ba626c8..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0065Test.java
+++ /dev/null
@@ -1,28 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0065Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that the basedir of the parent is set correctly.
-     */
-    public void testit0065()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0065" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "install" );
-        verifier.assertFilePresent( "subproject/target/child-basedir" );
-        verifier.assertFilePresent( "parent-basedir" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0066Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0066Test.java
deleted file mode 100644
index 47f5957..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0066Test.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenIT0066Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that nonstandard POM files will be installed correctly.
-     */
-    public void testit0066()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0066" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-f other-pom.xml" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "install" );
-        verifier.assertFilePresent( "" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0067Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0067Test.java
deleted file mode 100644
index 15e376b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0067Test.java
+++ /dev/null
@@ -1,33 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenIT0067Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test activation of a profile from the command line.
-     */
-    public void testit0067()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0067" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven", "maven-core-it-support", "1.0", "jar" );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-P test-profile" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "compile" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0067/Person.class" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0068Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0068Test.java
deleted file mode 100644
index f1f046d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0068Test.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.Properties;
-
-public class MavenIT0068Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test repository accumulation.
-     */
-    public void testit0068()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0068" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.codehaus.modello", "modello-core", "1.0-alpha-3", "jar" );
-        Properties verifierProperties = new Properties();
-        verifierProperties.put( "failOnErrorOutput", "false" );
-        verifier.setVerifierProperties( verifierProperties );
-        verifier.executeGoal( "generate-sources" );
-        verifier.assertFilePresent( "target/generated-sources/modello/org/apache/maven/settings/Settings.java" );
-// don't verify error free log
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0069Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0069Test.java
deleted file mode 100644
index 30f93c6..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0069Test.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenIT0069Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test offline mode.
-     */
-    public void testit0069()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0069" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-o" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "compile" );
-        verifier.assertFilePresent( "target/classes/org/apache/maven/it0069/ClassworldBasedThing.class" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0070Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0070Test.java
deleted file mode 100644
index 3036aa3..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0070Test.java
+++ /dev/null
@@ -1,29 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0070Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test a RAR generation.
-     */
-    public void testit0070()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0070" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "target/maven-it-it0070-1.0.rar" );
-        verifier.assertFilePresent( "target/maven-it-it0070-1.0.rar!/META-INF/ra.xml" );
-        verifier.assertFilePresent( "target/maven-it-it0070-1.0.rar!/SomeResource.txt" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0071Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0071Test.java
deleted file mode 100644
index 25bbe5e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0071Test.java
+++ /dev/null
@@ -1,29 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0071Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Verifies that dotted property references work within plugin
-     * configurations.
-     */
-    public void testit0071()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0071" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.plugins", "maven-it-it-plugin", "1.0", "maven-plugin" );
-        verifier.executeGoal( "org.apache.maven.its.plugins:maven-it-plugin-touch:touch" );
-        verifier.assertFilePresent( "target/foo2" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0072Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0072Test.java
deleted file mode 100644
index 9128bca..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0072Test.java
+++ /dev/null
@@ -1,28 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0072Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Verifies that property references with dotted notation work within
-     * POM interpolation.
-     */
-    public void testit0072()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0072" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "target/maven-it-it0072-1.0-SNAPSHOT.jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0073Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0073Test.java
deleted file mode 100644
index 8b5c4da..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0073Test.java
+++ /dev/null
@@ -1,33 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.Arrays;
-import java.util.List;
-
-public class MavenIT0073Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Tests context passing between mojos in the same plugin.
-     */
-    public void testit0073()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0073" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.its.plugins", "maven-it-plugin-context-passing", "1.0",
-                                 "maven-plugin" );
-        List goals = Arrays.asList( new String[]{"org.apache.maven.its.plugins:maven-it-plugin-context-passing:throw",
-            "org.apache.maven.its.plugins:maven-it-plugin-context-passing:catch"} );
-        verifier.executeGoals( goals );
-        verifier.assertFilePresent( "target/thrown-value" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0074Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0074Test.java
deleted file mode 100644
index 0ade7ff..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0074Test.java
+++ /dev/null
@@ -1,28 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0074Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that plugin-level configuration instances are not nullified by
-     * execution-level configuration instances.
-     */
-    public void testit0074()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0074" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "eclipse:eclipse" );
-        verifier.assertFilePresent( ".classpath" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0075Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0075Test.java
deleted file mode 100644
index 9076c10..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0075Test.java
+++ /dev/null
@@ -1,36 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.List;
-
-public class MavenIT0075Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Verify that direct invocation of a mojo from the command line still
-     * results in the processing of modules included via profiles.
-     */
-    public void testit0075()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0075" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-Dactivate=anything" );
-        verifier.setCliOptions( cliOptions );
-        List goals = Arrays.asList( new String[]{"help:active-profiles", "package", "eclipse:eclipse", "clean:clean"} );
-        verifier.executeGoals( goals );
-        verifier.assertFileNotPresent( "sub1/target/maven-it-it0075-sub1-1.0.jar" );
-        verifier.assertFileNotPresent( "sub2/target/maven-it-it0075-sub2-1.0.jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0076Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0076Test.java
deleted file mode 100644
index 283b65d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0076Test.java
+++ /dev/null
@@ -1,28 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0076Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that plugins in pluginManagement aren't included in the build
-     * unless they are referenced by groupId/artifactId within the plugins
-     * section of a pom.
-     */
-    public void testit0076()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0076" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0077Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0077Test.java
deleted file mode 100644
index 15711ab..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0077Test.java
+++ /dev/null
@@ -1,29 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-import java.util.Properties;
-
-public class MavenIT0077Test
-    extends AbstractMavenIntegrationTestCase
-{
-    /**
-     * Test test jar attachment.
-     */
-    public void testit0077()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0077" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.its.it0077", "sub1", "1.0", "test-jar" );
-        verifier.executeGoal( "install" );
-        verifier.assertArtifactPresent( "org.apache.maven.its.it0077", "sub1", "1.0", "test-jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0078Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0078Test.java
deleted file mode 100644
index 66ebbfd..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0078Test.java
+++ /dev/null
@@ -1,29 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0078Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that configuration for maven-compiler-plugin is injected from
-     * PluginManagement section even when it's not explicitly defined in the
-     * plugins section.
-     */
-    public void testit0078()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0078" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "compile" );
-        verifier.assertFileNotPresent( "target/classes/Test.class" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0079Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0079Test.java
deleted file mode 100644
index 895f4d8..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0079Test.java
+++ /dev/null
@@ -1,31 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0079Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that source attachments have the same build number as the main
-     * artifact when deployed.
-     */
-    public void testit0079()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0079" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "deploy" );
-        verifier.assertFilePresent(
-            "target/test-repo/org/apache/maven/its/it0079/maven-it-it0079/SNAPSHOT/maven-it-it0079-*-1.jar" );
-        verifier.assertFilePresent(
-            "target/test-repo/org/apache/maven/its/it0079/maven-it-it0079/SNAPSHOT/maven-it-it0079-*-1-sources.jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0080Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0080Test.java
deleted file mode 100644
index 3943d81..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0080Test.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0080Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that depending on a WAR doesn't also get its dependencies
-     * transitively.
-     */
-    public void testit0080()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0080" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "test-component-a/target/test-component-a-0.1.jar" );
-        verifier.assertFilePresent( "test-component-b/target/test-component-b-0.1.war" );
-        verifier.assertFilePresent(
-            "test-component-b/target/test-component-b-0.1.war!/WEB-INF/lib/test-component-a-0.1.jar" );
-        verifier.assertFilePresent( "test-component-c/target/test-component-c-0.1.ear" );
-        verifier.assertFilePresent( "test-component-c/target/test-component-c-0.1.ear!/test-component-b-0.1.war" );
-        verifier.assertFilePresent( "test-component-c/target/test-component-c-0.1/test-component-b-0.1.war" );
-        verifier.assertFileNotPresent( "test-component-c/target/test-component-c-0.1/test-component-a-0.1.jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0081Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0081Test.java
deleted file mode 100644
index 2bb5136..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0081Test.java
+++ /dev/null
@@ -1,27 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0081Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test per-plugin dependencies.
-     */
-    public void testit0081()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0081" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "install" );
-        verifier.assertFilePresent( "test-component-c/target/org.apache.maven.wagon.providers.ftp.FtpWagon" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0082Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0082Test.java
deleted file mode 100644
index fee7e84..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0082Test.java
+++ /dev/null
@@ -1,28 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0082Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that the reactor can establish the artifact location of known projects for dependencies
-     * using process-sources to see that it works even when they aren't compiled
-     */
-    public void testit0082()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0082" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "process-sources" );
-        verifier.assertFilePresent( "test-component-c/target/my-test" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0083Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0083Test.java
deleted file mode 100644
index 7909975..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0083Test.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0083Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Verify that overriding a compile time dependency as provided in a WAR ensures it is not included.
-     */
-    public void testit0083()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0083" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "test-component-a/target/test-component-a-0.1.jar" );
-        verifier.assertFilePresent( "test-component-b/target/test-component-b-0.1.jar" );
-        verifier.assertFilePresent( "test-component-c/target/test-component-c-0.1.war" );
-        verifier.assertFilePresent(
-            "test-component-c/target/test-component-c-0.1.war!/WEB-INF/lib/test-component-b-0.1.jar" );
-        verifier.assertFileNotPresent(
-            "test-component-c/target/test-component-c-0.1/WEB-INF/lib/test-component-a-0.1.jar" );
-        verifier.assertFilePresent(
-            "test-component-c/target/test-component-c-0.1/WEB-INF/lib/test-component-b-0.1.jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0084Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0084Test.java
deleted file mode 100644
index df79517..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0084Test.java
+++ /dev/null
@@ -1,46 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0084Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Verify that the collector selecting a particular version gets the correct subtree
-     */
-    public void testit0084()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0084" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "test-component-a/target/test-component-a-0.1.jar" );
-        verifier.assertFilePresent( "test-component-b/target/test-component-b-0.1.jar" );
-        verifier.assertFilePresent( "test-component-c/target/test-component-c-0.1.war" );
-        verifier.assertFilePresent(
-            "test-component-c/target/test-component-c-0.1.war!/WEB-INF/lib/test-component-a-0.1.jar" );
-        verifier.assertFilePresent(
-            "test-component-c/target/test-component-c-0.1.war!/WEB-INF/lib/test-component-b-0.1.jar" );
-        verifier.assertFilePresent(
-            "test-component-c/target/test-component-c-0.1.war!/WEB-INF/lib/maven-core-it-support-1.4.jar" );
-        verifier.assertFilePresent(
-            "test-component-c/target/test-component-c-0.1.war!/WEB-INF/lib/commons-io-1.0.jar" );
-        verifier.assertFilePresent(
-            "test-component-c/target/test-component-c-0.1/WEB-INF/lib/test-component-a-0.1.jar" );
-        verifier.assertFilePresent(
-            "test-component-c/target/test-component-c-0.1/WEB-INF/lib/test-component-b-0.1.jar" );
-        verifier.assertFilePresent(
-            "test-component-c/target/test-component-c-0.1/WEB-INF/lib/maven-core-it-support-1.4.jar" );
-        verifier.assertFilePresent( "test-component-c/target/test-component-c-0.1/WEB-INF/lib/commons-io-1.0.jar" );
-        verifier.assertFileNotPresent(
-            "test-component-c/target/test-component-c-0.1/WEB-INF/lib/commons-lang-1.0.jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0085Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0085Test.java
deleted file mode 100644
index d47f3a1..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0085Test.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0085Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Verify that system-scoped dependencies get resolved with system scope
-     * when they are resolved transitively via another (non-system)
-     * dependency. Inherited scope should not apply in the case of
-     * system-scoped dependencies, no matter where they are.
-     */
-    public void testit0085()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0085" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "package" );
-        verifier.assertFileNotPresent( "war/target/war-1.0/WEB-INF/lib/pom.xml" );
-        verifier.assertFileNotPresent( "war/target/war-1.0/WEB-INF/lib/it0085-dep-1.0.jar" );
-        verifier.assertFilePresent( "war/target/war-1.0/WEB-INF/lib/junit-3.8.1.jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0086Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0086Test.java
deleted file mode 100644
index 854d9c7..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0086Test.java
+++ /dev/null
@@ -1,28 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0086Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Verify that a plugin dependency class can be loaded from both the plugin classloader and the
-     * context classloader available to the plugin.
-     */
-    public void testit0086()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0086" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.plugins", "maven-it-it-plugin", "1.0", "maven-plugin" );
-        verifier.executeGoal( "validate" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0087Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0087Test.java
deleted file mode 100644
index e81f174..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0087Test.java
+++ /dev/null
@@ -1,28 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0087Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Verify that a project-level plugin dependency class can be loaded from both the plugin classloader
-     * and the context classloader available to the plugin.
-     */
-    public void testit0087()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0087" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.plugins", "maven-it-it-plugin", "1.0", "maven-plugin" );
-        verifier.executeGoal( "validate" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0088Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0088Test.java
deleted file mode 100644
index b92c915..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0088Test.java
+++ /dev/null
@@ -1,28 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0088Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test path translation.
-     */
-    public void testit0088()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0088" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "test" );
-        verifier.assertFilePresent( "target/classes/test.properties" );
-        verifier.assertFilePresent( "target/mojo-generated.properties" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0089Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0089Test.java
deleted file mode 100644
index 7e4371e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0089Test.java
+++ /dev/null
@@ -1,29 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0089Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that Checkstyle PackageNamesLoader.loadModuleFactory(..) method will complete as-is with
-     * the context classloader available to the plugin.
-     */
-    public void testit0089()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0089" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.plugins", "maven-it-it-plugin", "1.0", "maven-plugin" );
-        verifier.executeGoal( "install" );
-        verifier.assertFilePresent( "project/target/output.txt" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0090Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0090Test.java
deleted file mode 100644
index 478dcf0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0090Test.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-
-import java.io.File;
-import java.util.HashMap;
-import java.util.Map;
-
-public class MavenIT0090Test
-    extends AbstractMavenIntegrationTestCase
-{
-    /**
-     * Test that ensures that envars are interpolated correctly into plugin
-     * configurations.
-     */
-    public void testit0090()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0090" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath(), true );
-        Map envVars = new HashMap();
-        envVars.put( "MAVEN_TEST_ENVAR", "MAVEN_TEST_ENVAR_VALUE" );
-        verifier.executeGoal( "test", envVars );
-        verifier.assertFilePresent( "target/mojo-generated.properties" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0091Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0091Test.java
deleted file mode 100644
index 6f43138..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0091Test.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-/**
- * # it0091 currrently fails. Not sure if there is an associated JIRA.
- */
-public class MavenIT0091Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that currently demonstrates that properties are not correctly
-     * interpolated into other areas in the POM. This may strictly be a boolean
-     * problem: I captured the problem as it was reported.
-     */
-    public void testit0091()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0091" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "test" );
-        verifier.assertFilePresent( "target/classes/test.properties" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0092Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0092Test.java
deleted file mode 100644
index 9e80042..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0092Test.java
+++ /dev/null
@@ -1,39 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;                                                                            
-
-import java.io.File;
-import java.util.List;
-import java.util.ArrayList;
-
-public class MavenIT0092Test
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenIT0092Test()                                                                                                                                 
-        throws InvalidVersionSpecificationException                                                                                                          
-    {                                                                                                                                                        
-        super( "[,2.1-SNAPSHOT)" );                                                                                                                          
-    }    
-    
-    /**
-     * Test that legacy repositories with legacy snapshots download correctly.
-     */
-    public void testit0092()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0092" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "--settings settings.xml" );
-        verifier.setCliOptions( cliOptions );
-        verifier.deleteArtifact( "org.apache.maven", "maven-core-it-support", "1.0-SNAPSHOT", "jar" );
-        verifier.executeGoal( "compile" );
-        verifier.assertArtifactPresent( "org.apache.maven", "maven-core-it-support", "1.0-SNAPSHOT", "jar" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0094Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0094Test.java
deleted file mode 100644
index b1680a4..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0094Test.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0094Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test classloading issues with mojos after 2.0 (MNG-1898).
-     */
-    public void testit0094()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0094" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0095Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0095Test.java
deleted file mode 100644
index 95d8073..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0095Test.java
+++ /dev/null
@@ -1,41 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenIT0095Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test URL calculation when modules are in sibling dirs of parent. (MNG-2006)
-     */
-    public void testit0095()
-        throws Exception
-    {
-        // TODO: This is WRONG! Need to run only sub1 to effective-pom, then run all to verify.
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0095" );
-        File sub1 = new File( testDir, "sub1" );
-
-        Verifier verifier = new Verifier( sub1.getAbsolutePath() );
-
-        List options = new ArrayList();
-        options.add( "-Doutput=" + new File( sub1, "target/effective-pom.xml" ).getAbsolutePath() );
-
-        verifier.setCliOptions( options );
-
-        List goals = new ArrayList();
-        goals.add( "org.apache.maven.plugins:maven-help-plugin:2.0.2:effective-pom" );
-        goals.add( "verify" );
-
-        verifier.executeGoals( goals );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0096Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0096Test.java
deleted file mode 100644
index 74c438f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0096Test.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0096Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that plugin executions from &gt;1 step of inheritance don't run multiple times.
-     */
-    public void testit0096()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0096" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "package" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0097Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0097Test.java
deleted file mode 100644
index ef73f5b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0097Test.java
+++ /dev/null
@@ -1,29 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0097Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that the implied relative path for the parent POM works, even two
-     * levels deep.
-     */
-    public void testit0097()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0097" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "package" );
-        verifier.assertFilePresent( "project/project-level2/project-level3/target/it0097.txt" );
-        verifier.assertFilePresent( "project/project-sibling-level2/target/it0097.txt" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0098Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0098Test.java
deleted file mode 100644
index 9bcb877..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0098Test.java
+++ /dev/null
@@ -1,34 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-/**
- * # it0098 - something started failing here, not yet identified. MNG-2322
- */
-public class MavenIT0098Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that quoted system properties are processed correctly. [MNG-1415]
-     */
-    public void testit0098()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0098" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-Dtest.property=\"Test Property\"" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "test" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0099Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0099Test.java
deleted file mode 100644
index c3739a6..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0099Test.java
+++ /dev/null
@@ -1,28 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0099Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that parent-POMs cached during a build are available as parents
-     * to other POMs in the multimodule build. [MNG-2130]
-     */
-    public void testit0099()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0099" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.it0099", "maven-it-it0099-parent", "1", "pom" );
-        verifier.executeGoal( "package" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0100Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0100Test.java
deleted file mode 100644
index f24074c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0100Test.java
+++ /dev/null
@@ -1,41 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenIT0100Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that ${parent.artifactId} resolves correctly. [MNG-2124]
-     */
-    public void testit0100()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0100" );
-        File child = new File( testDir, "parent/child" );
-
-        Verifier verifier = new Verifier( child.getAbsolutePath() );
-
-        List options = new ArrayList();
-        options.add( "-Doutput=" + new File( child, "target/effective-pom.txt" ).getAbsolutePath() );
-
-        verifier.setCliOptions( options );
-
-        List goals = new ArrayList();
-        goals.add( "org.apache.maven.plugins:maven-help-plugin:2.0.2:effective-pom" );
-        goals.add( "verify" );
-
-        verifier.executeGoals( goals );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0101Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0101Test.java
deleted file mode 100644
index 6de5cf3..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0101Test.java
+++ /dev/null
@@ -1,33 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenIT0101Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that properties defined in an active profile in the user's
-     * settings are available for interpolation of systemPath in a dependency.
-     * [MNG-2052]
-     */
-    public void testit0101()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0101" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "--settings settings.xml" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "compile" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0102Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0102Test.java
deleted file mode 100644
index a7bf789..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0102Test.java
+++ /dev/null
@@ -1,39 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenIT0102Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test that &lt;activeByDefault/&gt; calculations for profile activation only
-     * use profiles defined in the POM. [MNG-2136]
-     */
-    public void testit0102()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0102" );
-
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-
-        List options = new ArrayList();
-        options.add( "-Doutput=" + new File( testDir, "target/effective-pom.txt" ).getAbsolutePath() );
-
-        verifier.setCliOptions( options );
-
-        List goals = new ArrayList();
-        goals.add( "org.apache.maven.plugins:maven-help-plugin:2.0.2:effective-pom" );
-        goals.add( "verify" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0103Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0103Test.java
deleted file mode 100644
index 823c78c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0103Test.java
+++ /dev/null
@@ -1,28 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0103Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Verify that multimodule builds where one project references another as
-     * a parent can build, even if that parent is not correctly referenced by
-     * &lt;relativePath/&gt; and is not in the local repository. [MNG-2196]
-     */
-    public void testit0103()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0103" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "package" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0104Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0104Test.java
deleted file mode 100644
index d4f7e2c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0104Test.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0104Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Verify that plugin configurations are resolved correctly.
-     */
-    public void testit0104()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0104" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "test" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0105Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0105Test.java
deleted file mode 100644
index 9f8025b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0105Test.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenIT0105Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * MRESOURCES-18
-     */
-    public void testit0105()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0105" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-Dparam=PARAM" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "test" );
-        verifier.assertFilePresent( "target/classes/test.properties" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0106Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0106Test.java
deleted file mode 100644
index 0b8f836..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0106Test.java
+++ /dev/null
@@ -1,29 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-/**
- * #it0106 MNG-2318 not yet fixed
- */
-public class MavenIT0106Test
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * When a project has modules and its parent is not preinstalled [MNG-2318]
-     */
-    public void testit0106()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0106" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "clean" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0107Test.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0107Test.java
deleted file mode 100644
index a006b0a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0107Test.java
+++ /dev/null
@@ -1,33 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-/**
- * #it0107 requires a snapshot version of maven-plugin-plugin, which indicates it doesn't belong here
- */
-public class MavenIT0107Test
-    extends AbstractMavenIntegrationTestCase
-{
-    /**
-     * Verify that default implementation of an implementation for a complex object works as
-     * expected [MNG-2293]
-     */
-    public void testit0107()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0107" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        List cliOptions = new ArrayList();
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "validate" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0108SnapshotUpdateTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0108SnapshotUpdateTest.java
deleted file mode 100644
index 9f00941..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0108SnapshotUpdateTest.java
+++ /dev/null
@@ -1,302 +0,0 @@
-package org.apache.maven.integrationtests;
-
-/*
- * Copyright 2004-2006 The Apache Software 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.
- */
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.FileUtils;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.io.IOException;
-import java.text.SimpleDateFormat;
-import java.util.Calendar;
-import java.util.Date;
-import java.util.Locale;
-
-/**
- * Downloads a snapshot dependency that was deployed with uniqueVersion = false, and checks it can be
- * updated. See MNG-1908.
- */
-public class MavenIT0108SnapshotUpdateTest
-    extends AbstractMavenIntegrationTestCase
-{
-    private Verifier verifier;
-
-    private File artifact;
-
-    private File repository;
-
-    private File localRepoFile;
-
-    private static final int TIME_OFFSET = 50000;
-
-    protected void setUp()
-        throws Exception
-    {
-        super.setUp();
-
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0108-snapshotUpdate" );
-        verifier = new Verifier( testDir.getAbsolutePath() );
-        localRepoFile = getLocalRepoFile( verifier );
-        deleteLocalArtifact( verifier, localRepoFile );
-
-        repository = new File( testDir, "repository" );
-        recreateRemoteRepository( repository );
-
-        // create artifact in repository (TODO: into verifier)
-        artifact = new File( repository,
-                             "org/apache/maven/maven-core-it-support/1.0-SNAPSHOT/maven-core-it-support-1.0-SNAPSHOT.jar" );
-        artifact.getParentFile().mkdirs();
-        FileUtils.fileWrite( artifact.getAbsolutePath(), "originalArtifact" );
-
-        verifier.assertArtifactNotPresent( "org.apache.maven", "maven-core-it-support", "1.0-SNAPSHOT", "jar" );
-    }
-
-    public void testSnapshotUpdated()
-        throws Exception
-    {
-        verifier.executeGoal( "package" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        assertArtifactContents( "originalArtifact" );
-
-        // set in the past to ensure it is downloaded
-        localRepoFile.setLastModified( System.currentTimeMillis() - TIME_OFFSET );
-
-        FileUtils.fileWrite( artifact.getAbsolutePath(), "updatedArtifact" );
-
-        verifier.executeGoal( "package" );
-
-        assertArtifactContents( "updatedArtifact" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-
-    public void testSnapshotUpdatedWithMetadata()
-        throws Exception
-    {
-        File metadata =
-            new File( repository, "org/apache/maven/maven-core-it-support/1.0-SNAPSHOT/maven-metadata.xml" );
-        FileUtils.fileWrite( metadata.getAbsolutePath(),
-                             constructMetadata( "1", System.currentTimeMillis() - TIME_OFFSET, true ) );
-
-        verifier.executeGoal( "package" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        assertArtifactContents( "originalArtifact" );
-
-        FileUtils.fileWrite( artifact.getAbsolutePath(), "updatedArtifact" );
-        metadata = new File( repository, "org/apache/maven/maven-core-it-support/1.0-SNAPSHOT/maven-metadata.xml" );
-        FileUtils.fileWrite( metadata.getAbsolutePath(), constructMetadata( "2", System.currentTimeMillis(), true ) );
-
-        verifier.executeGoal( "package" );
-
-        assertArtifactContents( "updatedArtifact" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-
-    public void testSnapshotUpdatedWithLocalMetadata()
-        throws Exception
-    {
-        File localMetadata = getMetadataFile( "org/apache/maven", "maven-core-it-support", "1.0-SNAPSHOT" );
-
-        FileUtils.deleteDirectory( localMetadata.getParentFile() );
-        assertFalse( localMetadata.getParentFile().exists() );
-        localMetadata.getParentFile().mkdirs();
-
-        File metadata =
-            new File( repository, "org/apache/maven/maven-core-it-support/1.0-SNAPSHOT/maven-metadata.xml" );
-        FileUtils.fileWrite( metadata.getAbsolutePath(),
-                             constructMetadata( "1", System.currentTimeMillis() - TIME_OFFSET, true ) );
-
-        verifier.executeGoal( "package" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        assertArtifactContents( "originalArtifact" );
-        assertFalse( localMetadata.exists() );
-
-        FileUtils.fileWrite( localRepoFile.getAbsolutePath(), "localArtifact" );
-        FileUtils.fileWrite( localMetadata.getAbsolutePath(), constructLocalMetadata( "org.apache.maven",
-                                                                                      "maven-core-it-support",
-                                                                                      System.currentTimeMillis(),
-                                                                                      true ) );
-        // update the remote file, but we shouldn't be looking
-        artifact.setLastModified( System.currentTimeMillis() );
-
-        verifier.executeGoal( "package" );
-
-        assertArtifactContents( "localArtifact" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        Calendar cal = Calendar.getInstance();
-        cal.add( Calendar.YEAR, -1 );
-        FileUtils.fileWrite( localMetadata.getAbsolutePath(), constructLocalMetadata( "org.apache.maven",
-                                                                                      "maven-core-it-support",
-                                                                                      cal.getTimeInMillis(), true ) );
-        FileUtils.fileWrite( metadata.getAbsolutePath(),
-                             constructMetadata( "2", System.currentTimeMillis() - 2000, true ) );
-        artifact.setLastModified( System.currentTimeMillis() );
-
-        verifier.executeGoal( "package" );
-
-        assertArtifactContents( "originalArtifact" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-
-    public void testSnapshotUpdatedWithMetadataUsingFileTimestamp()
-        throws Exception
-    {
-        File metadata =
-            new File( repository, "org/apache/maven/maven-core-it-support/1.0-SNAPSHOT/maven-metadata.xml" );
-        FileUtils.fileWrite( metadata.getAbsolutePath(),
-                             constructMetadata( "1", System.currentTimeMillis() - TIME_OFFSET, false ) );
-        metadata.setLastModified( System.currentTimeMillis() - TIME_OFFSET );
-
-        verifier.executeGoal( "package" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        assertArtifactContents( "originalArtifact" );
-
-        FileUtils.fileWrite( artifact.getAbsolutePath(), "updatedArtifact" );
-        metadata = new File( repository, "org/apache/maven/maven-core-it-support/1.0-SNAPSHOT/maven-metadata.xml" );
-        FileUtils.fileWrite( metadata.getAbsolutePath(), constructMetadata( "2", System.currentTimeMillis(), false ) );
-
-        verifier.executeGoal( "package" );
-
-        assertArtifactContents( "updatedArtifact" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-
-    public void testSnapshotLocalMetadataUpdatedOnInstall()
-        throws Exception
-    {
-        File localMetadata =
-            getMetadataFile( "org/apache/maven/its/snapshotUpdate", "maven-it-snapshot-update", "1.0-SNAPSHOT" );
-
-        localMetadata.delete();
-        assertFalse( localMetadata.exists() );
-
-        verifier.executeGoal( "install" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        assertLocalMetadataIsToday( localMetadata );
-
-        Calendar cal = Calendar.getInstance();
-        cal.add( Calendar.YEAR, -1 );
-        FileUtils.fileWrite( localMetadata.getAbsolutePath(), constructLocalMetadata(
-            "org.apache.maven.its.snapshotUpdate", "maven-it-snapshot-update", cal.getTimeInMillis(), true ) );
-
-        verifier.executeGoal( "install" );
-
-        assertLocalMetadataIsToday( localMetadata );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-
-    private File getMetadataFile( String groupId, String artifactId, String version )
-    {
-        return new File( verifier.localRepo, groupId + "/" + artifactId + "/" + version + "/maven-metadata-local.xml" );
-    }
-
-    private void assertLocalMetadataIsToday( File localMetadata )
-        throws IOException
-    {
-        String actual = stripTime( FileUtils.fileRead( localMetadata ) );
-        String expected = stripTime( constructLocalMetadata( "org.apache.maven.its.snapshotUpdate",
-                                                             "maven-it-snapshot-update", System.currentTimeMillis(),
-                                                             true ) );
-
-        assertEquals( expected, actual );
-    }
-
-    private static String stripTime( String s )
-    {
-        return s.replaceAll( "(.*)[0-9]{6}(</lastUpdated>.*)", "$1$2" );
-    }
-
-    private void assertArtifactContents( String s )
-        throws IOException
-    {
-        verifier.assertArtifactPresent( "org.apache.maven", "maven-core-it-support", "1.0-SNAPSHOT", "jar" );
-        verifier.assertArtifactContents( "org.apache.maven", "maven-core-it-support", "1.0-SNAPSHOT", "jar", s );
-    }
-
-    private static File deleteLocalArtifact( Verifier verifier, File localRepoFile )
-        throws IOException
-    {
-        verifier.deleteArtifact( "org.apache.maven", "maven-core-it-support", "1.0-SNAPSHOT", "jar" );
-        // this is to delete metadata - TODO: incorporate into deleteArtifact in verifier
-        FileUtils.deleteDirectory( localRepoFile.getParentFile() );
-        return localRepoFile;
-    }
-
-    private static File getLocalRepoFile( Verifier verifier )
-    {
-        return new File(
-            verifier.getArtifactPath( "org.apache.maven", "maven-core-it-support", "1.0-SNAPSHOT", "jar" ) );
-    }
-
-    private static void recreateRemoteRepository( File repository )
-        throws IOException
-    {
-        // create a repository (TODO: into verifier)
-        FileUtils.deleteDirectory( repository );
-        assertFalse( repository.exists() );
-        repository.mkdirs();
-    }
-
-    private String constructMetadata( String buildNumber, long timestamp, boolean writeLastUpdated )
-    {
-        String ts = new SimpleDateFormat( "yyyyMMddHHmmss", Locale.US ).format( new Date( timestamp ) );
-
-        return "<?xml version=\"1.0\" encoding=\"UTF-8\"?><metadata>\n" + "<groupId>org.apache.maven</groupId>\n" +
-            "<artifactId>maven-core-it-support</artifactId>\n" + "<version>1.0-SNAPSHOT</version>\n" +
-            "<versioning>\n" + "<snapshot>\n" + "<buildNumber>" + buildNumber + "</buildNumber>\n" + "</snapshot>\n" +
-            ( writeLastUpdated ? "<lastUpdated>" + ts + "</lastUpdated>\n" : "" ) + "</versioning>\n" + "</metadata>";
-    }
-
-    private String constructLocalMetadata( String groupId, String artifactId, long timestamp, boolean writeLastUpdated )
-    {
-        String ts = new SimpleDateFormat( "yyyyMMddHHmmss", Locale.US ).format( new Date( timestamp ) );
-
-        return "<?xml version=\"1.0\" encoding=\"UTF-8\"?><metadata>\n" + "  <groupId>" + groupId + "</groupId>\n" +
-            "  <artifactId>" + artifactId + "</artifactId>\n" + "  <version>1.0-SNAPSHOT</version>\n" +
-            "  <versioning>\n" + "    <snapshot>\n" + "      <localCopy>true</localCopy>\n" + "    </snapshot>\n" +
-            ( writeLastUpdated ? "    <lastUpdated>" + ts + "</lastUpdated>\n" : "" ) + "  </versioning>\n" +
-            "</metadata>";
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0109ReleaseUpdateTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0109ReleaseUpdateTest.java
deleted file mode 100644
index 5439d4e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0109ReleaseUpdateTest.java
+++ /dev/null
@@ -1,135 +0,0 @@
-package org.apache.maven.integrationtests;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.FileUtils;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.io.IOException;
-import java.util.HashMap;
-import java.util.Map;
-
-/**
- * Test to verify that a release can be updated.
- */
-public class MavenIT0109ReleaseUpdateTest
-    extends AbstractMavenIntegrationTestCase
-{
-    private static final String GROUPID = "org.apache.maven.it";
-
-    private static final String ARTIFACTID = "maven-it-release-update";
-
-    private static final String TYPE = "jar";
-
-    private static final String POM_TYPE = "pom";
-
-    private static final String OLD_VERSION = "1.0";
-
-    private static final String NEW_VERSION = "1.1";
-
-    public void testReleaseUpdated()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0109-releaseUpdate" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( GROUPID, ARTIFACTID, OLD_VERSION, TYPE );
-        verifier.deleteArtifact( GROUPID, ARTIFACTID, OLD_VERSION, POM_TYPE );
-        verifier.deleteArtifact( GROUPID, ARTIFACTID, NEW_VERSION, TYPE );
-        verifier.deleteArtifact( GROUPID, ARTIFACTID, NEW_VERSION, POM_TYPE );
-
-        writeMetadata( new File( verifier.localRepo ), "maven-metadata-it.releases.xml", OLD_VERSION,
-                       "20051230031110" );
-
-        // create a repository (TODO: into verifier)
-        File repository = new File( testDir, "repository" );
-        repository.mkdirs();
-
-        // create artifact in repository (TODO: into verifier)
-        writeArtifact( repository, OLD_VERSION );
-        writeArtifact( repository, NEW_VERSION );
-
-        writeMetadata( repository, "maven-metadata.xml", NEW_VERSION, "20061230031110" );
-
-        verifier.assertArtifactNotPresent( GROUPID, ARTIFACTID, OLD_VERSION, TYPE );
-        verifier.assertArtifactNotPresent( GROUPID, ARTIFACTID, NEW_VERSION, TYPE );
-
-        Map m = new HashMap();
-/*
-        m.put( "MAVEN_OPTS",
-               "-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005" );
-*/
-        verifier.executeGoal( "package", m );
-
-        verifier.assertArtifactNotPresent( GROUPID, ARTIFACTID, OLD_VERSION, TYPE );
-        verifier.assertArtifactPresent( GROUPID, ARTIFACTID, NEW_VERSION, TYPE );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-
-    private static void writeMetadata( File repository, String fileName, String version, String timestamp )
-        throws IOException
-    {
-        File metadata = new File( repository, GROUPID.replace( '.', '/' ) + "/" + ARTIFACTID + "/" + fileName );
-        metadata.getParentFile().mkdirs();
-
-        StringBuffer content = new StringBuffer();
-        content.append( "<?xml version=\"1.0\"?><metadata>\n" );
-        content.append( "  <groupId>" + GROUPID + "</groupId>\n" );
-        content.append( "  <artifactId>" + ARTIFACTID + "</artifactId>\n" );
-        content.append( "  <versioning>\n" );
-        content.append( "    <latest>" + version + "</latest>\n" );
-        content.append( "    <release>" + version + "</release>\n" );
-        content.append( "    <versions>\n" );
-        content.append( "      <version>" + OLD_VERSION + "</version>\n" );
-        content.append( "      <version>" + NEW_VERSION + "</version>\n" );
-        content.append( "    </versions>\n" );
-        content.append( "    <lastUpdated>" + timestamp + "</lastUpdated>\n" );
-        content.append( "  </versioning>\n" );
-        content.append( "</metadata>" );
-
-        FileUtils.fileWrite( metadata.getAbsolutePath(), content.toString() );
-    }
-
-    private static void writeArtifact( File repository, String version )
-        throws IOException
-    {
-/*
-        File artifact = new File( repository, GROUPID.replace( '.', '/' ) + "/" + ARTIFACTID + "/" + version + "/" +
-            ARTIFACTID + "-" + version + "." + TYPE );
-        artifact.getParentFile().mkdirs();
-        FileUtils.fileWrite( artifact.getAbsolutePath(), version );
-
-        StringBuffer content = new StringBuffer();
-        content.append( "<?xml version=\"1.0\"?><project>\n" );
-        content.append( "  <modelVersion>4.0.0</modelVersion>\n" );
-        content.append( "  <groupId>" + GROUPID + "</groupId>\n" );
-        content.append( "  <artifactId>" + ARTIFACTID + "</artifactId>\n" );
-        content.append( "  <version>" + version + "</version>\n" );
-        content.append( "  <packaging>maven-plugin</packaging>\n" );
-        content.append( "</project>" );
-
-        artifact = new File( artifact.getParentFile(), ARTIFACTID + "-" + version + "." + POM_TYPE );
-        FileUtils.fileWrite( artifact.getAbsolutePath(), content.toString() );
-*/
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0110PluginDependenciesComeFromPluginReposTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0110PluginDependenciesComeFromPluginReposTest.java
deleted file mode 100644
index bd16c5c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0110PluginDependenciesComeFromPluginReposTest.java
+++ /dev/null
@@ -1,28 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.List;
-import java.util.ArrayList;
-
-public class MavenIT0110PluginDependenciesComeFromPluginReposTest
-    extends AbstractMavenIntegrationTestCase
-{
-    public void testit0110()
-        throws Exception
-    {
-        File testDir =
-            ResourceExtractor.simpleExtractResources( getClass(), "/it0110-pluginDependenciesComeFromPluginRepos" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "--settings settings.xml" );
-        verifier.setCliOptions( cliOptions );
-        verifier.deleteArtifact( "org.apache.maven.it", "mail", "1.3.2", "jar" );        
-        verifier.executeGoal( "clean" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0111PluginsThatRequireAResourceFromAnExtensionTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0111PluginsThatRequireAResourceFromAnExtensionTest.java
deleted file mode 100644
index 66d97a2..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0111PluginsThatRequireAResourceFromAnExtensionTest.java
+++ /dev/null
@@ -1,51 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import java.io.File;
-import java.util.List;
-import java.util.ArrayList;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-public class MavenIT0111PluginsThatRequireAResourceFromAnExtensionTest
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenIT0111PluginsThatRequireAResourceFromAnExtensionTest()
-        throws InvalidVersionSpecificationException
-    {
-        super( "(,2.1-SNAPSHOT)" );
-    }
-
-    public void testit0111()
-        throws Exception
-    {
-        File testDir =
-            ResourceExtractor.simpleExtractResources( getClass(), "/it0111-pluginThatRequiresResourceFromAnExtension" );
-
-        Verifier verifier;
-
-        // Install the parent POM
-        verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.its.it0111", "parent", "1.0", "pom" );                
-        verifier.deleteArtifact( "org.apache.maven.its.it0111", "checkstyle-test", "1.0", "jar" );
-        verifier.deleteArtifact( "org.apache.maven.its.it0111", "checkstyle-assembly", "1.0", "jar" );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-N" );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        // Install the extension with the resources required for the test
-        verifier = new Verifier( new File( testDir.getAbsolutePath(), "checkstyle-assembly" ).getAbsolutePath() );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        // Run the whole test
-        verifier = new Verifier( new File( testDir.getAbsolutePath(), "checkstyle-test" ).getAbsolutePath() );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0112ExtensionsThatDragDependencies.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0112ExtensionsThatDragDependencies.java
deleted file mode 100644
index 3579781..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0112ExtensionsThatDragDependencies.java
+++ /dev/null
@@ -1,55 +0,0 @@
-package org.apache.maven.integrationtests;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0112ExtensionsThatDragDependencies
-    extends AbstractMavenIntegrationTestCase
-{
-    public void testit0112()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0112-extensionsThatDragDependencies" );
-
-        Verifier verifier;
-
-        // Install the parent POM
-        verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.its.it0112", "test-extension", "1.0-SNAPSHOT", "jar" );
-        verifier.deleteArtifact( "org.apache.maven.its.it0112", "test-project", "1.0-SNAPSHOT", "jar" );
-
-        // Install the extension with the resources required for the test
-        verifier = new Verifier( new File( testDir.getAbsolutePath(), "test-extension" ).getAbsolutePath() );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        // Run the whole test
-        verifier = new Verifier( new File( testDir.getAbsolutePath(), "test-project" ).getAbsolutePath() );
-        verifier.executeGoal( "project-info-reports:scm" );
-        // ommitted because we always get velocity errors that aren't covered by the verifier
-//        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0113ServerAuthzAvailableToWagonMgrInPlugin.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0113ServerAuthzAvailableToWagonMgrInPlugin.java
deleted file mode 100644
index f0d2a4c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0113ServerAuthzAvailableToWagonMgrInPlugin.java
+++ /dev/null
@@ -1,60 +0,0 @@
-package org.apache.maven.integrationtests;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenIT0113ServerAuthzAvailableToWagonMgrInPlugin
-    extends AbstractMavenIntegrationTestCase
-{
-    public void testit0113()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0113-serverAuthzAvailableToWagonMgrInPlugin" );
-
-        Verifier verifier;
-
-        // Install the parent POM
-        verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.its.it0113", "maven-it0113-plugin", "1.0-SNAPSHOT", "jar" );
-        verifier.deleteArtifact( "org.apache.maven.its.it0113", "test-project", "1.0-SNAPSHOT", "jar" );
-
-        // Install the plugin to test for Authz info in the WagonManager
-        verifier = new Verifier( new File( testDir.getAbsolutePath(), "maven-it0113-plugin" ).getAbsolutePath() );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        // Build the test project that uses the plugin.
-        verifier = new Verifier( new File( testDir.getAbsolutePath(), "test-project" ).getAbsolutePath() );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "--settings" );
-        cliOptions.add( "settings.xml" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0114ExtensionThatProvidesResources.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0114ExtensionThatProvidesResources.java
deleted file mode 100644
index cc963a3..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0114ExtensionThatProvidesResources.java
+++ /dev/null
@@ -1,50 +0,0 @@
-package org.apache.maven.integrationtests;

-

-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;

-import org.apache.maven.it.Verifier;

-import org.apache.maven.it.util.ResourceExtractor;

-

-import java.io.File;

-import java.util.ArrayList;

-import java.util.List;

-

-public class MavenIT0114ExtensionThatProvidesResources

-    extends AbstractMavenIntegrationTestCase

-{

-    public MavenIT0114ExtensionThatProvidesResources()

-        throws InvalidVersionSpecificationException

-    {

-        super( "(,2.1-SNAPSHOT)" );

-    }

-

-    public void testit0114()

-        throws Exception

-    {

-        File testDir =

-            ResourceExtractor.simpleExtractResources( getClass(), "/it0114-extensionThatProvidesResources" );

-

-        Verifier verifier;

-

-        // Install the parent POM, extension and the plugin 

-        verifier = new Verifier( testDir.getAbsolutePath() );

-        verifier.deleteArtifact( "org.apache.maven.its.it0114", "it0114-plugin-runner", "1.0", "pom" );                

-        verifier.deleteArtifact( "org.apache.maven.its.it0114", "it0114-extension", "1.0", "jar" );

-        verifier.deleteArtifact( "org.apache.maven.its.it0114", "it0114-plugin", "1.0", "jar" );

-        verifier.deleteArtifact( "org.apache.maven.its.it0114", "it0114-parent", "1.0", "pom" );

-        

-        List cliOptions = new ArrayList();        

-        verifier.executeGoal( "install" );

-        verifier.verifyErrorFreeLog();

-        verifier.resetStreams();

-        

-        //now run the test

-        testDir =

-            ResourceExtractor.simpleExtractResources( getClass(), "/it0114-extensionThatProvidesResources/test-project" );

-        verifier = new Verifier( testDir.getAbsolutePath() );

-        cliOptions = new ArrayList();

-        verifier.executeGoal( "verify" );

-        verifier.verifyErrorFreeLog();

-        verifier.resetStreams();

-        

-    }

-}

diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0115CustomArtifactHandlerAndCustomLifecycleTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0115CustomArtifactHandlerAndCustomLifecycleTest.java
deleted file mode 100644
index 4848894..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0115CustomArtifactHandlerAndCustomLifecycleTest.java
+++ /dev/null
@@ -1,59 +0,0 @@
-package org.apache.maven.integrationtests;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenIT0115CustomArtifactHandlerAndCustomLifecycleTest
-    extends AbstractMavenIntegrationTestCase
-{
-    public void testit0115()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0115-customArtifactHandlerAndCustomLifecycle" );
-
-        Verifier verifier;
-
-        // Install the parent POM
-        verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.its.it0115", "test-extension", "1.0-SNAPSHOT", "jar" );
-        verifier.deleteArtifact( "org.apache.maven.its.it0115", "test-project", "1.0-SNAPSHOT", "jar" );
-
-        // Install the plugin to test for Authz info in the WagonManager
-        verifier = new Verifier( new File( testDir.getAbsolutePath(), "test-extension" ).getAbsolutePath() );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        // Build the test project that uses the plugin.
-        File testProject = new File( testDir.getAbsolutePath(), "test-project" );
-        verifier = new Verifier( testProject.getAbsolutePath() );
-        verifier.executeGoal( "package" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        verifier.assertFilePresent( new File( testProject, "target/test-project.xar" ).getAbsolutePath() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0118AttachedArtifactsInReactor.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0118AttachedArtifactsInReactor.java
deleted file mode 100644
index ea4e8ed..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0118AttachedArtifactsInReactor.java
+++ /dev/null
@@ -1,31 +0,0 @@
-package org.apache.maven.integrationtests;

-

-import java.io.File;

-import java.util.List;

-import java.util.ArrayList;

-

-import org.apache.maven.it.Verifier;

-import org.apache.maven.it.util.ResourceExtractor;

-

-public class MavenIT0118AttachedArtifactsInReactor

-    extends AbstractMavenIntegrationTestCase

-{

-    public void testit0118()

-        throws Exception

-    {

-        File testDir =

-            ResourceExtractor.simpleExtractResources( getClass(), "/it0118-attachedartifactinreactor" );

-

-        Verifier verifier;

-

-        // Install the parent POM

-        verifier = new Verifier( testDir.getAbsolutePath() );

-        verifier.deleteArtifact( "org.apache.maven.its.it0118", "parent", "1.0", "pom" );                

-        verifier.deleteArtifact( "org.apache.maven.its.it0118", "one", "1.0", "jar" );

-        verifier.deleteArtifact( "org.apache.maven.its.it0118", "two", "1.0", "pom" );

-        List cliOptions = new ArrayList();

-        verifier.executeGoal( "package" );

-        verifier.verifyErrorFreeLog();

-        verifier.resetStreams();

-    }

-}

diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0119PluginPrefixOrder.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0119PluginPrefixOrder.java
deleted file mode 100644
index 1015b53..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0119PluginPrefixOrder.java
+++ /dev/null
@@ -1,45 +0,0 @@
-package org.apache.maven.integrationtests;

-

-import java.io.File;

-import java.util.ArrayList;

-

-import org.apache.maven.it.Verifier;

-import org.apache.maven.it.util.ResourceExtractor;

-

-public class MavenIT0119PluginPrefixOrder

-    extends AbstractMavenIntegrationTestCase

-{

-    public void testit0119()

-        throws Exception

-    {

-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0119-pluginprefixorder" );

-

-        Verifier verifier;

-

-        // Install the parent POM, extension and the plugin

-        verifier = new Verifier( testDir.getAbsolutePath() );

-

-        verifier.executeGoal( "install" );

-        verifier.verifyErrorFreeLog();

-        verifier.resetStreams();

-        

-

-        // now run the test. Since we have apache and codehaus, i should get the apache one first

-        testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0119-pluginprefixorder/test-project" );

-        verifier = new Verifier( testDir.getAbsolutePath() );

-        verifier.executeGoal( "it0119:apache" );

-        verifier.verifyErrorFreeLog();

-

-        

-//      now run the test. Since we have apache and codehaus and a prefix in my settings, i should get the custom one first

-        testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0119-pluginprefixorder/test-project" );

-        verifier = new Verifier( testDir.getAbsolutePath() );

-        

-        //use my custom settings upon invocation.

-        ArrayList cli = new ArrayList();

-        cli.add("-s '" +testDir.getAbsolutePath()+"/settings.xml'");

-        verifier.setCliOptions( cli );

-        verifier.executeGoal( "it0119:custom" );

-        verifier.verifyErrorFreeLog();

-    }

-}

diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0120EjbClientDependency.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0120EjbClientDependency.java
deleted file mode 100644
index 12eac1e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0120EjbClientDependency.java
+++ /dev/null
@@ -1,47 +0,0 @@
-package org.apache.maven.integrationtests;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-import java.io.File;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-public class MavenIT0120EjbClientDependency
-    extends AbstractMavenIntegrationTestCase
-{
-    public void testit0120()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0120-ejbClientDependency" );
-
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.its.it0120", "parent", "1.0-SNAPSHOT", "pom" );
-        verifier.deleteArtifact( "org.apache.maven.its.it0120", "client", "1.0-SNAPSHOT", "jar" );
-        verifier.deleteArtifact( "org.apache.maven.its.it0120", "model", "1.0-SNAPSHOT", "ejb" );
-
-	/* Not "install" or "higher" goal to repeat the bug */
-        verifier.executeGoal( "compile" ); 
-
-	verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0121TransitiveDepManVersion.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0121TransitiveDepManVersion.java
deleted file mode 100644
index 18df90f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0121TransitiveDepManVersion.java
+++ /dev/null
@@ -1,65 +0,0 @@
-package org.apache.maven.integrationtests;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-import java.io.File;
-import java.io.IOException;
-
-import org.apache.maven.it.VerificationException;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-public class MavenIT0121TransitiveDepManVersion
-    extends AbstractMavenIntegrationTestCase
-{
-    public void testit0121()
-        throws Exception
-    {
-        File testDirBase = ResourceExtractor.simpleExtractResources( getClass(), "/it0121-transitiveDepManVersion" );
-
-        compileDDep( testDirBase, "D1", "1.0" );
-        compileDDep( testDirBase, "D2", "2.0" );
-
-        File testProjectDir = new File( testDirBase, "test-project" );
-        
-        Verifier verifier = new Verifier( testProjectDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.its.it0121", "A", "1.0", "pom" );
-        verifier.deleteArtifact( "org.apache.maven.its.it0121", "A", "1.0", "jar" );
-        verifier.deleteArtifact( "org.apache.maven.its.it0121", "B", "1.0", "pom" );
-        verifier.deleteArtifact( "org.apache.maven.its.it0121", "B", "1.0", "jar" );
-        verifier.deleteArtifact( "org.apache.maven.its.it0121", "C", "1.0", "pom" );
-        verifier.deleteArtifact( "org.apache.maven.its.it0121", "D", "1.0", "jar" );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-
-    private void compileDDep( File testDirBase, String projectDDepDir, String version )
-        throws VerificationException, IOException
-    {
-        File testOtherDepDir = new File( testDirBase, "test-other-deps/" + projectDDepDir );
-        Verifier verifierOtherDep = new Verifier( testOtherDepDir.getAbsolutePath() );
-        verifierOtherDep.deleteArtifact( "org.apache.maven.its.it0121", "D", version, "jar" );
-        verifierOtherDep.deleteArtifact( "org.apache.maven.its.it0121", "D", version, "pom" );
-        verifierOtherDep.executeGoal( "install" );
-        verifierOtherDep.verifyErrorFreeLog();
-        verifierOtherDep.resetStreams();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0122ReactorDependencyResolutionTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0122ReactorDependencyResolutionTest.java
deleted file mode 100644
index 7231ac5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0122ReactorDependencyResolutionTest.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0122ReactorDependencyResolutionTest
-    extends AbstractMavenIntegrationTestCase
-{
-    /**
-     * Test that reactor projects are included in dependency resolution.
-     * 
-     * @throws Exception
-     */
-    public void testit0122() throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0122-reactorDependencyResolution/plugin" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0122-reactorDependencyResolution/project" );
-        verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "org.apache.maven.its.it0122:maven-it-it0122-plugin:1.0:test" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0123SnapshotRangeRepositoryTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0123SnapshotRangeRepositoryTest.java
deleted file mode 100644
index d5fec16..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0123SnapshotRangeRepositoryTest.java
+++ /dev/null
@@ -1,25 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0123SnapshotRangeRepositoryTest
-    extends AbstractMavenIntegrationTestCase
-{
-    /**
-     * Test that snapshot repositories are checked for ranges with snapshot boundaries.
-     * 
-     * @throws Exception
-     * @see <a href="http://jira.codehaus.org/browse/MNG-2994">MNG-2994</a>
-     */
-    public void testit0123() throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0123-snapshotRangeRepository" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "compile" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0124PomExtensionComponentOverrideTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0124PomExtensionComponentOverrideTest.java
deleted file mode 100644
index b00af36..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0124PomExtensionComponentOverrideTest.java
+++ /dev/null
@@ -1,37 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0124PomExtensionComponentOverrideTest
-    extends AbstractMavenIntegrationTestCase
-{
-    /**
-     * Test that ensures the POM extensions can override default component implementations.
-     * 
-     * @throws Exception
-     * @see <a href="http://jira.codehaus.org/browse/MNG-2771">MNG-2771</a>
-     */
-    public void testit0124() throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0124-pomExtensionComponentOverride/extension" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0124-pomExtensionComponentOverride/plugin" );
-        verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0124-pomExtensionComponentOverride/project" );
-        verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "verify" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0125NewestConflictResolverTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0125NewestConflictResolverTest.java
deleted file mode 100644
index 881c547..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0125NewestConflictResolverTest.java
+++ /dev/null
@@ -1,37 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0125NewestConflictResolverTest
-    extends AbstractMavenIntegrationTestCase
-{
-    /**
-     * Test that ensures the newest-wins conflict resolver is used.
-     * 
-     * @throws Exception
-     * @see <a href="http://jira.codehaus.org/browse/MNG-612">MNG-612</a>
-     */
-    public void testit0125() throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0125-newestConflictResolver/dependency" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0125-newestConflictResolver/plugin" );
-        verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0125-newestConflictResolver/project" );
-        verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "verify" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0126TestJarDependency.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0126TestJarDependency.java
deleted file mode 100644
index 1ea38d6..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0126TestJarDependency.java
+++ /dev/null
@@ -1,55 +0,0 @@
-package org.apache.maven.integrationtests;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-import java.io.File;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-public class MavenIT0126TestJarDependency
-    extends AbstractMavenIntegrationTestCase
-{
-  
-    /**
-    * MNG-2871
-    */
-    public void testit0126()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0126-testJarDependency" );
-
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        /* It is important to start from empty repository*/
-        verifier.deleteArtifact( "org.apache.maven.its.it0126", "parent", "1.0-SNAPSHOT", "pom" );
-        verifier.deleteArtifact( "org.apache.maven.its.it0126", "client", "1.0-SNAPSHOT", "jar" );
-        verifier.deleteArtifact( "org.apache.maven.its.it0126", "model",  "1.0-SNAPSHOT", "jar" );
-        verifier.deleteArtifact( "org.apache.maven.its.it0126", "model", "1.0-SNAPSHOT", "test-jar" );
-        
-	/* Not "install" or "higher" goal to repeat the bug */
-        verifier.executeGoal( "compile" ); 
-        	
-	verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-    
-    
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0127AntrunDependencies.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0127AntrunDependencies.java
deleted file mode 100644
index 73c7c76..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0127AntrunDependencies.java
+++ /dev/null
@@ -1,50 +0,0 @@
-package org.apache.maven.integrationtests;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-import java.io.File;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-public class MavenIT0127AntrunDependencies
-    extends AbstractMavenIntegrationTestCase
-{
-  
-    /**
-    * MNG-1323
-    */
-    public void testit0127()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0127-antrunDependencies" );
-
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.its.it0127", "parent", "1.0-SNAPSHOT", "pom" );
-        verifier.deleteArtifact( "org.apache.maven.its.it0127", "a", "1.0-SNAPSHOT", "jar" );
-        verifier.deleteArtifact( "org.apache.maven.its.it0127", "b",  "1.0-SNAPSHOT", "jar" );
-        verifier.executeGoal( "compile" ); 
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-    
-    
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0128DistMgmtSiteUrlParentCalculationTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0128DistMgmtSiteUrlParentCalculationTest.java
deleted file mode 100644
index acba03a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0128DistMgmtSiteUrlParentCalculationTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenIT0128DistMgmtSiteUrlParentCalculationTest
-    extends AbstractMavenIntegrationTestCase
-{
-
-    /**
-     * Test DistributionManagement Site-URL calculation when modules are in sibling dirs of parent. (MNG-3134)
-     */
-    public void testit0128()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0128-distMgmtSiteUrlParentCalc" );
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "integration-test" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0129ResourceProvidedToAPluginAsAPluginDependency.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0129ResourceProvidedToAPluginAsAPluginDependency.java
deleted file mode 100644
index b1bfa4d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0129ResourceProvidedToAPluginAsAPluginDependency.java
+++ /dev/null
@@ -1,42 +0,0 @@
-package org.apache.maven.integrationtests;

-

-import java.io.File;

-import java.util.List;

-import java.util.ArrayList;

-

-import org.apache.maven.it.Verifier;

-import org.apache.maven.it.util.ResourceExtractor;

-

-public class MavenIT0129ResourceProvidedToAPluginAsAPluginDependency

-    extends AbstractMavenIntegrationTestCase

-{

-    public void testit0129()

-        throws Exception

-    {

-        File testDir =

-            ResourceExtractor.simpleExtractResources( getClass(), "/it0129-resourcesForAPluginProvidedAsAPluginDependency" );

-

-        Verifier verifier;

-

-        // Install the parent POM, extension and the plugin

-        verifier = new Verifier( testDir.getAbsolutePath() );

-        verifier.deleteArtifact( "org.apache.maven.its.it0129", "it0129-plugin-runner", "1.0", "pom" );

-        verifier.deleteArtifact( "org.apache.maven.its.it0129", "it0129-extension", "1.0", "jar" );

-        verifier.deleteArtifact( "org.apache.maven.its.it0129", "it0129-plugin", "1.0", "jar" );

-        verifier.deleteArtifact( "org.apache.maven.its.it0129", "it0129-parent", "1.0", "pom" );

-

-        List cliOptions = new ArrayList();

-        verifier.executeGoal( "install" );

-        verifier.verifyErrorFreeLog();

-        verifier.resetStreams();

-

-        //now run the test

-        testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0129-resourcesForAPluginProvidedAsAPluginDependency/test-project" );

-        verifier = new Verifier( testDir.getAbsolutePath() );

-        cliOptions = new ArrayList();

-        verifier.executeGoal( "verify" );

-        verifier.verifyErrorFreeLog();

-        verifier.resetStreams();

-

-    }

-}
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng1412DependenciesOrderTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng1412DependenciesOrderTest.java
deleted file mode 100644
index a5d463c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng1412DependenciesOrderTest.java
+++ /dev/null
@@ -1,45 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-/**
- * Test that dependencies order in classpath matches pom.xml.
- *
- * @author <a href="mailto:hboutemy@apache.org">Herve Boutemy</a>
- *
- */
-public class MavenITmng1412DependenciesOrderTest
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenITmng1412DependenciesOrderTest()
-        throws InvalidVersionSpecificationException
-    {
-        super( "(2.0.8,)" ); // 2.0.9+
-    }
-
-    public void testitMNG1412()
-        throws Exception
-    {
-        // The testdir is computed from the location of this file.
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-1412-DependenciesOrder" );
-
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-X" );
-
-        verifier.setCliOptions( cliOptions );
-
-        verifier.executeGoal( "test" );
-
-        verifier.verifyErrorFreeLog();
-
-        verifier.resetStreams();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng1491ReactorArtifactIdCollision.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng1491ReactorArtifactIdCollision.java
deleted file mode 100644
index 6815ed3..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng1491ReactorArtifactIdCollision.java
+++ /dev/null
@@ -1,34 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.VerificationException;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenITmng1491ReactorArtifactIdCollision
-    extends AbstractMavenIntegrationTestCase
-{
-    public void testitMNG1491 ()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-1491-reactorArtifactIdCollision" );
-
-        Verifier verifier;
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        try
-        {
-            verifier.executeGoal( "initialize" );
-
-            verifier.verifyErrorFreeLog();
-
-            fail( "Build should fail due to duplicate artifactId's in the reactor." );
-        }
-        catch( VerificationException e )
-        {
-            // expected.
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng1493NonStandardModulePomNames.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng1493NonStandardModulePomNames.java
deleted file mode 100644
index 6494314..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng1493NonStandardModulePomNames.java
+++ /dev/null
@@ -1,43 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-import org.apache.maven.integrationtests.AbstractMavenIntegrationTestCase;
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-public class MavenITmng1493NonStandardModulePomNames
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenITmng1493NonStandardModulePomNames()
-        throws InvalidVersionSpecificationException
-    {
-        super( "[2.1-SNAPSHOT,)" ); // 2.1+
-    }
-
-    public void testitMNG1493 ()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-1493-nonstandardModulePomNames" );
-
-        Verifier verifier;
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        verifier.executeGoal( "initialize" );
-
-        /*
-         * This is the simplest way to check a build
-         * succeeded. It is also the simplest way to create
-         * an IT test: make the build pass when the test
-         * should pass, and make the build fail when the
-         * test should fail. There are other methods
-         * supported by the verifier. They can be seen here:
-         * http://maven.apache.org/shared/maven-verifier/apidocs/index.html
-         */
-        verifier.verifyErrorFreeLog();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2045testJarDependenciesBrokenInReactorTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2045testJarDependenciesBrokenInReactorTest.java
deleted file mode 100644
index 8673207..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2045testJarDependenciesBrokenInReactorTest.java
+++ /dev/null
@@ -1,44 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.integrationtests.AbstractMavenIntegrationTestCase;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-/**
- * Simple IT test invoking maven in a reactor with 2 projects.
- * First project produced a test-jar, which is required to 
- * compile second project. 
- *
- * @author <a href="mailto:brianf@apache.org">Brian Fox</a>
- * @author mikko.koponen@ri.fi
- */
-public class MavenITmng2045testJarDependenciesBrokenInReactorTest extends AbstractMavenIntegrationTestCase {
-
-    public MavenITmng2045testJarDependenciesBrokenInReactorTest()
-        throws InvalidVersionSpecificationException
-    {
-        super( "(2.0.7,)" ); // 2.0.8+
-    }
-
-    public void testitMNG2045()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-2045-testJarDependenciesBrokenInReactor" );
-        Verifier verifier;
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "testing", "mng-2045-test", "1.0-SNAPSHOT", "pom" );
-        verifier.deleteArtifact( "testing", "first-project", "1.0-SNAPSHOT", "jar" );
-        verifier.deleteArtifact( "testing", "second-project", "1.0-SNAPSHOT", "jar" );
-
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2123VersionRangeDependencyTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2123VersionRangeDependencyTest.java
deleted file mode 100644
index e60d4ce..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2123VersionRangeDependencyTest.java
+++ /dev/null
@@ -1,104 +0,0 @@
-package org.apache.maven.integrationtests;

-

-import java.io.File;

-import java.util.ArrayList;

-import java.util.List;

-

-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;

-import org.apache.maven.integrationtests.AbstractMavenIntegrationTestCase;

-import org.apache.maven.it.Verifier;

-import org.apache.maven.it.util.ResourceExtractor;

-

-

-public class MavenITmng2123VersionRangeDependencyTest

-    extends AbstractMavenIntegrationTestCase

-{

-    

-    public MavenITmng2123VersionRangeDependencyTest()

-        throws InvalidVersionSpecificationException

-    {

-        super( "(2.0.8,)" );

-    }

-    

-    public void testitMNG2123 ()

-        throws Exception

-    {

-       

-

-        // The testdir is computed from the location of this

-        // file.

-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-2123-npe-with-conflicting-ranges" );

-

-        Verifier verifier;

-

-        /*

-         * We must first make sure that any artifact created

-         * by this test has been removed from the local

-         * repository. Failing to do this could cause

-         * unstable test results. Fortunately, the verifier

-         * makes it easy to do this.

-         */

-        verifier = new Verifier( testDir.getAbsolutePath() );

-        verifier.deleteArtifact( "org.apache.maven.its.mng2123", "parent", "1.0", "pom" );

-        verifier.deleteArtifact( "org.apache.maven.its.mng2123", "artifact-combined", "1.0", "jar" );

-        verifier.deleteArtifact( "org.apache.maven.its.mng2123", "artifact-fix", "1.0", "jar" );

-        verifier.deleteArtifact( "org.apache.maven.its.mng2123", "artifact-range", "1.0", "jar" );

-

-        /*

-         * The Command Line Options (CLI) are passed to the

-         * verifier as a list. This is handy for things like

-         * redefining the local repository if needed. In

-         * this case, we use the -N flag so that Maven won't

-         * recurse. We are only installing the parent pom to

-         * the local repo here.

-         */

-        List cliOptions = new ArrayList();

-        cliOptions.add( "-N" );

-        verifier.executeGoal( "install" );

-

-        /*

-         * This is the simplest way to check a build

-         * succeeded. It is also the simplest way to create

-         * an IT test: make the build pass when the test

-         * should pass, and make the build fail when the

-         * test should fail. There are other methods

-         * supported by the verifier. They can be seen here:

-         * http://maven.apache.org/shared/maven-verifier/apidocs/index.html

-         */

-        verifier.verifyErrorFreeLog();

-

-        /*

-         * Reset the streams before executing the verifier

-         * again.

-         */

-        verifier.resetStreams();

-

-        /*

-         * Build the artifact with a fix version of commons-collections

-         */

-        verifier = new Verifier( new File( testDir.getAbsolutePath(), "artifact-fix" ).getAbsolutePath() );

-        verifier.executeGoal( "install" );

-        verifier.verifyErrorFreeLog();

-        verifier.resetStreams();

-

-        /*

-         * Build the artifact with a version range of commons-collections

-         */

-        verifier = new Verifier( new File( testDir.getAbsolutePath(), "artifact-range" ).getAbsolutePath() );

-        verifier.executeGoal( "install" );

-        verifier.verifyErrorFreeLog();

-        verifier.resetStreams();

-        

-        /*

-         * Now we are running the actual test. 

-         * This particular test will attempt to build the

-         * artifact that uses the artifacts above.

-         * On any version >= 2.0.9 it should work

-         */

-        verifier = new Verifier( new File( testDir.getAbsolutePath(), "artifact-combined" ).getAbsolutePath() );

-        verifier.executeGoal( "install" );

-        verifier.verifyErrorFreeLog();

-        verifier.resetStreams();

-

-    }

-}

diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2234ActiveProfilesFromSettingsTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2234ActiveProfilesFromSettingsTest.java
deleted file mode 100644
index 696186d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2234ActiveProfilesFromSettingsTest.java
+++ /dev/null
@@ -1,39 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenITmng2234ActiveProfilesFromSettingsTest
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenITmng2234ActiveProfilesFromSettingsTest()
-        throws InvalidVersionSpecificationException
-    {
-        super( "(2.0.8,)" );
-    }
-
-    public void testitMNG2234 ()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-2234-activeProfilesFromSettings" );
-
-        Verifier verifier;
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-s" );
-        cliOptions.add( "settings.xml" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "install" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.assertFilePresent( "target/touch.txt" );
-        verifier.resetStreams();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2254PomEncodingTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2254PomEncodingTest.java
deleted file mode 100644
index 03ee2c6..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2254PomEncodingTest.java
+++ /dev/null
@@ -1,44 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.integrationtests.AbstractMavenIntegrationTestCase;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-/**
- * Test that pom.xml encoding is properly detected.
- * 
- * @author <a href="mailto:herve.boutemy@free.fr">Herve Boutemy</a>
- * 
- */
-public class MavenITmng2254PomEncodingTest
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenITmng2254PomEncodingTest()
-        throws InvalidVersionSpecificationException
-    {
-        super( "(2.0.7,)" ); // 2.0.8+
-    }
-
-    public void testitMNG2254 ()
-        throws Exception
-    {
-        // The testdir is computed from the location of this
-        // file.
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-2254-PomEncoding" );
-
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-N" );
-        verifier.executeGoal( "compile" );
-
-        verifier.verifyErrorFreeLog();
-
-        verifier.resetStreams();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2277AggregatorAndResolutionPluginsTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2277AggregatorAndResolutionPluginsTest.java
deleted file mode 100644
index 1fdab85..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2277AggregatorAndResolutionPluginsTest.java
+++ /dev/null
@@ -1,60 +0,0 @@
-package org.apache.maven.integrationtests;

-

-import java.io.File;

-import java.util.ArrayList;

-import java.util.List;

-

-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;

-import org.apache.maven.integrationtests.AbstractMavenIntegrationTestCase;

-import org.apache.maven.it.Verifier;

-import org.apache.maven.it.util.ResourceExtractor;

-

-/**

- * @author <a href="mailto:brianf@apache.org">Brian Fox</a>

- * 

- */

-public class MavenITmng2277AggregatorAndResolutionPluginsTest

-    extends AbstractMavenIntegrationTestCase

-{

-    public MavenITmng2277AggregatorAndResolutionPluginsTest()

-        throws InvalidVersionSpecificationException

-    {

-        super( "(2.0.7,)" ); // 2.0.8+

-    }

-

-    public void testitMNG2277 ()

-        throws Exception

-    {

-   

-        // The testdir is computed from the location of this

-        // file.

-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng2277aggregatorPlugins" );

-

-        Verifier verifier;

-

-        /*

-         * We must first make sure that any artifact created

-         * by this test has been removed from the local

-         * repository. Failing to do this could cause

-         * unstable test results. Fortunately, the verifier

-         * makes it easy to do this.

-         */

-        verifier = new Verifier( testDir.getAbsolutePath() );

-        verifier.deleteArtifact( "org.apache.maven.its.mng2277", "parent", "1.0", "pom" );

-        verifier.deleteArtifact( "org.apache.maven.its.mng2277", "test", "1.0", "jar" );

-        verifier.deleteArtifact( "org.apache.maven.its.mng2277", "assembly", "1.0", "jar" );

-

-        /*

-         * The Command Line Options (CLI) are passed to the

-         * verifier as a list. This is handy for things like

-         * redefining the local repository if needed. In

-         * this case, we use the -N flag so that Maven won't

-         * recurse. We are only installing the parent pom to

-         * the local repo here.

-         */

-        List cliOptions = new ArrayList();

-        verifier.executeGoal( "org.apache.maven.its.plugins:maven-it-plugin-all:aggregator-dependencies" );

-

-        verifier.verifyErrorFreeLog();

-    }

-}

diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2339BadProjectInterpolationTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2339BadProjectInterpolationTest.java
deleted file mode 100644
index 3f3de6d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2339BadProjectInterpolationTest.java
+++ /dev/null
@@ -1,90 +0,0 @@
-package org.apache.maven.integrationtests;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenITmng2339BadProjectInterpolationTest
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenITmng2339BadProjectInterpolationTest()
-        throws org.apache.maven.artifact.versioning.InvalidVersionSpecificationException
-    {
-        super( "(2.0.8,)" ); // 2.0.9+
-    }
-
-    public void testitMNG2339a()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(),
-                                                                 "/mng-2339-badProjectInterpolation/a" );
-
-        Verifier verifier;
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-Dversion=foo" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "validate" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-
-    // test that -Dversion=1.0 is still available for interpolation.
-    public void testitMNG2339b()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(),
-                                                                 "/mng-2339-badProjectInterpolation/b" );
-
-        Verifier verifier;
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        verifier.executeGoal( "initialize" );
-
-        assertTrue( "Touchfile using ${project.version} for ${version} does not exist.",
-                    new File( testDir, "target/touch-1.txt" ).exists() );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-Dversion=2" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "initialize" );
-
-        assertTrue( "Touchfile using CLI-specified ${version} does not exist.",
-                    new File( testDir, "target/touch-2.txt" ).exists() );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2744checksumVerificationTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2744checksumVerificationTest.java
deleted file mode 100644
index 8d942cc..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2744checksumVerificationTest.java
+++ /dev/null
@@ -1,45 +0,0 @@
-package org.apache.maven.integrationtests;

-

-import java.io.File;

-import java.util.ArrayList;

-import java.util.List;

-

-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;

-import org.apache.maven.integrationtests.AbstractMavenIntegrationTestCase;

-import org.apache.maven.it.Verifier;

-import org.apache.maven.it.util.ResourceExtractor;

-

-/**

- * Tests that artifact checksums are properly verified.

- */

-public class MavenITmng2744checksumVerificationTest

-    extends AbstractMavenIntegrationTestCase

-{

-

-    public MavenITmng2744checksumVerificationTest()

-        throws InvalidVersionSpecificationException

-    {

-        super( "(2.0.8,)" ); // only test in 2.0.9+

-    }

-

-    /**

-     * Tests that hex digits are compared without regard to case.

-     */

-    public void testitMNG2744()

-        throws Exception

-    {

-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-2744-checksumVerification" );

-

-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );

-

-        verifier.deleteArtifact( "org.apache.maven.its.mng2744", "a", "1", "pom" );

-        verifier.deleteArtifact( "org.apache.maven.its.mng2744", "a", "1", "jar" );

-        verifier.deleteArtifact( "org.apache.maven.its.mng2744", "b", "1", "pom" );

-        verifier.deleteArtifact( "org.apache.maven.its.mng2744", "b", "1", "jar" );

-

-        verifier.executeGoal( "compile" );

-        verifier.verifyErrorFreeLog();

-        verifier.resetStreams();

-    }

-

-}

diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2861RelocationsAndRanges.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2861RelocationsAndRanges.java
deleted file mode 100644
index dff02f4..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2861RelocationsAndRanges.java
+++ /dev/null
@@ -1,48 +0,0 @@
-package org.apache.maven.integrationtests;

-

-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;

-import org.apache.maven.it.Verifier;

-import org.apache.maven.it.util.ResourceExtractor;

-

-import java.io.File;

-

-

-public class MavenITmng2861RelocationsAndRanges

-    extends AbstractMavenIntegrationTestCase

-{

-    public MavenITmng2861RelocationsAndRanges()

-        throws InvalidVersionSpecificationException

-    {

-        super( "(2.0.8,)" );

-    }

-

-    public void testitMNG2861 ()

-        throws Exception

-    {

-

-

-        // The testdir is computed from the location of this

-        // file.

-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-2861relocationsAndRanges" );

-

-        Verifier verifier;

-

-        /*

-         * We must first make sure that any artifact created

-         * by this test has been removed from the local

-         * repository. Failing to do this could cause

-         * unstable test results. Fortunately, the verifier

-         * makes it easy to do this.

-         */

-        verifier = new Verifier( new File(testDir,"MNG-2861").getAbsolutePath() );

-        verifier.deleteArtifact( "org.apache.maven.its.mng2123", "MNG-2861", "1.0-SNAPSHOT", "pom" );

-        verifier.deleteArtifact( "org.apache.maven.its.mng2123", "A", "1.0-SNAPSHOT", "jar" );

-        verifier.deleteArtifact( "org.apache.maven.its.mng2123", "B", "1.0-SNAPSHOT", "jar" );

-        verifier.deleteArtifact( "org.apache.maven.its.mng2123", "C", "1.0-SNAPSHOT", "jar" );

-

-        verifier.executeGoal( "install" );

-

-        verifier.verifyErrorFreeLog();

-

-    }

-}

diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2883LegacyRepoOfflineTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2883LegacyRepoOfflineTest.java
deleted file mode 100644
index 5621e1f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2883LegacyRepoOfflineTest.java
+++ /dev/null
@@ -1,350 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.it.VerificationException;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.IOUtil;
-import org.apache.maven.it.util.ResourceExtractor;
-import org.apache.maven.it.util.StringUtils;
-
-import java.io.File;
-import java.io.FileReader;
-import java.io.FileWriter;
-import java.io.IOException;
-import java.io.Reader;
-import java.io.Writer;
-import java.util.ArrayList;
-import java.util.Iterator;
-import java.util.List;
-
-/**
- * This is a sample integration test. The IT tests typically
- * operate by having a sample project in the
- * /src/test/resources folder along with a junit test like
- * this one. The junit test uses the verifier (which uses
- * the invoker) to invoke a new instance of Maven on the
- * project in the resources folder. It then checks the
- * results. This is a non-trivial example that shows two
- * phases. See more information inline in the code.
- *
- * @author <a href="mailto:brianf@apache.org">Brian Fox</a>
- *
- */
-public class MavenITmng2883LegacyRepoOfflineTest
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenITmng2883LegacyRepoOfflineTest()
-        throws InvalidVersionSpecificationException
-    {
-        super( "(2.0.4,)" );
-    }
-
-    public void testParentUnresolvable()
-        throws Exception
-    {
-        String testName = "parent";
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(),
-                                                                 "/mng-2883-legacy-repo-offline/"
-                                                                                 + testName );
-
-        Verifier verifier;
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        File settings = writeSettings( testDir );
-        List cliOptions = new ArrayList();
-
-        // used to inject the remote repository
-        cliOptions.add( "-s" );
-        cliOptions.add( settings.getAbsolutePath() );
-
-        verifier.setCliOptions( cliOptions );
-
-        // execute once just to make sure this test works at all!
-        try
-        {
-            // this will ensure that all relevant plugins are present.
-            verifier.executeGoal( "initialize" );
-        }
-        catch ( VerificationException e )
-        {
-            throw new VerificationException( "Build should succeed the first time through when NOT in offline mode!", e );
-        }
-
-        // the centerpiece of these tests!
-        cliOptions.add( "-o" );
-
-        verifier.setCliOptions( cliOptions );
-        verifier.setAutoclean( false );
-
-        // clear out the parent POM if it's in the local repository.
-        verifier.deleteArtifact( "org.apache.maven.its.mng2883", "parent", "1.0-SNAPSHOT", "pom" );
-
-        try
-        {
-            verifier.executeGoal( "initialize" );
-
-            fail( "Build should fail with unresolvable parent POM." );
-        }
-        catch ( VerificationException e )
-        {
-        }
-
-        List missingMessages = new ArrayList();
-        missingMessages.add( "System is offline." );
-        missingMessages.add( "org.apache.maven.its.mng2883:parent:pom:1.0-SNAPSHOT" );
-
-        List lines = verifier.loadFile( new File( testDir, "log.txt" ), false );
-
-        for ( Iterator it = lines.iterator(); it.hasNext(); )
-        {
-            String line = (String) it.next();
-            for ( Iterator messageIt = missingMessages.iterator(); messageIt.hasNext(); )
-            {
-                String message = (String) messageIt.next();
-
-                if ( line.indexOf( message ) > -1 )
-                {
-                    messageIt.remove();
-                }
-            }
-        }
-
-        if ( !missingMessages.isEmpty() )
-        {
-            StringBuffer buffer = new StringBuffer();
-
-            buffer.append( "The following key messages were missing from build output:\n\n" );
-
-            for ( Iterator it = missingMessages.iterator(); it.hasNext(); )
-            {
-                String message = (String) it.next();
-                if ( buffer.length() < 1 )
-                {
-                    buffer.append( "\n" );
-                }
-                buffer.append( '\'' ).append( message ).append( '\'' );
-            }
-
-            fail( buffer.toString() );
-        }
-    }
-
-    public void testDependencyUnresolvable()
-        throws Exception
-    {
-        String testName = "dependency";
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(),
-                                                                 "/mng-2883-legacy-repo-offline/"
-                                                                                 + testName );
-
-        Verifier verifier;
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        List cliOptions = new ArrayList();
-
-        File settings = writeSettings( testDir );
-
-        // used to inject the remote repository
-        cliOptions.add( "-s" );
-        cliOptions.add( settings.getAbsolutePath() );
-
-        verifier.setCliOptions( cliOptions );
-
-        // execute once just to make sure this test works at all!
-        try
-        {
-            // this will ensure that all relevant plugins are present.
-            verifier.executeGoal( "compile" );
-        }
-        catch ( VerificationException e )
-        {
-            throw new VerificationException( "Build should succeed the first time through when NOT in offline mode!", e );
-        }
-
-        // the centerpiece of these tests!
-        cliOptions.add( "-o" );
-
-        verifier.setCliOptions( cliOptions );
-
-        // clear out the dependency if it's in the local repository.
-        verifier.deleteArtifact( "org.apache.maven.its.mng2883", "dep", "1.0-SNAPSHOT", "pom" );
-        verifier.deleteArtifact( "org.apache.maven.its.mng2883", "dep", "1.0-SNAPSHOT", "jar" );
-
-        try
-        {
-            verifier.executeGoal( "compile" );
-
-            fail( "Build should fail with unresolvable dependency artifact." );
-        }
-        catch ( VerificationException e )
-        {
-        }
-
-        List missingMessages = new ArrayList();
-
-        // FIXME: We need a more prominent diagnosis including system being in offline mode for 2.0.x.
-        missingMessages.add( "offline mode." );
-        missingMessages.add( "org.apache.maven.its.mng2883:dep:jar:1.0-SNAPSHOT" );
-
-        List lines = verifier.loadFile( new File( testDir, "log.txt" ), false );
-
-        for ( Iterator it = lines.iterator(); it.hasNext(); )
-        {
-            String line = (String) it.next();
-            for ( Iterator messageIt = missingMessages.iterator(); messageIt.hasNext(); )
-            {
-                String message = (String) messageIt.next();
-
-                if ( line.indexOf( message ) > -1 )
-                {
-                    messageIt.remove();
-                }
-            }
-        }
-
-        if ( !missingMessages.isEmpty() )
-        {
-            StringBuffer buffer = new StringBuffer();
-
-            buffer.append( "The following key messages were missing from build output:\n\n" );
-
-            for ( Iterator it = missingMessages.iterator(); it.hasNext(); )
-            {
-                String message = (String) it.next();
-                if ( buffer.length() < 1 )
-                {
-                    buffer.append( "\n" );
-                }
-                buffer.append( '\'' ).append( message ).append( '\'' );
-            }
-
-            fail( buffer.toString() );
-        }
-    }
-
-    public void testPluginUnresolvable()
-        throws Exception
-    {
-        String testName = "plugin";
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(),
-                                                                 "/mng-2883-legacy-repo-offline/"
-                                                                                 + testName );
-
-        Verifier verifier;
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        List cliOptions = new ArrayList();
-
-        // the centerpiece of these tests!
-        cliOptions.add( "-o" );
-
-        File settings = writeSettings( testDir );
-
-        // used to inject the remote repository
-        cliOptions.add( "-s" );
-        cliOptions.add( settings.getAbsolutePath() );
-
-        verifier.setCliOptions( cliOptions );
-
-        // clear out the dependency if it's in the local repository.
-        verifier.deleteArtifact( "org.apache.maven.its.mng2883", "plugin", "1.0-SNAPSHOT", "pom" );
-        verifier.deleteArtifact( "org.apache.maven.its.mng2883", "plugin", "1.0-SNAPSHOT", "jar" );
-
-        try
-        {
-            verifier.executeGoal( "org.apache.maven.its.mng2883:plugin:1.0-SNAPSHOT:run" );
-
-            fail( "Build should fail with unresolvable plugin artifact." );
-        }
-        catch ( VerificationException e )
-        {
-        }
-
-        List missingMessages = new ArrayList();
-        missingMessages.add( "System is offline." );
-        missingMessages.add( "org.apache.maven.its.mng2883:plugin:pom:1.0-SNAPSHOT" );
-
-        List lines = verifier.loadFile( new File( testDir, "log.txt" ), false );
-
-        for ( Iterator it = lines.iterator(); it.hasNext(); )
-        {
-            String line = (String) it.next();
-            for ( Iterator messageIt = missingMessages.iterator(); messageIt.hasNext(); )
-            {
-                String message = (String) messageIt.next();
-
-                if ( line.indexOf( message ) > -1 )
-                {
-                    messageIt.remove();
-                }
-            }
-        }
-
-        if ( !missingMessages.isEmpty() )
-        {
-            StringBuffer buffer = new StringBuffer();
-
-            buffer.append( "The following key messages were missing from build output:\n\n" );
-
-            for ( Iterator it = missingMessages.iterator(); it.hasNext(); )
-            {
-                String message = (String) it.next();
-                if ( buffer.length() < 1 )
-                {
-                    buffer.append( "\n" );
-                }
-                buffer.append( '\'' ).append( message ).append( '\'' );
-            }
-
-            fail( buffer.toString() );
-        }
-    }
-
-    private File writeSettings( File testDir )
-        throws IOException
-    {
-        File settingsIn = new File( testDir.getParentFile(), "settings.xml.in" );
-
-        String settingsContent = null;
-        Reader reader = null;
-        try
-        {
-            reader = new FileReader( settingsIn );
-            settingsContent = IOUtil.toString( reader );
-        }
-        finally
-        {
-            IOUtil.close( reader );
-        }
-
-        settingsContent = StringUtils.replace( settingsContent,
-                                               "@TESTDIR@",
-                                               testDir.getAbsolutePath() );
-
-        File settingsOut = new File( testDir, "settings.xml" );
-
-        System.out.println( "Writing tets settings to: " + settingsOut );
-
-        if ( settingsOut.exists() )
-        {
-            settingsOut.delete();
-        }
-
-        Writer writer = null;
-        try
-        {
-            writer = new FileWriter( settingsOut );
-            IOUtil.copy( settingsContent, writer );
-        }
-        finally
-        {
-            IOUtil.close( writer );
-        }
-
-        return settingsOut;
-    }
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2972OverridePluginDependency.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2972OverridePluginDependency.java
deleted file mode 100644
index 3375376..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng2972OverridePluginDependency.java
+++ /dev/null
@@ -1,106 +0,0 @@
-package org.apache.maven.integrationtests;

-

-import java.io.File;

-import java.util.ArrayList;

-import java.util.Iterator;

-import java.util.List;

-

-import junit.framework.Assert;

-

-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;

-import org.apache.maven.integrationtests.AbstractMavenIntegrationTestCase;

-import org.apache.maven.it.Verifier;

-import org.apache.maven.it.util.FileUtils;

-import org.apache.maven.it.util.ResourceExtractor;

-

-public class MavenITmng2972OverridePluginDependency

-    extends AbstractMavenIntegrationTestCase

-{

-    public MavenITmng2972OverridePluginDependency()

-        throws InvalidVersionSpecificationException

-    {

-        super( "(2.0.8,)" );

-    }

-

-    public void testitMNG2972()

-        throws Exception

-    {

-

-        // The testdir is computed from the location of this

-        // file.

-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng2972-overridingPluginDependency" );

-

-        Verifier verifier;

-

-        /*

-         * We must first make sure that any artifact created by this test has been removed from the local repository.

-         * Failing to do this could cause unstable test results. Fortunately, the verifier makes it easy to do this.

-         */

-        verifier = new Verifier( testDir.getAbsolutePath() );

-        verifier.deleteArtifact( "org.apache.maven.its.mng2972", "user", "1.0", "jar" );

-        verifier.deleteArtifact( "org.apache.maven.its.mng2972", "mojo", "0.0.1-SNAPSHOT", "jar" );

-        verifier.deleteArtifact( "org.apache.maven.its.mng2972", "dep", "1.0", "jar" );

-        verifier.deleteArtifact( "org.apache.maven.its.mng2972", "dep", "2.0", "jar" );

-

-        verifier = new Verifier( new File( testDir.getAbsolutePath(), "dep1" ).getAbsolutePath() );

-        verifier.executeGoal( "install" );

-        verifier.verifyErrorFreeLog();

-

-        verifier = new Verifier( new File( testDir.getAbsolutePath(), "dep2" ).getAbsolutePath() );

-        verifier.executeGoal( "install" );

-        verifier.verifyErrorFreeLog();

-

-        verifier = new Verifier( new File( testDir.getAbsolutePath(), "mojo" ).getAbsolutePath() );

-        verifier.executeGoal( "install" );

-        verifier.verifyErrorFreeLog();

-

-        verifier = new Verifier( new File( testDir.getAbsolutePath(), "user" ).getAbsolutePath() );

-        verifier.executeGoal( "validate" );

-        verifier.verifyErrorFreeLog();

-

-        List lines =

-            verifier.loadFile( new File( testDir.getAbsolutePath(), "user" ).getAbsolutePath(), "log.txt", false );

-        int foundVersionOne = 0;

-        int foundVersionTwo = 0;

-        for ( Iterator i = lines.iterator(); i.hasNext(); )

-        {

-

-            String line = (String) i.next();

-            if ( line.indexOf( "MNG-2972-VERSION-1" ) != -1 )

-                foundVersionOne++;

-            if ( line.indexOf( "MNG-2972-VERSION-2" ) != -1 )

-                foundVersionTwo++;

-        }

-

-        verifier.resetStreams();

-

-        Assert.assertEquals( "Should not be using plugin dependency version 1", 0, foundVersionOne );

-        Assert.assertEquals( "Should be using plugin version 2 once.", 1, foundVersionTwo );

-

-        /**

-         * Now try to execute the plugin directly

-         */

-

-        verifier = new Verifier( new File( testDir.getAbsolutePath(), "user" ).getAbsolutePath() );

-        verifier.executeGoal( "org.apache.maven.its.mng2972:mojo:0.0.1-SNAPSHOT:test" );

-        verifier.verifyErrorFreeLog();

-

-        lines = verifier.loadFile( new File( testDir.getAbsolutePath(), "user" ).getAbsolutePath(), "log.txt", false );

-        foundVersionOne = 0;

-        foundVersionTwo = 0;

-        for ( Iterator i = lines.iterator(); i.hasNext(); )

-        {

-

-            String line = (String) i.next();

-            if ( line.indexOf( "MNG-2972-VERSION-1" ) != -1 )

-                foundVersionOne++;

-            if ( line.indexOf( "MNG-2972-VERSION-2" ) != -1 )

-                foundVersionTwo++;

-        }

-

-        verifier.resetStreams();

-

-        Assert.assertEquals( "Should not be using plugin dependency version 1", 0, foundVersionOne );

-        Assert.assertEquals( "Should be using plugin version 2 once.", 1, foundVersionTwo );

-    }

-}

diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3099SettingsProfilesWithNoPOM.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3099SettingsProfilesWithNoPOM.java
deleted file mode 100644
index 4ffc8a9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3099SettingsProfilesWithNoPOM.java
+++ /dev/null
@@ -1,87 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.Iterator;
-import java.util.List;
-
-/**
- * This is a sample integration test. The IT tests typically
- * operate by having a sample project in the
- * /src/test/resources folder along with a junit test like
- * this one. The junit test uses the verifier (which uses
- * the invoker) to invoke a new instance of Maven on the
- * project in the resources folder. It then checks the
- * results. This is a non-trivial example that shows two
- * phases. See more information inline in the code.
- *
- * @author <a href="mailto:brianf@apache.org">Brian Fox</a>
- *
- */
-public class MavenITmng3099SettingsProfilesWithNoPOM
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenITmng3099SettingsProfilesWithNoPOM()
-        throws InvalidVersionSpecificationException
-    {
-        super( "(2.0.8,)" ); // 2.0.9+
-    }
-
-    public void testitMNG3099 ()
-        throws Exception
-    {
-        // The testdir is computed from the location of this
-        // file.
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3099-settingsProfilesWithNoPOM" );
-
-        File plugin = new File( testDir, "plugin" );
-
-        Verifier verifier;
-
-        verifier = new Verifier( plugin.getAbsolutePath() );
-
-        verifier.executeGoal( "install" );
-
-        /*
-         * Reset the streams before executing the verifier
-         * again.
-         */
-        verifier.resetStreams();
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        /*
-         * Use the settings for this test, which contains the profile we're looking for.
-         */
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-s" );
-        cliOptions.add( new File( testDir, "settings.xml" ).getAbsolutePath() );
-
-        verifier.setCliOptions( cliOptions );
-
-        verifier.setAutoclean( false );
-        verifier.executeGoal( "org.apache.maven.its.mng3099:maven-mng3099-plugin:1:profile-props" );
-
-
-        List lines = verifier.loadFile( new File( testDir, "log.txt" ), false );
-        boolean found = false;
-        for ( Iterator it = lines.iterator(); it.hasNext(); )
-        {
-            String line = (String) it.next();
-            if ( line.indexOf( "local-profile-prop=local-profile-prop-value" ) > -1 )
-            {
-                found = true;
-                break;
-            }
-        }
-
-        if ( !found )
-        {
-            fail( "Profile-injected property value: local-profile-prop-value was not found in log output." );
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3220ImportScopeTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3220ImportScopeTest.java
deleted file mode 100644
index 71e12b3..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3220ImportScopeTest.java
+++ /dev/null
@@ -1,78 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.it.VerificationException;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.Iterator;
-import java.util.List;
-
-public class MavenITmng3220ImportScopeTest
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenITmng3220ImportScopeTest()
-        throws InvalidVersionSpecificationException
-    {
-        super( "(2.0.8,)" ); // only test in 2.0.9+
-    }
-
-    public void testitMNG3220a()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(),
-                                                                 "/mng-3220-importedDepMgmt/imported-pom-depMgmt" );
-
-        File dmDir = new File( testDir, "dm-pom" );
-        Verifier verifier = new Verifier( dmDir.getAbsolutePath() );
-
-        verifier.executeGoal( "install" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        File projectDir = new File( testDir, "project" );
-        verifier = new Verifier( projectDir.getAbsolutePath() );
-
-        verifier.executeGoal( "package" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-
-    public void testitMNG3220b()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(),
-                                                                 "/mng-3220-importedDepMgmt/depMgmt-pom-module-notImported" );
-
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-
-        try
-        {
-            verifier.executeGoal( "install" );
-            fail( "Should fail to build with missing junit version." );
-        }
-        catch ( VerificationException e )
-        {
-        }
-
-        verifier.resetStreams();
-
-        List lines = verifier.loadFile( new File( testDir, "log.txt" ), false );
-
-        boolean found = false;
-        for ( Iterator it = lines.iterator(); it.hasNext(); )
-        {
-            String line = (String) it.next();
-            if ( line.indexOf( "\'dependencies.dependency.version\' is missing for junit:junit") > -1 )
-            {
-                found = true;
-                break;
-            }
-        }
-
-        assertTrue( "Should have found validation error line in output.", found );
-    }
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3221InfiniteForking.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3221InfiniteForking.java
deleted file mode 100644
index 71c7a14..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3221InfiniteForking.java
+++ /dev/null
@@ -1,107 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenITmng3221InfiniteForking
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenITmng3221InfiniteForking()
-        throws InvalidVersionSpecificationException
-    {
-        super( "(2.0.8,2.1-SNAPSHOT)" ); // only test in 2.0.9+
-    }
-
-    public void testitMNG3221a()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3221" );
-        File logBackupDir = testDir.getAbsoluteFile().getParentFile();
-
-        File reportDir = new File( testDir, "report" );
-        File projectDir = new File( testDir, "user" );
-
-        Verifier verifier = null;
-
-        try
-        {
-            verifier = new Verifier( reportDir.getAbsolutePath() );
-
-            verifier.deleteArtifact( "tests", "maven-forking-report-plugin", "1", "jar" );
-
-            verifier.executeGoal( "install" );
-            verifier.verifyErrorFreeLog();
-            verifier.resetStreams();
-
-            verifier = new Verifier( projectDir.getAbsolutePath() );
-
-            List cliOptions = new ArrayList();
-            cliOptions.add( "-Psite" );
-            verifier.setCliOptions( cliOptions );
-
-            verifier.executeGoal( "site" );
-            verifier.verifyErrorFreeLog();
-        }
-        finally
-        {
-            if ( verifier != null )
-            {
-                verifier.resetStreams();
-            }
-
-            File logFile = new File( projectDir, "log.txt" );
-            File logFileBackup = new File( logBackupDir, "mng-3221-a-log.txt" );
-
-            logFile.renameTo( logFileBackup );
-        }
-   }
-
-    public void testitMNG3221b()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3221" );
-        File logBackupDir = testDir.getAbsoluteFile().getParentFile();
-
-        File pluginDir = new File( testDir, "plugin" );
-        File projectDir = new File( testDir, "user" );
-
-        Verifier verifier = null;
-
-        try
-        {
-            verifier = new Verifier( pluginDir.getAbsolutePath() );
-
-            verifier.deleteArtifact( "tests", "maven-forking-test-plugin", "1", "jar" );
-
-            verifier.executeGoal( "install" );
-            verifier.verifyErrorFreeLog();
-            verifier.resetStreams();
-
-            verifier = new Verifier( projectDir.getAbsolutePath() );
-
-            List cliOptions = new ArrayList();
-            cliOptions.add( "-Pplugin" );
-            verifier.setCliOptions( cliOptions );
-
-            verifier.executeGoal( "package" );
-            verifier.verifyErrorFreeLog();
-        }
-        finally
-        {
-            if ( verifier != null )
-            {
-                verifier.resetStreams();
-            }
-
-            File logFile = new File( projectDir, "log.txt" );
-            File logFileBackup = new File( logBackupDir, "mng-3221-b-log.txt" );
-
-            logFile.renameTo( logFileBackup );
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3259DepsDroppedInMultiModuleBuild.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3259DepsDroppedInMultiModuleBuild.java
deleted file mode 100644
index 9e24833..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3259DepsDroppedInMultiModuleBuild.java
+++ /dev/null
@@ -1,39 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenITmng3259DepsDroppedInMultiModuleBuild
-    extends AbstractMavenIntegrationTestCase
-{
-    public void testitMNG3259 ()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3259-depsDroppedInMultiModuleBuild" );
-
-        Verifier verifier;
-
-        verifier = new Verifier( new File( testDir, "parent" ).getAbsolutePath() );
-
-        List cliOptions = new ArrayList();
-
-        verifier.setCliOptions( cliOptions );
-
-        verifier.executeGoal( "install" );
-
-        verifier.verifyErrorFreeLog();
-
-        verifier.resetStreams();
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        verifier.executeGoal( "install" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3268MultipleDashPCommandLine.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3268MultipleDashPCommandLine.java
deleted file mode 100644
index 7a77972..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3268MultipleDashPCommandLine.java
+++ /dev/null
@@ -1,43 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenITmng3268MultipleDashPCommandLine
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenITmng3268MultipleDashPCommandLine()
-        throws InvalidVersionSpecificationException
-    {
-        super( "(2.0.9,)" );
-    }
-
-    public void testitMNG2234 ()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3268-MultipleDashPCommandLine" );
-
-        Verifier verifier;
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-Pprofile1,profile2" );
-        cliOptions.add( "-Pprofile3" );
-        cliOptions.add( "-P profile4" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "package" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.assertFilePresent( "target/profile1/touch.txt" );
-        verifier.assertFilePresent( "target/profile2/touch.txt" );
-        verifier.assertFilePresent( "target/profile3/touch.txt" );
-        verifier.assertFilePresent( "target/profile4/touch.txt" );
-        verifier.resetStreams();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3284UsingCachedPluginsTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3284UsingCachedPluginsTest.java
deleted file mode 100644
index 0e8e2bc..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3284UsingCachedPluginsTest.java
+++ /dev/null
@@ -1,77 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import java.io.File;
-import java.util.Iterator;
-import java.util.List;
-
-import junit.framework.Assert;
-
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-/**
- * Integration test to check MNG-3284 - that explicitly defined plugins are used, not the one that is cached.
- */
-public class MavenITmng3284UsingCachedPluginsTest
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenITmng3284UsingCachedPluginsTest()
-        throws InvalidVersionSpecificationException
-    {
-        super( "(2.0.8,)" ); 
-    }
-    
-    public void testitMNG3284()
-        throws Exception
-    {
-
-        // The testdir is computed from the location of this
-        // file.
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng3284-usingCachedPlugins" );
-
-        Verifier verifier;
-
-        /*
-         * Build Mojo v1
-         */
-        verifier = new Verifier( new File( testDir.getAbsolutePath(), "mojo" ).getAbsolutePath() );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        /*
-         * Build Mojo v2
-         */
-        verifier = new Verifier( new File( testDir.getAbsolutePath(), "mojo2" ).getAbsolutePath() );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        /*
-         * Run the simple build
-         */
-        verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-
-        List lines = verifier.loadFile( testDir.getAbsolutePath(), "log.txt", false );
-        int foundVersionOne = 0;
-        int foundVersionTwo = 0;
-        for ( Iterator i = lines.iterator(); i.hasNext(); )
-        {
-
-            String line = (String) i.next();
-            if ( line.indexOf( "USING VERSION 1" ) != -1 )
-                foundVersionOne++;
-            if ( line.indexOf( "USING VERSION 2" ) != -1 )
-                foundVersionTwo++;
-        }
-
-        verifier.resetStreams();
-
-        Assert.assertEquals( "Should be using plugin version 1 only once.", 1,foundVersionOne );
-        Assert.assertEquals( "Should be using plugin version 2 only once.", 1,foundVersionTwo );
-
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3331ModulePathNormalization.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3331ModulePathNormalization.java
deleted file mode 100644
index 294ea70..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3331ModulePathNormalization.java
+++ /dev/null
@@ -1,87 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-import org.apache.maven.integrationtests.AbstractMavenIntegrationTestCase;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-/**
- * This is a sample integration test. The IT tests typically
- * operate by having a sample project in the
- * /src/test/resources folder along with a junit test like
- * this one. The junit test uses the verifier (which uses
- * the invoker) to invoke a new instance of Maven on the
- * project in the resources folder. It then checks the
- * results. This is a non-trivial example that shows two
- * phases. See more information inline in the code.
- * 
- * @author <a href="mailto:brianf@apache.org">Brian Fox</a>
- * 
- */
-public class MavenITmng3331ModulePathNormalization
-    extends AbstractMavenIntegrationTestCase
-{
-    public void testitMNG3331a ()
-        throws Exception
-    {
-        //testMNG3331ModuleWithSpaces
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3331-modulePathNormalization/with-spaces" );
-
-        Verifier verifier;
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        verifier.executeGoal( "initialize" );
-
-        /*
-         * This is the simplest way to check a build
-         * succeeded. It is also the simplest way to create
-         * an IT test: make the build pass when the test
-         * should pass, and make the build fail when the
-         * test should fail. There are other methods
-         * supported by the verifier. They can be seen here:
-         * http://maven.apache.org/shared/maven-verifier/apidocs/index.html
-         */
-        verifier.verifyErrorFreeLog();
-
-        /*
-         * Reset the streams before executing the verifier
-         * again.
-         */
-        verifier.resetStreams();
-    }
-
-    public void testitMNG3331b ()
-        throws Exception
-    {
-        //testMNG3331ModuleWithRelativeParentDirRef
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3331-modulePathNormalization/with-relative-parentDir-ref" );
-
-        Verifier verifier;
-
-        verifier = new Verifier( new File( testDir, "parent" ).getAbsolutePath() );
-
-        verifier.executeGoal( "initialize" );
-
-        /*
-         * This is the simplest way to check a build
-         * succeeded. It is also the simplest way to create
-         * an IT test: make the build pass when the test
-         * should pass, and make the build fail when the
-         * test should fail. There are other methods
-         * supported by the verifier. They can be seen here:
-         * http://maven.apache.org/shared/maven-verifier/apidocs/index.html
-         */
-        verifier.verifyErrorFreeLog();
-
-        /*
-         * Reset the streams before executing the verifier
-         * again.
-         */
-        verifier.resetStreams();
-    }
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3341MetadataUpdatedFromDeploymentRepositoryTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3341MetadataUpdatedFromDeploymentRepositoryTest.java
deleted file mode 100644
index 36ede40..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3341MetadataUpdatedFromDeploymentRepositoryTest.java
+++ /dev/null
@@ -1,73 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.FileUtils;
-import org.apache.maven.it.util.ResourceExtractor;
-import org.codehaus.plexus.util.xml.Xpp3Dom;
-import org.codehaus.plexus.util.xml.Xpp3DomBuilder;
-import org.codehaus.plexus.util.xml.pull.XmlPullParserException;
-
-import java.io.File;
-import java.io.FileReader;
-import java.io.IOException;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenITmng3341MetadataUpdatedFromDeploymentRepositoryTest
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenITmng3341MetadataUpdatedFromDeploymentRepositoryTest()
-        throws InvalidVersionSpecificationException
-    {
-        super( "(2.0.8,)" );
-    }
-
-    public void testitMNG3341()
-        throws Exception
-    {
-        File testDir =
-            ResourceExtractor.simpleExtractResources( getClass(), "/mng-3341-metadataUpdatedFromDeploymentRepository" );
-
-        File targetRepository = new File( testDir, "target-repository" );
-        FileUtils.deleteDirectory( targetRepository );
-        FileUtils.copyDirectoryStructure( new File( testDir, "deployment-repository" ), targetRepository );
-
-        Verifier verifier;
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-s" );
-        cliOptions.add( "settings.xml" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "deploy" );
-
-        verifier.verifyErrorFreeLog();
-
-        Xpp3Dom dom = readDom( new File( targetRepository,
-                                         "org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/maven-metadata.xml" ) );
-        assertEquals( "2", dom.getChild( "versioning" ).getChild( "snapshot" ).getChild( "buildNumber" ).getValue() );
-
-        dom = readDom( new File( targetRepository, "org/apache/maven/its/mng3341/maven-metadata.xml" ) );
-        Xpp3Dom[] plugins = dom.getChild( "plugins" ).getChildren();
-        assertEquals( "other-plugin", plugins[0].getChild( "prefix" ).getValue() );
-        assertEquals( "test-artifact", plugins[1].getChild( "prefix" ).getValue() );
-
-        verifier.resetStreams();
-    }
-
-    private Xpp3Dom readDom( File file )
-        throws XmlPullParserException, IOException
-    {
-        FileReader reader = new FileReader( file );
-        try
-        {
-            return Xpp3DomBuilder.build( reader );
-        }
-        finally
-        {
-            reader.close();
-        }
-    }
-}
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3355TranslatedPathInterpolationTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3355TranslatedPathInterpolationTest.java
deleted file mode 100644
index 853446c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3355TranslatedPathInterpolationTest.java
+++ /dev/null
@@ -1,57 +0,0 @@
-package org.apache.maven.integrationtests;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenITmng3355TranslatedPathInterpolationTest
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenITmng3355TranslatedPathInterpolationTest()
-        throws org.apache.maven.artifact.versioning.InvalidVersionSpecificationException
-    {
-        super( "(2.0.8,)" ); // 2.0.9+
-    }
-
-    public void testitMNG3355()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(),
-                                                                 "/mng-3355" );
-
-        Verifier verifier;
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-Dversion=foo" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "validate" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3372DirectInvocationOfPlugins.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3372DirectInvocationOfPlugins.java
deleted file mode 100644
index 625fd61..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3372DirectInvocationOfPlugins.java
+++ /dev/null
@@ -1,82 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.List;
-
-import junit.framework.TestCase;
-
-/**
- * This is a sample integration test. The IT tests typically
- * operate by having a sample project in the
- * /src/test/resources folder along with a junit test like
- * this one. The junit test uses the verifier (which uses
- * the invoker) to invoke a new instance of Maven on the
- * project in the resources folder. It then checks the
- * results. This is a non-trivial example that shows two
- * phases. See more information inline in the code.
- *
- * @author <a href="mailto:brianf@apache.org">Brian Fox</a>
- *
- */
-public class MavenITmng3372DirectInvocationOfPlugins
-    extends TestCase
-{
-
-    public void testitMNG3372()
-        throws Exception
-    {
-        // The testdir is computed from the location of this
-        // file.
-        File testBaseDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3372-directInvocationOfPlugins/direct-using-prefix" );
-        File plugin = new File( testBaseDir, "plugin" );
-        File project = new File( testBaseDir, "project" );
-        File settingsFile = new File( testBaseDir, "settings.xml" );
-
-        Verifier verifier = new Verifier( plugin.getAbsolutePath() );
-
-        verifier.deleteArtifact( "org.apache.maven.its.mng3372", "mng3372-maven-plugin", "1", "jar" );
-
-        verifier.executeGoals( Arrays.asList( new String[]{ "clean", "install" } ) );
-
-        verifier = new Verifier( project.getAbsolutePath() );
-
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-s" );
-        cliOptions.add( settingsFile.getAbsolutePath() );
-
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "mng3372:test" );
-
-        verifier.verifyErrorFreeLog();
-
-        verifier.resetStreams();
-    }
-
-    public void testDependencyTreeInvocation()
-        throws Exception
-    {
-        // The testdir is computed from the location of this
-        // file.
-        File testBaseDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3372-directInvocationOfPlugins/dependency-tree" );
-        File settingsFile = new File( testBaseDir, "settings.xml" );
-
-        Verifier verifier = new Verifier( testBaseDir.getAbsolutePath() );
-
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-s" );
-        cliOptions.add( settingsFile.getAbsolutePath() );
-        cliOptions.add( "-U" );
-
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "dependency:tree" );
-
-        verifier.verifyErrorFreeLog();
-
-        verifier.resetStreams();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3391ImportScopeErrorScenariosTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3391ImportScopeErrorScenariosTest.java
deleted file mode 100644
index d62527e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3391ImportScopeErrorScenariosTest.java
+++ /dev/null
@@ -1,84 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-public class MavenITmng3391ImportScopeErrorScenariosTest
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenITmng3391ImportScopeErrorScenariosTest()
-        throws InvalidVersionSpecificationException
-    {
-        super( "(2.0.8,)" ); // only test in 2.0.9+
-    }
-
-    public void testitMNG3391a()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(),
-                                                                 "/mng-3391-importScopeErrorScenarios/depMgmt-importPom-noParentCycle" );
-
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-
-        verifier.deleteArtifact( "org.apache.maven.its.mng3391.2", "dm-pom", "1", "pom" );
-
-        verifier.executeGoal( "install" );
-
-        verifier.verifyErrorFreeLog();
-
-        verifier.resetStreams();
-    }
-
-    public void testitMNG3391b()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(),
-                                                                 "/mng-3391-importScopeErrorScenarios/depMgmt-importPom-noParentCycle" );
-
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-
-        verifier.deleteArtifact( "org.apache.maven.its.mng3391.2", "dm-pom", "1", "pom" );
-
-        Verifier v2 = new Verifier( new File( testDir, "dm-pom" ).getAbsolutePath() );
-        v2.executeGoal( "install" );
-        v2.verifyErrorFreeLog();
-        v2.resetStreams();
-
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-
-    public void testitMNG3391c()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(),
-                                                                 "/mng-3391-importScopeErrorScenarios/depMgmt-importPom-parentCycle" );
-
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-
-        verifier.deleteArtifact( "org.apache.maven.its.mng3391.1", "dm-pom", "1", "pom" );
-
-        verifier.executeGoal( "install" );
-
-        verifier.verifyErrorFreeLog();
-
-        verifier.resetStreams();
-    }
-
-    public void testitMNG3391d()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(),
-                                                                 "/mng-3391-importScopeErrorScenarios/depMgmt-importPom-parentCycle" );
-
-        Verifier verifier = new Verifier( new File( testDir, "dm-pom" ).getAbsolutePath() );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3394POMPluginVersionDominanceTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3394POMPluginVersionDominanceTest.java
deleted file mode 100644
index 04fcdca..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3394POMPluginVersionDominanceTest.java
+++ /dev/null
@@ -1,108 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.Collections;
-import java.util.Iterator;
-import java.util.List;
-
-/**
- * Check that plugin versions in the POM obey the correct order
- * of precedence. Specifically, that mojos in the default lifecycle
- * bindings can find plugin versions in the pluginManagement section
- * when the build/plugins section is missing that plugin, and that
- * plugin versions in build/plugins override those in build/pluginManagement.
- */
-public class MavenITmng3394POMPluginVersionDominanceTest
-    extends AbstractMavenIntegrationTestCase
-{
-
-	private static final String BASEDIR_PREFIX = "/mng-3394-pomPluginVersionDominance/";
-
-    public MavenITmng3394POMPluginVersionDominanceTest()
-        throws InvalidVersionSpecificationException
-    {
-        super( "(2.0.8,)" ); // only test in 2.0.9+
-    }
-
-    public void testitMNG3394a ()
-        throws Exception
-    {
-        //testShouldUsePluginVersionFromPluginMgmtForLifecycleMojoWhenNotInBuildPlugins 
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), BASEDIR_PREFIX + "lifecycleMojoVersionInPluginMgmt" );
-
-        Verifier verifier;
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        verifier.setCliOptions( Collections.singletonList( "-X" ) );
-
-        verifier.executeGoal( "install" );
-
-        /*
-         * This is the simplest way to check a build
-         * succeeded. It is also the simplest way to create
-         * an IT test: make the build pass when the test
-         * should pass, and make the build fail when the
-         * test should fail. There are other methods
-         * supported by the verifier. They can be seen here:
-         * http://maven.apache.org/shared/maven-verifier/apidocs/index.html
-         */
-        verifier.verifyErrorFreeLog();
-
-        List logFile = verifier.loadFile( new File( testDir, "log.txt" ), false );
-
-        boolean foundSiteBeta5 = false;
-        for ( Iterator it = logFile.iterator(); it.hasNext(); )
-        {
-            String line = (String) it.next();
-            if ( line.indexOf( "maven-site-plugin:2.0-beta-5" ) > -1 )
-            {
-                foundSiteBeta5 = true;
-                break;
-            }
-        }
-
-        /*
-         * Reset the streams before executing the verifier
-         * again.
-         */
-        verifier.resetStreams();
-
-        assertTrue( "No reference to maven-site-plugin, version 2.0-beta-5 found in build log.", foundSiteBeta5 );
-    }
-
-    public void testitMNG3394b ()
-        throws Exception
-    {
-        //testShouldPreferPluginVersionFromBuildPluginsOverThatInPluginMgmt
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), BASEDIR_PREFIX + "preferBuildPluginOverPluginMgmt" );
-
-        Verifier verifier;
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        verifier.setAutoclean( false );
-        verifier.executeGoal( "clean" );
-
-        /*
-         * This is the simplest way to check a build
-         * succeeded. It is also the simplest way to create
-         * an IT test: make the build pass when the test
-         * should pass, and make the build fail when the
-         * test should fail. There are other methods
-         * supported by the verifier. They can be seen here:
-         * http://maven.apache.org/shared/maven-verifier/apidocs/index.html
-         */
-        verifier.verifyErrorFreeLog();
-
-        /*
-         * Reset the streams before executing the verifier
-         * again.
-         */
-        verifier.resetStreams();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3396DependencyManagementForOverConstrainedRanges.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3396DependencyManagementForOverConstrainedRanges.java
deleted file mode 100644
index 75a3ee0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3396DependencyManagementForOverConstrainedRanges.java
+++ /dev/null
@@ -1,76 +0,0 @@
-package org.apache.maven.integrationtests;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-import java.io.File;
-
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-public class MavenITmng3396DependencyManagementForOverConstrainedRanges
-    extends AbstractMavenIntegrationTestCase
-{
-    private static final String GROUP_ID = "org.apache.maven.its.mng3396";
-
-    public MavenITmng3396DependencyManagementForOverConstrainedRanges()
-    throws InvalidVersionSpecificationException
-{
-    super( "(2.0.8,)" ); // 2.0.9+
-}
-    
-    public void testitMNG3396()
-        throws Exception
-    {
-        String baseDir = "/mng-3396-dependencyManagementForOverConstrainedRanges";
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), baseDir + "/dependencies" );
-
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( GROUP_ID, "A", "1.0", "pom" );
-        verifier.deleteArtifact( GROUP_ID, "A", "1.0", "jar" );
-        verifier.deleteArtifact( GROUP_ID, "B", "1.0", "pom" );
-        verifier.deleteArtifact( GROUP_ID, "B", "1.0", "jar" );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        testDir = ResourceExtractor.simpleExtractResources( getClass(), baseDir + "/plugin" );
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( GROUP_ID, "A", "1.0", "pom" );
-        verifier.deleteArtifact( GROUP_ID, "A", "1.0", "jar" );
-        verifier.deleteArtifact( GROUP_ID, "A", "3.0", "pom" );
-        verifier.deleteArtifact( GROUP_ID, "A", "3.0", "jar" );
-        verifier.deleteArtifact( GROUP_ID, "plugin", "1.0", "pom" );
-        verifier.deleteArtifact( GROUP_ID, "plugin", "1.0", "jar" );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        testDir = ResourceExtractor.simpleExtractResources( getClass(), baseDir + "/pluginuser" );
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( GROUP_ID, "pluginuser", "1.0", "pom" );
-        verifier.deleteArtifact( GROUP_ID, "pluginuser", "1.0", "jar" );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3415JunkRepositoryMetadataTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3415JunkRepositoryMetadataTest.java
deleted file mode 100644
index 40ca4b1..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3415JunkRepositoryMetadataTest.java
+++ /dev/null
@@ -1,405 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.it.VerificationException;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.FileUtils;
-import org.apache.maven.it.util.IOUtil;
-import org.apache.maven.it.util.ResourceExtractor;
-import org.apache.maven.it.util.StringUtils;
-
-import java.io.File;
-import java.io.FileReader;
-import java.io.FileWriter;
-import java.io.IOException;
-import java.io.Reader;
-import java.io.Writer;
-import java.util.ArrayList;
-import java.util.Iterator;
-import java.util.List;
-
-/**
- * This is a sample integration test. The IT tests typically
- * operate by having a sample project in the
- * /src/test/resources folder along with a junit test like
- * this one. The junit test uses the verifier (which uses
- * the invoker) to invoke a new instance of Maven on the
- * project in the resources folder. It then checks the
- * results. This is a non-trivial example that shows two
- * phases. See more information inline in the code.
- *
- * @author <a href="mailto:brianf@apache.org">Brian Fox</a>
- *
- */
-public class MavenITmng3415JunkRepositoryMetadataTest
-    extends AbstractMavenIntegrationTestCase
-{
-    private static final String RESOURCE_BASE = "/mng-3415-junk-repository-metadata";
-
-    public MavenITmng3415JunkRepositoryMetadataTest()
-        throws InvalidVersionSpecificationException
-    {
-        // we're going to control the test execution according to the maven version present within each test method.
-        // all methods should execute as long as we're using maven 2.0.9+, but the specific tests may vary a little
-        // depending on which version we're using above 2.0.8.
-        super( "(2.0.8,)" ); // only test in 2.0.9+
-    }
-
-    /**
-     * This test simply verifies that when a metadata transfer fails (network error, etc.)
-     * no metadata file is written to the local repository.
-     *
-     * Steps executed to verify this test:
-     *
-     * 0. Find the local repository directory:
-     *    a. build the maven-find-local-repo-plugin, then run it, to spit out the path of the
-     *       local repository in use by default. Read the output file to get this path.
-     *       (Yes, it's heavy, but it's reliable.)
-     * 1. Setup the test:
-     *    a. Make sure the metadata for the test-repo is NOT in the local repository.
-     *    b. Make sure the dependency POM IS in the local repository, so we're not
-     *       distracted by failed builds that are unrelated.
-     *    c. Create the settings file for use in this test, which contains the invalid
-     *       remote repository entry.
-     * 2. Build the test project the first time
-     *    a. Verify that a TransferFailedException is in the build output for the test-repo
-     *    b. Verify that the metadata for the dependency POM is NOT in the local
-     *       repository afterwards.
-     * 3. Build the test project the second time
-     *    a. See (2.a) and (2.b) above; the same criteria applies here.
-     */
-    public void testitMNG3415()
-        throws Exception
-    {
-        String methodName = getMethodName();
-
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), RESOURCE_BASE );
-        File projectDir = new File( testDir, "project" );
-
-        File logFile = new File( projectDir, "log.txt" );
-
-        String proto = "invalid";
-
-        File settings = writeSettings( proto, testDir );
-        File localRepo = findLocalRepoDirectory();
-
-        setupDummyDependency( testDir, localRepo, true );
-
-        Verifier verifier;
-
-        verifier = new Verifier( projectDir.getAbsolutePath() );
-
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-X" );
-        cliOptions.add( "-s" );
-        cliOptions.add( settings.getPath() );
-
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "package" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        File firstLogFile = new File( testDir, "log-" + methodName + "-firstBuild.txt" );
-        logFile.renameTo( firstLogFile );
-
-        assertMetadataMissing( localRepo );
-
-        setupDummyDependency( testDir, localRepo, true );
-
-        verifier.executeGoal( "package" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        File secondLogFile = new File( testDir, "log-" + methodName + "-secondBuild.txt" );
-        logFile.renameTo( secondLogFile );
-
-        assertMetadataMissing( localRepo );
-    }
-
-    private String getMethodName()
-    {
-        return new Throwable().getStackTrace()[1].getMethodName();
-    }
-
-    /**
-     * This test simply verifies that when metadata doesn't exist on the remote
-     * repository, a basic metadata file is written to the local repository.
-     *
-     * Steps executed to verify this test:
-     *
-     * 0. Find the local repository directory:
-     *    a. build the maven-find-local-repo-plugin, then run it, to spit out the path of the
-     *       local repository in use by default. Read the output file to get this path.
-     *       (Yes, it's heavy, but it's reliable.)
-     * 1. Setup the test:
-     *    a. Make sure the metadata for the test-repo is NOT in the local repository.
-     *    b. Make sure the dependency POM IS in the local repository, so we're not
-     *       distracted by failed builds that are unrelated.
-     *    c. Create the settings file for use in this test, which contains the VALID
-     *       remote repository entry.
-     * 2. Build the test project the first time
-     *    a. Verify that a log message checking the remote repository for the metadata file
-     *       is in the build output for the test-repo
-     * 3. Build the test project the second time
-     *    a. Verify that a log message checking the remote repository for the metadata file
-     *       IS NOT in the build output for the test-repo
-     *    b. Verify that the file used for updateInterval calculations was NOT changed from
-     *       the first build.
-     *
-     * @fixme: Find a better mechanism for testing this than matching console output!
-     */
-    public void testShouldNotRepeatedlyUpdateOnResourceNotFoundException()
-        throws Exception
-    {
-        String methodName = getMethodName();
-
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), RESOURCE_BASE );
-        File projectDir = new File( testDir, "project" );
-
-        File logFile = new File( projectDir, "log.txt" );
-
-        File settings = writeSettings( "file", testDir );
-        File localRepo = findLocalRepoDirectory();
-
-        setupDummyDependency( testDir, localRepo, true );
-
-        Verifier verifier;
-
-        verifier = new Verifier( projectDir.getAbsolutePath() );
-
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-X" );
-        cliOptions.add( "-s" );
-        cliOptions.add( settings.getPath() );
-
-        verifier.setCliOptions( cliOptions );
-
-        verifier.executeGoal( "package" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        File firstLogFile = new File( testDir, "log-" + methodName + "-firstBuild.txt" );
-        logFile.renameTo( firstLogFile );
-
-        // FIXME: There really should be a better way than this!
-        assertOutputLinePresent( verifier, firstLogFile, "snapshot tests:missing:1.0-SNAPSHOT: checking for updates from testing-repo" );
-
-        File updateCheckFile = getUpdateCheckFile( localRepo );
-        long firstLastMod = updateCheckFile.lastModified();
-
-        setupDummyDependency( testDir, localRepo, false );
-
-        verifier.executeGoal( "package" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        File secondLogFile = new File( testDir, "log-" + methodName + "-secondBuild.txt" );
-        logFile.renameTo( secondLogFile );
-
-        // FIXME: There really should be a better way than this!
-        assertOutputLineMissing( verifier, secondLogFile, "snapshot tests:missing:1.0-SNAPSHOT: checking for updates from testing-repo" );
-
-        assertEquals( "Last-modified time should be unchanged from first build through second build for the file we use for updateInterval checks.", firstLastMod, updateCheckFile.lastModified() );
-    }
-
-    private void assertMetadataMissing( File localRepo )
-    {
-        File metadata = getMetadataFile( localRepo );
-
-        assertFalse( "Metadata file should NOT be present in local repository: "
-                     + metadata.getAbsolutePath(), metadata.exists() );
-    }
-
-    private void setupDummyDependency( File testDir,
-                                       File localRepo,
-                                       boolean resetUpdateInterval )
-        throws VerificationException, IOException
-    {
-        File metadata = getMetadataFile( localRepo );
-
-        if ( resetUpdateInterval && metadata.exists() )
-        {
-            System.out.println( "Deleting metadata file: " + metadata );
-            metadata.delete();
-        }
-
-        File resolverStatus = new File( metadata.getParentFile(), "resolver-status.properties" );
-        if ( resetUpdateInterval && resolverStatus.exists() )
-        {
-            System.out.println( "Deleting resolver-status.properties file related to: " + metadata );
-            resolverStatus.delete();
-        }
-
-        File dir = metadata.getParentFile();
-
-        System.out.println( "Setting up dependency POM in: " + dir );
-
-        File pom = new File( dir, "missing-1.0-SNAPSHOT.pom" );
-
-        if ( pom.exists() )
-        {
-            System.out.println( "Deleting pre-existing POM: " + pom );
-            pom.delete();
-        }
-
-        File pomSrc = new File( testDir, "dependency-pom.xml" );
-
-        System.out.println( "Copying dependency POM\nfrom: " + pomSrc + "\nto: " + pom );
-
-        FileUtils.copyFile( pomSrc, pom );
-    }
-
-    private File getMetadataFile( File localRepo )
-    {
-        File dir = new File( localRepo, "tests/missing/1.0-SNAPSHOT" );
-
-        dir.mkdirs();
-
-        return new File( dir, "maven-metadata-testing-repo.xml" );
-    }
-
-    /**
-     * If the current maven version is < 2.1, we'll use the metadata file itself (old maven-artifact code)...
-     * otherwise, use the new resolver-status.properties file (new artifact code).
-     */
-    private File getUpdateCheckFile( File localRepo )
-        throws InvalidVersionSpecificationException
-    {
-        File dir = new File( localRepo, "tests/missing/1.0-SNAPSHOT" );
-
-        dir.mkdirs();
-
-        if ( matchesVersionRange( "(2.0.8,2.1-SNAPSHOT)" ) )
-        {
-            return new File( dir, "maven-metadata-testing-repo.xml" );
-        }
-        else
-        {
-            return new File( dir, "resolver-status.properties" );
-        }
-    }
-
-    private File findLocalRepoDirectory()
-        throws VerificationException, IOException
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(),
-                                                                 RESOURCE_BASE
-                                                                                 + "/maven-find-local-repo-plugin" );
-
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-
-        verifier.deleteArtifact( "org.apache.maven.plugins", "maven-find-local-repo-plugin", "1.0-SNAPSHOT", "jar" );
-
-        verifier.executeGoal( "install" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        verifier.executeGoal( "find-local-repo:find" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        List lines = verifier.loadFile( new File( testDir, "target/local-repository-location.txt" ),
-                                        false );
-
-        File localRepo = new File( (String) lines.get( 0 ) );
-
-        System.out.println( "Using local repository at: " + localRepo );
-
-        return localRepo;
-    }
-
-    private File writeSettings( String repositoryProtocol,
-                                File testDir )
-        throws IOException
-    {
-        File settingsIn = new File( testDir, "settings.xml.in" );
-
-        String settingsContent = null;
-        Reader reader = null;
-        try
-        {
-            reader = new FileReader( settingsIn );
-            settingsContent = IOUtil.toString( reader );
-        }
-        finally
-        {
-            IOUtil.close( reader );
-        }
-
-        settingsContent = StringUtils.replace( settingsContent, "@PROTO@", repositoryProtocol );
-        settingsContent = StringUtils.replace( settingsContent,
-                                               "@TESTDIR@",
-                                               testDir.getAbsolutePath() );
-
-        File settingsOut = new File( testDir, "settings.xml" );
-
-        System.out.println( "Writing tets settings to: " + settingsOut );
-
-        if ( settingsOut.exists() )
-        {
-            settingsOut.delete();
-        }
-
-        Writer writer = null;
-        try
-        {
-            writer = new FileWriter( settingsOut );
-            IOUtil.copy( settingsContent, writer );
-        }
-        finally
-        {
-            IOUtil.close( writer );
-        }
-
-        return settingsOut;
-    }
-
-    private void assertOutputLinePresent( Verifier verifier,
-                                   File logFile,
-                                   String lineContents )
-        throws VerificationException
-    {
-        List lines = verifier.loadFile( logFile, false );
-
-        boolean found = false;
-        for ( Iterator it = lines.iterator(); it.hasNext(); )
-        {
-            String line = (String) it.next();
-            if ( line.indexOf( lineContents ) > -1 )
-            {
-                found = true;
-                break;
-            }
-        }
-
-        assertTrue( "Build output in:\n\n" + logFile + "\n\nshould contain line with contents:\n\n" + lineContents + "\n", found );
-    }
-
-    private void assertOutputLineMissing( Verifier verifier,
-                                   File logFile,
-                                   String lineContents )
-        throws VerificationException
-    {
-        List lines = verifier.loadFile( logFile, false );
-
-        boolean found = false;
-        for ( Iterator it = lines.iterator(); it.hasNext(); )
-        {
-            String line = (String) it.next();
-            if ( line.indexOf( lineContents ) > -1 )
-            {
-                found = true;
-                break;
-            }
-        }
-
-        assertFalse( "Build output in:\n\n" + logFile + "\n\nshould NOT contain line with contents:\n\n" + lineContents + "\n", found );
-    }
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3426PluginsClasspathOverrideTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3426PluginsClasspathOverrideTest.java
deleted file mode 100644
index 1d2a9c8..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3426PluginsClasspathOverrideTest.java
+++ /dev/null
@@ -1,69 +0,0 @@
-package org.apache.maven.integrationtests;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.FileUtils;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-import junit.framework.Assert;
-
-/**
- * @author <a href="mailto:nicolas@apache.org">Nicolas De Loof</a>
- *
- */
-public class MavenITmng3426PluginsClasspathOverrideTest
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenITmng3426PluginsClasspathOverrideTest()
-        throws InvalidVersionSpecificationException
-    {
-        super( "(2.0.8,)" ); // 2.0.8+
-    }
-
-    public void testitMNG3426 ()
-        throws Exception
-    {
-
-        // The testdir is computed from the location of this
-        // file.
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng3426-overridingPluginDependency" );
-
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-X" );
-
-        verifier.setCliOptions( cliOptions );
-
-        verifier.executeGoal( "org.codehaus.mojo:castor-maven-plugin:generate" );
-        verifier.verifyErrorFreeLog();
-
-        // The generated file header contains the castor version used for code generation
-        // "This class was automatically generated with <a href="http://www.castor.org">Castor 1.1.1</a> ..."
-        File generated = new File( testDir, "target/generated-sources/castor/Test.java" );
-        String file = FileUtils.fileRead( generated );
-        Assert.assertTrue( file.indexOf( "Castor 1.1.1" ) > 0 );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3428PluginDescriptorArtifactsIncompleteTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3428PluginDescriptorArtifactsIncompleteTest.java
deleted file mode 100644
index ba0b2c5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3428PluginDescriptorArtifactsIncompleteTest.java
+++ /dev/null
@@ -1,55 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-/**
- * Tests that the PluginDescriptor.getArtifacts() call returns all of the dependencies of the plugin,
- * not just those that made it past the filter excluding Maven's core artifacts.
- */
-public class MavenITmng3428PluginDescriptorArtifactsIncompleteTest
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenITmng3428PluginDescriptorArtifactsIncompleteTest()
-        throws InvalidVersionSpecificationException
-    {
-        super( "(2.0.8,)" ); // 2.0.8+
-    }
-    public void testitMNG3428 ()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3428-pluginDescriptorArtifactsIncomplete" );
-
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-
-        // First, build the plugin we'll use to test the PluginDescriptor artifact collection.
-        verifier.executeGoal( "install" );
-
-        /*
-         * This is the simplest way to check a build
-         * succeeded. It is also the simplest way to create
-         * an IT test: make the build pass when the test
-         * should pass, and make the build fail when the
-         * test should fail. There are other methods
-         * supported by the verifier. They can be seen here:
-         * http://maven.apache.org/shared/maven-verifier/apidocs/index.html
-         */
-        verifier.verifyErrorFreeLog();
-
-        /*
-         * Reset the streams before executing the verifier
-         * again.
-         */
-        verifier.resetStreams();
-
-        // This should only succeed if commons-cli is part of ${plugin.artifacts}. The
-        // commons-cli library is part of Maven's core classpath, so if this mojo succeeds
-        // it means the PluginDescriptor.getArtifacts() call returns an unfiltered collection.
-        verifier.executeGoal( "tests:test-cli-maven-plugin:1:test" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3473PluginReportCrash.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3473PluginReportCrash.java
deleted file mode 100644
index 156b264..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3473PluginReportCrash.java
+++ /dev/null
@@ -1,64 +0,0 @@
-package org.apache.maven.integrationtests;

-

-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;

-import org.apache.maven.it.VerificationException;

-import org.apache.maven.it.Verifier;

-import org.apache.maven.it.util.ResourceExtractor;

-

-import java.io.File;

-import java.util.ArrayList;

-import java.util.List;

-

-/**

- * Tests that the PluginDescriptor.getArtifacts() call returns all of the dependencies of the plugin,

- * not just those that made it past the filter excluding Maven's core artifacts.

- */

-public class MavenITmng3473PluginReportCrash

-    extends AbstractMavenIntegrationTestCase

-{

-    public MavenITmng3473PluginReportCrash()

-        throws InvalidVersionSpecificationException

-    {

-        super( "(2.0.8,)" ); // >2.0.8

-    }

-    public void testitMNG3473 ()

-        throws Exception

-    {

-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3473PluginReportCrash" );

-

-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );

-

-

-        // force the use of the 2.4.1 plugin version via a profile here...

-        List cliOptions = new ArrayList();

-        cliOptions.add( "-Pplugin-2.4.1" );

-        verifier.setCliOptions( cliOptions );

-

-        verifier.executeGoal( "install" );

-        verifier.verifyErrorFreeLog();

-        verifier.resetStreams();

-

-        //should succeed with 2.4.1

-        verifier.executeGoal( "site" );

-

-        // NOTE: Velocity prints an [ERROR] line pertaining to an incorrect macro usage when run in 2.1, so this doesn't work.

-//        verifier.verifyErrorFreeLog();

-        verifier.resetStreams();

-

-        //should fail with 2.4

-        cliOptions.clear();

-        cliOptions.add( "-Pplugin-2.4" );

-        verifier.setCliOptions( cliOptions );

-

-        try

-        {

-          verifier.executeGoal( "site" );

-        }

-        catch (VerificationException e)

-        {

-          //expected this but don't require it cause some os's don't return the correct error code

-        }

-        verifier.verifyTextInLog( "org/apache/maven/doxia/module/site/manager/SiteModuleNotFoundException" );

-        verifier.resetStreams();

-    }

-}

diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3482DependencyPomInterpolationTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3482DependencyPomInterpolationTest.java
deleted file mode 100644
index 56fc66d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3482DependencyPomInterpolationTest.java
+++ /dev/null
@@ -1,153 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.IOUtil;
-import org.apache.maven.it.util.ResourceExtractor;
-import org.apache.maven.it.util.StringUtils;
-
-import java.io.File;
-import java.io.FileReader;
-import java.io.FileWriter;
-import java.io.IOException;
-import java.io.Reader;
-import java.io.Writer;
-import java.util.ArrayList;
-import java.util.List;
-
-/**
- * This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3482">MNG-3482</a>.
- *
- * @todo Fill in a better description of what this test verifies!
- *
- * @author <a href="mailto:brianf@apache.org">Brian Fox</a>
- * @author jdcasey
- *
- */
-public class MavenITmng3482DependencyPomInterpolationTest
-    extends AbstractMavenIntegrationTestCase
-{
-    public void testitMNG3482()
-        throws Exception
-    {
-        // The testdir is computed from the location of this
-        // file.
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3482" );
-
-        File settings = writeSettings( testDir );
-
-        Verifier verifier;
-
-        /*
-         * We must first make sure that any artifact created
-         * by this test has been removed from the local
-         * repository. Failing to do this could cause
-         * unstable test results. Fortunately, the verifier
-         * makes it easy to do this.
-         */
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        verifier.deleteArtifact( "org.apache.maven.its.mng3482", "mng-3482", "1", "pom" );
-        verifier.deleteArtifact( "org.apache.maven.its.mng3482", "mng-3482", "1", "jar" );
-        verifier.deleteArtifact( "test", "dep", "1", "pom" );
-        verifier.deleteArtifact( "test", "dep2", "1", "pom" );
-        verifier.deleteArtifact( "test", "dep2", "1", "jar" );
-
-        /*
-         * The Command Line Options (CLI) are passed to the
-         * verifier as a list. This is handy for things like
-         * redefining the local repository if needed. In
-         * this case, we use the -N flag so that Maven won't
-         * recurse. We are only installing the parent pom to
-         * the local repo here.
-         */
-        List cliOptions = new ArrayList();
-
-        cliOptions.add( "-s" );
-        cliOptions.add( settings.getAbsolutePath() );
-        cliOptions.add( "-X" );
-
-        verifier.setCliOptions( cliOptions );
-
-        verifier.executeGoal( "compile" );
-
-        /*
-         * This is the simplest way to check a build
-         * succeeded. It is also the simplest way to create
-         * an IT test: make the build pass when the test
-         * should pass, and make the build fail when the
-         * test should fail. There are other methods
-         * supported by the verifier. They can be seen here:
-         * http://maven.apache.org/shared/maven-verifier/apidocs/index.html
-         */
-        verifier.verifyErrorFreeLog();
-
-        /*
-         * Reset the streams before executing the verifier
-         * again.
-         */
-        verifier.resetStreams();
-    }
-
-    private File writeSettings( File testDir )
-        throws IOException
-    {
-        File settingsIn = new File( testDir, "settings.xml.in" );
-
-        String settingsContent = null;
-        Reader reader = null;
-        try
-        {
-            reader = new FileReader( settingsIn );
-            settingsContent = IOUtil.toString( reader );
-        }
-        finally
-        {
-            IOUtil.close( reader );
-        }
-
-        settingsContent = StringUtils.replace( settingsContent,
-                                               "@TESTDIR@",
-                                               testDir.getAbsolutePath() );
-
-        File settingsOut = new File( testDir, "settings.xml" );
-
-        System.out.println( "Writing tets settings to: " + settingsOut );
-
-        if ( settingsOut.exists() )
-        {
-            settingsOut.delete();
-        }
-
-        Writer writer = null;
-        try
-        {
-            writer = new FileWriter( settingsOut );
-            IOUtil.copy( settingsContent, writer );
-        }
-        finally
-        {
-            IOUtil.close( writer );
-        }
-
-        return settingsOut;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3485OverrideWagonExtensionTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3485OverrideWagonExtensionTest.java
deleted file mode 100644
index 103233c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3485OverrideWagonExtensionTest.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-public class MavenITmng3485OverrideWagonExtensionTest
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenITmng3485OverrideWagonExtensionTest()
-        throws InvalidVersionSpecificationException
-    {
-        super( "(2.0.8, 2.1-SNAPSHOT)" ); // only test in 2.0.9+
-    }
-
-    public void testitMNG3485 ()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3485-overrideWagonExtension" );
-
-        Verifier verifier;
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        List cliOptions = new ArrayList();
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "deploy" );
-
-        verifier.assertFilePresent( "target/wagon-data" );
-        verifier.verifyErrorFreeLog();
-
-        verifier.resetStreams();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3498ForkToOtherMojoTest.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3498ForkToOtherMojoTest.java
deleted file mode 100644
index e161e15..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3498ForkToOtherMojoTest.java
+++ /dev/null
@@ -1,70 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-import java.io.File;
-
-/**
- * This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3498">MNG-3498</a>.
- *
- * @todo Fill in a better description of what this test verifies!
- *
- * @author <a href="mailto:brianf@apache.org">Brian Fox</a>
- * @author jdcasey
- *
- */
-public class MavenITmng3498ForkToOtherMojoTest
-    extends AbstractMavenIntegrationTestCase
-{
-//    public MavenITmng3498ForkToOtherMojoTest()
-//        throws InvalidVersionSpecificationException
-//    {
-//        super( "(2.0.8,)" ); // only test in 2.0.9+
-//    }
-
-    public void testitMNG3498 ()
-        throws Exception
-    {
-        // The testdir is computed from the location of this
-        // file.
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3498" );
-
-        File pluginDir = new File( testDir, "maven-mng3498-plugin" );
-        File projectDir = new File( testDir, "mng-3498-project" );
-
-        Verifier verifier = new Verifier( pluginDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.its.mng3498", "maven-mng3498-plugin", "1", "pom" );
-
-        verifier.executeGoal( "install" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        verifier = new Verifier( projectDir.getAbsolutePath() );
-
-        verifier.executeGoal( "validate" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3545ProfileDeactivation.java b/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3545ProfileDeactivation.java
deleted file mode 100644
index ec9544f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenITmng3545ProfileDeactivation.java
+++ /dev/null
@@ -1,196 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import java.io.File;
-import java.io.IOException;
-import java.util.ArrayList;
-import java.util.List;
-
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-/**
- * Test activation and deactivation of profiles.
- * 
- */
-public class MavenITmng3545ProfileDeactivation
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenITmng3545ProfileDeactivation()
-        throws InvalidVersionSpecificationException
-    {
-        super( "(2.0.9,)" );
-    }
-
-    /**
-     * Test build with two active by default profiles
-     * 
-     */
-    public void testBasicBuildWithDefaultProfiles()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3545-ProfileDeactivation" );
-
-        Verifier verifier;
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        List cliOptions = new ArrayList();
-
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "package" );
-
-        verifier.verifyErrorFreeLog();
-        // profile 1 and 2 are active by default
-        verifier.assertFilePresent( "target/profile1/touch.txt" );
-        verifier.assertFilePresent( "target/profile2/touch.txt" );
-        verifier.assertFileNotPresent( "target/profile3/touch.txt" );
-        verifier.assertFileNotPresent( "target/profile4/touch.txt" );
-        verifier.assertFileNotPresent( "target/profile5/touch.txt" );
-        verifier.resetStreams();
-
-    }
-
-    /**
-     * Test command line deactivation of active by default profiles.
-     * 
-     */
-    public void testDeactivateDefaultProfiles()
-        throws Exception
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3545-ProfileDeactivation" );
-
-        Verifier verifier;
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        List cliOptions = new ArrayList();
-
-        // Deactivate active by default profiles
-        cliOptions.add( "-P-profile1" );
-        cliOptions.add( "-P -profile2" );
-
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "package" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.assertFileNotPresent( "target/profile1/touch.txt" );
-        verifier.assertFileNotPresent( "target/profile2/touch.txt" );
-        verifier.resetStreams();
-
-    }
-
-    /**
-     * Test command line deactivation of a profile that was activated
-     * by a property
-     * 
-     */
-    public void testDeactivateActivatedByProp()
-        throws Exception
-    {
-
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3545-ProfileDeactivation" );
-
-        Verifier verifier;
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        List cliOptions = new ArrayList();
-
-        // Activate with a prop, then deactivate
-        cliOptions.add( "-Dprofile3-active-by-property=true" );
-        cliOptions.add( "-P-profile3" );
-
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "package" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.assertFilePresent( "target/profile1/touch.txt" );
-        verifier.assertFilePresent( "target/profile2/touch.txt" );
-        verifier.assertFileNotPresent( "target/profile3/touch.txt" );
-        verifier.assertFileNotPresent( "target/profile4/touch.txt" );
-        verifier.assertFileNotPresent( "target/profile5/touch.txt" );
-        verifier.resetStreams();
-    }
-
-    /**
-     * Test that deactivating from the command line takes priority over
-     * activating from the command line.
-     * 
-     */
-    public void testActivateThenDeactivate()
-        throws Exception
-    {
-
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3545-ProfileDeactivation" );
-
-        Verifier verifier;
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        List cliOptions = new ArrayList();
-
-        // Activate then deactivate
-        cliOptions.add( "-Pprofile4" );
-        cliOptions.add( "-P-profile4" );
-
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "package" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.assertFilePresent( "target/profile1/touch.txt" );
-        verifier.assertFilePresent( "target/profile2/touch.txt" );
-        verifier.assertFileNotPresent( "target/profile3/touch.txt" );
-        verifier.assertFileNotPresent( "target/profile4/touch.txt" );
-        verifier.assertFileNotPresent( "target/profile5/touch.txt" );
-        verifier.resetStreams();
-    }
-
-    /**
-     * Test that default profiles are deactivated when another profile is
-     * activated.
-     * 
-     */
-    public void testDefaultProfileAutoDeactivation()
-        throws Exception
-    {
-
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3545-ProfileDeactivation" );
-
-        Verifier verifier;
-
-        verifier = new Verifier( testDir.getAbsolutePath() );
-
-        List cliOptions = new ArrayList();
-
-        // Activate
-        cliOptions.add( "-Pprofile4" );
-
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "package" );
-
-        verifier.verifyErrorFreeLog();
-        verifier.assertFileNotPresent( "target/profile1/touch.txt" );
-        verifier.assertFileNotPresent( "target/profile2/touch.txt" );
-        verifier.assertFileNotPresent( "target/profile3/touch.txt" );
-        verifier.assertFilePresent( "target/profile4/touch.txt" );
-        verifier.assertFileNotPresent( "target/profile5/touch.txt" );
-        verifier.resetStreams();
-    }
-    
-    /**
-     * remove the target dir after each test run
-     */
-    public void tearDown()
-        throws IOException
-    {
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-3545-ProfileDeactivation" );
-
-        File targetDir = new File( testDir, "target" );
-        if ( targetDir.exists() )
-        {
-            targetDir.delete();
-        }
-    }
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0000/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0000/pom.xml
deleted file mode 100644
index 67a6ce1..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0000/pom.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0000</name> 
-  <groupId>org.apache.maven.its.it0000</groupId>
-  <artifactId>maven-it-it0000</artifactId>
-  <description>The simplest of builds. We have one application class and one test
-        class. There are no resources, no source generation, no resource
-        generation and a the super model is employed to provide the build
-        information.</description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0000/src/main/java/org/apache/maven/it0000/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0000/src/main/java/org/apache/maven/it0000/Person.java
deleted file mode 100644
index a9fb4bc..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0000/src/main/java/org/apache/maven/it0000/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0000;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0000/src/test/java/org/apache/maven/it0000/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0000/src/test/java/org/apache/maven/it0000/PersonTest.java
deleted file mode 100644
index 354f917..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0000/src/test/java/org/apache/maven/it0000/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0000;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0001/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0001/pom.xml
deleted file mode 100644
index 0b19197..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0001/pom.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0001</name> 
-  <groupId>org.apache.maven.its.it0001</groupId>
-  <artifactId>maven-it-it0001</artifactId>
-  <description>Builds upon it0000: we add an application resource that is packaged
-        up in the resultant JAR.</description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0001/src/main/java/org/apache/maven/it0001/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0001/src/main/java/org/apache/maven/it0001/Person.java
deleted file mode 100644
index 613e499..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0001/src/main/java/org/apache/maven/it0001/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0001;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0001/src/main/resources/it0001.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0001/src/main/resources/it0001.properties
deleted file mode 100644
index f54f8ab..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0001/src/main/resources/it0001.properties
+++ /dev/null
@@ -1 +0,0 @@
-name = jason
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0001/src/test/java/org/apache/maven/it0001/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0001/src/test/java/org/apache/maven/it0001/PersonTest.java
deleted file mode 100644
index 80014fa..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0001/src/test/java/org/apache/maven/it0001/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0001;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0002/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0002/pom.xml
deleted file mode 100644
index bc9c86a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0002/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0002</name> 
-  <groupId>org.apache.maven.its.it0002</groupId>
-  <artifactId>maven-it-it0002</artifactId>
-  <description>Builds upon it0001: we add the download of a dependency. We delete
-        the JAR from the local repository and make sure it is there post build.
-       </description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.its</groupId>
-      <artifactId>maven-core-it-support</artifactId>
-      <version>1.0</version>
-      <type>jar</type>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0002/src/main/java/org/apache/maven/it0002/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0002/src/main/java/org/apache/maven/it0002/Person.java
deleted file mode 100644
index 6d89b1a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0002/src/main/java/org/apache/maven/it0002/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0002;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0002/src/main/resources/it0002.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0002/src/main/resources/it0002.properties
deleted file mode 100644
index f54f8ab..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0002/src/main/resources/it0002.properties
+++ /dev/null
@@ -1 +0,0 @@
-name = jason
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0002/src/test/java/org/apache/maven/it0002/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0002/src/test/java/org/apache/maven/it0002/PersonTest.java
deleted file mode 100644
index e095c90..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0002/src/test/java/org/apache/maven/it0002/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0002;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0003/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0003/pom.xml
deleted file mode 100644
index 2875e16..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0003/pom.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0003</name> 
-  <groupId>org.apache.maven.its.it0003</groupId>
-  <artifactId>maven-it-it0003</artifactId>
-  <description>Builds upon it0001: we add a jar installation step. We delete the JAR
-        from the local repository to make sure it is there post build.
-       </description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0003/src/main/java/org/apache/maven/it0003/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0003/src/main/java/org/apache/maven/it0003/Person.java
deleted file mode 100644
index 976117e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0003/src/main/java/org/apache/maven/it0003/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0003;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0003/src/main/resources/it0003.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0003/src/main/resources/it0003.properties
deleted file mode 100644
index f54f8ab..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0003/src/main/resources/it0003.properties
+++ /dev/null
@@ -1 +0,0 @@
-name = jason
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0003/src/test/java/org/apache/maven/it0003/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0003/src/test/java/org/apache/maven/it0003/PersonTest.java
deleted file mode 100644
index 82af36a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0003/src/test/java/org/apache/maven/it0003/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0003;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0004/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0004/pom.xml
deleted file mode 100644
index 2ced21e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0004/pom.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0004</name> 
-  <groupId>org.apache.maven.its.it0004</groupId>
-  <artifactId>maven-it-it0004</artifactId>
-  <description>The simplest of pom installation. We have a pom and we install it in
-        local repository.
-       </description>
-  <packaging>pom</packaging>
-  <version>1.0</version>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0005/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0005/pom.xml
deleted file mode 100644
index 1a3bfc5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0005/pom.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0005</name> 
-  <groupId>org.apache.maven.its.it0005</groupId>
-  <artifactId>maven-it-it0005</artifactId>
-  <description>The simplest of pom installation. We have a snapshot pom and we install
-        it in local repository.</description>
-  <packaging>pom</packaging>
-  <version>1.0-SNAPSHOT</version>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0006/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0006/pom.xml
deleted file mode 100644
index 65c5bcd..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0006/pom.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0006</name> 
-  <groupId>org.apache.maven.its.it0006</groupId>
-  <artifactId>maven-it-it0006</artifactId>
-  <description>Integration test for the verifier plugin.</description>
-  <version>1.0-alpha-2-SNAPSHOT</version>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-verifier-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>verify</goal>
-            </goals>        
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0006/src/test/verifier/verifications.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0006/src/test/verifier/verifications.xml
deleted file mode 100644
index b740ea5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0006/src/test/verifier/verifications.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<verifications>
-  <files>
-    <file>
-      <location>src/test/verifier/verifications.xml</location>
-    </file>
-    <file>
-      <location>src/test/verifier/invalidfile</location>
-      <exists>false</exists>
-    </file>
-    <file>
-      <location>pom.xml</location>
-      <contains>Maven.*Integration Test</contains>
-    </file>
-  </files>
-</verifications>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0007/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0007/pom.xml
deleted file mode 100644
index 4a26c9d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0007/pom.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<project>
-  <parent>
-    <artifactId>maven-plugin-parent</artifactId>
-    <groupId>org.apache.maven.plugins</groupId>
-    <version>2.0</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>maven-it-it0007</artifactId>
-  <description>We specify a parent in the POM and make sure that it is downloaded as
-        part of the process.        </description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0007/src/main/java/org/apache/maven/it0007/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0007/src/main/java/org/apache/maven/it0007/Person.java
deleted file mode 100644
index fd86c7e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0007/src/main/java/org/apache/maven/it0007/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0007;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0007/src/main/resources/it0007.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0007/src/main/resources/it0007.properties
deleted file mode 100644
index f54f8ab..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0007/src/main/resources/it0007.properties
+++ /dev/null
@@ -1 +0,0 @@
-name = jason
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0007/src/test/java/org/apache/maven/it0007/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0007/src/test/java/org/apache/maven/it0007/PersonTest.java
deleted file mode 100644
index 228f5f0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0007/src/test/java/org/apache/maven/it0007/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0007;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0008/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0008/pom.xml
deleted file mode 100644
index a25f7a7..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0008/pom.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0008</name> 
-  <groupId>org.apache.maven.its.it0008</groupId>
-  <artifactId>maven-it-it0008</artifactId>
-  <description>Simple goal decoration where a plugin binds to a phase and the plugin must
-        be downloaded from a remote repository before it can be executed. This
-        test also checks to make sure that mojo parameters are aligned to the 
-        project basedir when their type is "java.io.File".
-        </description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-touch</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>touch</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0008/src/main/java/org/apache/maven/it0008/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0008/src/main/java/org/apache/maven/it0008/Person.java
deleted file mode 100644
index a150536..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0008/src/main/java/org/apache/maven/it0008/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0008;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0008/src/test/java/org/apache/maven/it0008/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0008/src/test/java/org/apache/maven/it0008/PersonTest.java
deleted file mode 100644
index 0a3c27c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0008/src/test/java/org/apache/maven/it0008/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0008;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0009/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0009/pom.xml
deleted file mode 100644
index 403a6aa..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0009/pom.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0009</name> 
-  <groupId>org.apache.maven.its.it0009</groupId>
-  <artifactId>maven-it-it0009</artifactId>
-  <description>Test plugin configuration and goal configuration that overrides what the
-        mojo has specified.
-        </description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-touch</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <configuration>
-          <pluginItem>pluginItem</pluginItem>
-          <goalItem>bad-item</goalItem>
-        </configuration>
-        <executions>
-          <execution>
-            <phase>generate-resources</phase>
-            <goals>
-              <goal>touch</goal>
-            </goals>
-            <configuration>
-              <goalItem>goalItem</goalItem>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0010/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0010/pom.xml
deleted file mode 100644
index 987c794..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0010/pom.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0010</name> 
-  <groupId>org.apache.maven.its.it0010</groupId>
-  <artifactId>maven-it-it0010</artifactId>
-  <description>Since the artifact resolution does not use the project builder, we must
-        ensure that the full hierarchy of all dependencies is resolved. This
-        includes the dependencies of the parent-pom's of dependencies. This test
-        will check this, by depending on classworlds, which is a dependency of
-        maven-component, which is the parent of maven-plugin, which is an
-        explicit dependency of this test.
-        # TODO: must correct the assumptions of this test
-        </description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0-beta-1</version>
-      <type>jar</type>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0010/src/main/java/org/apache/maven/it0010/PersonFinder.java b/core-integration-testing/core-integration-tests/src/test/resources/it0010/src/main/java/org/apache/maven/it0010/PersonFinder.java
deleted file mode 100644
index f7097b0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0010/src/main/java/org/apache/maven/it0010/PersonFinder.java
+++ /dev/null
@@ -1,11 +0,0 @@
-package org.apache.maven.it0010;
-
-public class PersonFinder
-{
-    public void findPerson()
-        throws Exception
-    {
-        // look it up at runtime, but do not require it at compile time
-        Class.forName( "org.codehaus.classworlds.ClassRealm" );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0010/src/test/java/org/apache/maven/it0010/PersonFinderTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0010/src/test/java/org/apache/maven/it0010/PersonFinderTest.java
deleted file mode 100644
index ce2ff39..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0010/src/test/java/org/apache/maven/it0010/PersonFinderTest.java
+++ /dev/null
@@ -1,14 +0,0 @@
-package org.apache.maven.it0010;
-
-import junit.framework.TestCase;
-
-public class PersonFinderTest
-    extends TestCase
-{
-    public void testFindPerson()
-        throws Exception
-    {
-        // should be no exceptions
-        new PersonFinder().findPerson();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0011/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0011/pom.xml
deleted file mode 100644
index f7e7293..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0011/pom.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0011</name> 
-  <groupId>org.apache.maven.its.it0011</groupId>
-  <artifactId>maven-it-it0011</artifactId>
-  <description>Test specification of dependency versions via &lt;dependencyManagement/&gt;.</description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <type>jar</type>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <type>jar</type>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-plugin-api</artifactId>
-        <version>2.0-beta-1</version>
-        <type>jar</type>
-        <scope>compile</scope>
-      </dependency>
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>3.8.1</version>
-        <type>jar</type>
-        <scope>test</scope>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0011/src/main/java/org/apache/maven/it0011/PersonFinder.java b/core-integration-testing/core-integration-tests/src/test/resources/it0011/src/main/java/org/apache/maven/it0011/PersonFinder.java
deleted file mode 100644
index e932e55..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0011/src/main/java/org/apache/maven/it0011/PersonFinder.java
+++ /dev/null
@@ -1,6 +0,0 @@
-package org.apache.maven.it0011;
-
-public class PersonFinder
-{
-    org.apache.maven.plugin.Mojo mojo;
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0012/child-project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0012/child-project/pom.xml
deleted file mode 100644
index 6aeb504..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0012/child-project/pom.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven</groupId>
-  <artifactId>child-project</artifactId>
-  <packaging>jar</packaging>
-  <version>3.0.3</version>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-it-plugin-touch</artifactId>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <version>2.1-SNAPSHOT</version>
-        <configuration>
-		<outputDirectory>${basedir}/target/</outputDirectory>
-          <pluginFile>child-touch-${project.version}.txt</pluginFile>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0012/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0012/pom.xml
deleted file mode 100644
index 37b7ada..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0012/pom.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0012</name> 
-  <groupId>org.apache.maven.its.it0012</groupId>
-  <artifactId>maven-it-it0012</artifactId>
-  <description>Test simple POM interpolation</description>
-  <packaging>pom</packaging>
-  <version>3.8.1</version>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-it-plugin-touch</artifactId>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <version>2.1-SNAPSHOT</version>
-        <configuration>
-          <pluginFile>touch-${project.version}.txt</pluginFile>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <modules>
-    <module>child-project</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0013/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0013/pom.xml
deleted file mode 100644
index 4218919..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0013/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0013</name> 
-  <groupId>org.apache.maven.its.it0013</groupId>
-  <artifactId>maven-it-it0013</artifactId>
-  <description>Test plugin-plugin, which tests maven-plugin-tools-api and 
-        maven-plugin-tools-java. This will generate a plugin descriptor from 
-        java-based mojo sources, install the plugin, and then use it.</description>
-  <packaging>maven-plugin</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0-beta-1</version>
-      <type>jar</type>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0013/src/main/java/org/apache/maven/plugin/coreit/CoreIt0013Mojo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0013/src/main/java/org/apache/maven/plugin/coreit/CoreIt0013Mojo.java
deleted file mode 100644
index ef566a6..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0013/src/main/java/org/apache/maven/plugin/coreit/CoreIt0013Mojo.java
+++ /dev/null
@@ -1,70 +0,0 @@
-package org.apache.maven.plugin.coreit;
-
-/*
- * Copyright 2001-2004 The Apache Software 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.
- */
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-
-import java.io.File;
-import java.io.FileWriter;
-import java.io.IOException;
-
-/**
- * @goal it0013
- *
- * @description touches a test file
- *
- */
-public class CoreIt0013Mojo
-    extends AbstractMojo
-{
-    private static final int DELETE_RETRY_SLEEP_MILLIS = 10;
-    
-    /**
-     * @parameter expression="${project.build.directory}"
-     * @required
-     */
-    private String outputDirectory;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        getLog().info( "outputDirectory = " + outputDirectory );
-
-        File f = new File( outputDirectory );
-        
-        if ( !f.exists() )
-        {
-            f.mkdirs();
-        }
-        
-        File touch = new File( f, "it0013-verify" );
-        
-        try
-        {
-            FileWriter w = new FileWriter( touch );
-
-            w.write( "it0013-verify" );
-
-            w.close(); 
-        }
-        catch ( IOException e )
-        {
-            throw new MojoExecutionException( "Error writing verification file.", e );
-        }                
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0014/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0014/pom.xml
deleted file mode 100644
index 79ea6bb..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0014/pom.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0014</name> 
-  <groupId>org.apache.maven.its.it0014</groupId>
-  <artifactId>maven-it-it0014</artifactId>
-  <description>Test POM configuration by settings the -source and -target for the
-        compiler to 1.4</description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.4</source>
-          <target>1.4</target>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0014/src/main/java/org/apache/maven/it0014/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0014/src/main/java/org/apache/maven/it0014/Person.java
deleted file mode 100644
index 1e8461c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0014/src/main/java/org/apache/maven/it0014/Person.java
+++ /dev/null
@@ -1,18 +0,0 @@
-package org.apache.maven.it0014;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-
-        assert true;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0014/src/test/java/org/apache/maven/it0014/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0014/src/test/java/org/apache/maven/it0014/PersonTest.java
deleted file mode 100644
index 7963600..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0014/src/test/java/org/apache/maven/it0014/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0014;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0016/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0016/pom.xml
deleted file mode 100644
index 1cc13ea..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0016/pom.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0016</name> 
-  <groupId>org.apache.maven.its.it0016</groupId>
-  <artifactId>maven-it-it0016</artifactId>
-  <description>Test a WAR generation</description>
-  <packaging>war</packaging>
-  <version>1.0</version>
-
-  <dependencies>
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-      <version>2.4</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.0.3</version>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-war-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0016/src/main/java/org/apache/maven/it0016/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0016/src/main/java/org/apache/maven/it0016/Person.java
deleted file mode 100644
index 349355a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0016/src/main/java/org/apache/maven/it0016/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0016;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0016/src/main/webapp/WEB-INF/web.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0016/src/main/webapp/WEB-INF/web.xml
deleted file mode 100644
index 92bb2e9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0016/src/main/webapp/WEB-INF/web.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
-
-<web-app >
-</web-app>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0016/src/main/webapp/index.html b/core-integration-testing/core-integration-tests/src/test/resources/it0016/src/main/webapp/index.html
deleted file mode 100644
index 7d8ae2e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0016/src/main/webapp/index.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<html>
-  <body>
-    Hello World
-  </body>
-</html>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0017/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0017/pom.xml
deleted file mode 100644
index ef175a3..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0017/pom.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0017</name> 
-  <groupId>org.apache.maven.its.it0017</groupId>
-  <artifactId>maven-it-it0017</artifactId>
-  <description>Test an EJB generation</description>
-  <packaging>ejb</packaging>
-  <version>1.0</version>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-ejb-plugin</artifactId>
-        <configuration>
-          <generateClient>true</generateClient>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0017/src/main/java/org/apache/maven/it0017/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0017/src/main/java/org/apache/maven/it0017/Person.java
deleted file mode 100644
index b3610c9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0017/src/main/java/org/apache/maven/it0017/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0017;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0017/src/main/resources/META-INF/ejb-jar.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0017/src/main/resources/META-INF/ejb-jar.xml
deleted file mode 100644
index ef027e8..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0017/src/main/resources/META-INF/ejb-jar.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ejb-jar>
-  <enterprise-beans>
-    <session>
-      <ejb-name>Hello</ejb-name>
-      <home>org.apache.maven.it0017.HelloHome</home>
-      <remote>org.apache.maven.it0017.Hello</remote>
-      <ejb-class>org.apache.maven.it0017.HelloBean</ejb-class>
-      <session-type>Stateless</session-type>
-      <transaction-type>Container</transaction-type>
-    </session>
-  </enterprise-beans>
-  <assembly-descriptor>
-    <container-transaction>
-      <method>
-        <ejb-name>Hello</ejb-name>
-        <method-name>*</method-name>
-      </method>
-      <trans-attribute>Required</trans-attribute>
-    </container-transaction>
-  </assembly-descriptor>
-</ejb-jar>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0018/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0018/pom.xml
deleted file mode 100644
index 1443d9b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0018/pom.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0018</name> 
-  <groupId>org.apache.maven.its.it0018</groupId>
-  <artifactId>maven-it-it0018</artifactId>
-  <description>Ensure that managed dependencies for dependency POMs are calculated
-        correctly when resolved. Removes commons-logging-1.0.3 and checks it is
-        redownloaded.</description>
-  <version>1.0</version>
-  
-  <dependencies>
-    <dependency>
-      <groupId>marmalade</groupId>
-      <artifactId>marmalade-el-commons</artifactId>
-      <version>1.0-alpha-2</version>
-      <exclusions>
-        <exclusion>
-          <groupId>servletapi</groupId>
-          <artifactId>servletapi</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0019/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0019/pom.xml
deleted file mode 100644
index 4b2fe55..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0019/pom.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0019</name> 
-  <groupId>org.apache.maven.its.it0019</groupId>
-  <artifactId>maven-it-it0019</artifactId>
-  <description>Test that a version is managed by pluginManagement in the super POM</description>
-  <version>1.0</version>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <!-- version should be managed via super POM -->
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0019/src/main/java/org/apache/maven/it0019/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0019/src/main/java/org/apache/maven/it0019/Person.java
deleted file mode 100644
index 30dd2d4..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0019/src/main/java/org/apache/maven/it0019/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0019;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0020/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0020/pom.xml
deleted file mode 100644
index 8075a6e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0020/pom.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0020</name> 
-  <groupId>org.apache.maven.its.it0020</groupId>
-  <artifactId>maven-it-it0020</artifactId>
-  <description>Test beanshell mojo support.</description>
-  <packaging>maven-plugin</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-script-beanshell</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-plugin-plugin</artifactId>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-plugin-tools-beanshell</artifactId>
-            <version>2.0</version>
-          </dependency>
-        </dependencies>
-      </plugin>
-    </plugins>
-    <resources>
-      <resource>
-        <directory>src/main/scripts</directory>
-        <includes>
-          <include>**/*.bsh</include>
-        </includes>
-      </resource>
-    </resources>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0020/src/main/scripts/org/apache/maven/it0020/it0020.bsh b/core-integration-testing/core-integration-tests/src/test/resources/it0020/src/main/scripts/org/apache/maven/it0020/it0020.bsh
deleted file mode 100644
index 70505d5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0020/src/main/scripts/org/apache/maven/it0020/it0020.bsh
+++ /dev/null
@@ -1,29 +0,0 @@
-/**
- * Beanshell mojo integration test.
- * @goal it0020
- */
-
-import org.apache.maven.plugin.Mojo;
-import org.apache.maven.script.beanshell.BeanshellMojoAdapter;
-
-execute()
-{
-    logger.info( "Executing it0020..." );
-    print( "info level?" );
-    outDir.mkdirs();
-    org.codehaus.plexus.util.FileUtils.fileWrite( outDir.getAbsolutePath() + "/out.txt", "This is a Beanshell test" );
-}
-
-/**
- * Output directory for files.
- *
- * @parameter expression="${project.build.directory}" type="java.io.File"
- * @required
- */
-setOutDir( file )
-{
-    outDir = file;
-}
-
-return new BeanshellMojoAdapter( (Mojo) this, this.interpreter );
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0021/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0021/pom.xml
deleted file mode 100644
index 87064f7..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0021/pom.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0021</name> 
-  <groupId>org.apache.maven.its.it0021</groupId>
-  <artifactId>maven-it-it0021</artifactId>
-  <description>Test pom-level profile inclusion (this one is activated by system
-        property).</description>
-  <version>1.0-SNAPSHOT</version>
-  
-  <profiles>
-    <profile>
-      <id>test-profile</id>
-      
-      <activation>
-        <property>
-          <name>includeProfile</name>
-        </property>
-      </activation>
-      
-      <dependencies>
-        <dependency>
-          <groupId>org.apache.maven</groupId>
-          <artifactId>maven-core-it-support</artifactId>
-          <version>1.0</version>
-        </dependency>
-      </dependencies>
-    </profile>
-  </profiles>
-  
-  <distributionManagement>
-    <repository>
-      <id>central</id>
-      <name>Test Repository</name>
-      <url>file:/tmp/testRepo</url>
-    </repository>
-  </distributionManagement>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0021/src/main/java/org/apache/maven/it0021/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0021/src/main/java/org/apache/maven/it0021/Person.java
deleted file mode 100644
index c16eaf1..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0021/src/main/java/org/apache/maven/it0021/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0021;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0022/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0022/pom.xml
deleted file mode 100644
index f71bf5c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0022/pom.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0022</name> 
-  <groupId>org.apache.maven.its.it0022</groupId>
-  <artifactId>maven-it-it0022</artifactId>
-  <description>Test profile inclusion from profiles.xml (this one is activated by system property).</description>
-  <version>1.0-SNAPSHOT</version>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-touch</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <configuration>
-          <pluginItem>${test}</pluginItem>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0022/profiles.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0022/profiles.xml
deleted file mode 100644
index af450d1..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0022/profiles.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<profilesXml>
-  <profiles>
-    <profile>
-      <id>test-profile</id>
-      
-      <activation>
-        <property>
-          <name>includeProfile</name>
-        </property>
-      </activation>
-      
-      <properties>
-        <test>test.txt</test>
-      </properties>
-    </profile>
-  </profiles>
-</profilesXml>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0022/src/main/java/org/apache/maven/it0022/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0022/src/main/java/org/apache/maven/it0022/Person.java
deleted file mode 100644
index e39696a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0022/src/main/java/org/apache/maven/it0022/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0022;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0023/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0023/pom.xml
deleted file mode 100644
index f5af941..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0023/pom.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0023</name> 
-  <groupId>org.apache.maven.its.it0023</groupId>
-  <artifactId>maven-it-it0023</artifactId>
-  <description>Test profile inclusion from settings.xml (this one is activated by an id in the activeProfiles section).</description>
-  <version>1.0-SNAPSHOT</version>  
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-touch</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <configuration>
-          <pluginItem>${test}</pluginItem>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-    <!--remove when the IT plugins are actually released-->
-    <pluginRepositories>
-        <pluginRepository>
-            <id>apache.snapshots</id>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </pluginRepository>
-    </pluginRepositories>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0023/settings.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0023/settings.xml
deleted file mode 100644
index 7ba36a4..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0023/settings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<settings>
-  <activeProfiles>
-    <activeProfile>test-profile</activeProfile>
-  </activeProfiles>
-  
-  <profiles>
-    <profile>
-      <id>test-profile</id>
-      
-      <activation>
-        <property>
-          <name>includeProfile</name>
-        </property>
-      </activation>
-      
-      <properties>
-        <test>test.txt</test>
-      </properties>
-    </profile>
-  </profiles>
-</settings>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0023/src/main/java/org/apache/maven/it0023/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0023/src/main/java/org/apache/maven/it0023/Person.java
deleted file mode 100644
index b57f430..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0023/src/main/java/org/apache/maven/it0023/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0023;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0024/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0024/pom.xml
deleted file mode 100644
index 0987f94..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0024/pom.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0024</name> 
-  <groupId>org.apache.maven.its.it0024</groupId>
-  <artifactId>maven-it-it0024</artifactId>
-  <description>Test usage of &lt;executions/&gt; inside a plugin rather than &lt;goals/&gt;
-        that are directly inside th plugin.</description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>test</id>
-            <phase>generate-sources</phase>
-            <configuration>
-              <source>1.4</source>
-              <target>1.4</target>
-            </configuration>
-            <goals>
-              <goal>compile</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0024/src/main/java/org/apache/maven/it0024/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0024/src/main/java/org/apache/maven/it0024/Person.java
deleted file mode 100644
index 8b27d41..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0024/src/main/java/org/apache/maven/it0024/Person.java
+++ /dev/null
@@ -1,18 +0,0 @@
-package org.apache.maven.it0024;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-
-        assert true;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0024/src/test/java/org/apache/maven/it0024/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0024/src/test/java/org/apache/maven/it0024/PersonTest.java
deleted file mode 100644
index 9d4a4b4..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0024/src/test/java/org/apache/maven/it0024/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0024;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0025/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0025/pom.xml
deleted file mode 100644
index 0263fe8..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0025/pom.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0025</name> 
-  <groupId>org.apache.maven.its.it0025</groupId>
-  <artifactId>maven-it-it0025</artifactId>
-  <description>Test multiple goal executions with different execution-level configs.</description>
-  <version>1.0-SNAPSHOT</version>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-touch</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <executions>
-          <execution>
-            <id>test1</id>
-
-            <configuration>
-              <pluginItem>test.txt</pluginItem>
-            </configuration>
-            
-            <goals>
-              <goal>touch</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>test2</id>
-
-            <configuration>
-              <pluginItem>test2.txt</pluginItem>
-            </configuration>
-            <goals>
-              <goal>touch</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0025/src/main/java/org/apache/maven/it0023/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0025/src/main/java/org/apache/maven/it0023/Person.java
deleted file mode 100644
index b57f430..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0025/src/main/java/org/apache/maven/it0023/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0023;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0026/global-settings.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0026/global-settings.xml
deleted file mode 100644
index ca69453..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0026/global-settings.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<settings>
-  <profiles>
-    <profile>
-      <id>test-profile</id>
-      
-      <activation>
-        <property>
-          <name>includeProfile</name>
-        </property>
-      </activation>
-      
-      <properties>
-        <test>test.txt</test>
-      </properties>
-    </profile>
-  </profiles>
-</settings>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0026/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0026/pom.xml
deleted file mode 100644
index ea5fe77..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0026/pom.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0026</name> 
-  <groupId>org.apache.maven.its.it0026</groupId>
-  <artifactId>maven-it-it0026</artifactId>
-  <description>Test merging of global- and user-level settings.xml files.</description>
-  <version>1.0-SNAPSHOT</version>  
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-touch</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <configuration>
-          <pluginItem>${test}</pluginItem>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-    <!--remove when the IT plugins are actually release-->
-    <pluginRepositories>
-        <pluginRepository>
-            <id>apache.snapshots</id>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </pluginRepository>
-    </pluginRepositories>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0026/src/main/java/org/apache/maven/it0026/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0026/src/main/java/org/apache/maven/it0026/Person.java
deleted file mode 100644
index b57f430..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0026/src/main/java/org/apache/maven/it0026/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0023;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0026/user-settings.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0026/user-settings.xml
deleted file mode 100644
index f09eb04..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0026/user-settings.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<settings>
-  <activeProfiles>
-    <activeProfile>test-profile</activeProfile>
-  </activeProfiles>
-</settings>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0027/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0027/pom.xml
deleted file mode 100644
index bb33778..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0027/pom.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0027</name> 
-  <groupId>org.apache.maven.its.it0027</groupId>
-  <artifactId>maven-it-it0027</artifactId>
-  <description>Test @execute with a custom lifecycle, including configuration</description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-fork</artifactId>
-        <version>2.1-SNAPSHOT</version>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0028/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0028/pom.xml
deleted file mode 100644
index dedca0f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0028/pom.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0028</name> 
-  <groupId>org.apache.maven.its.it0028</groupId>
-  <artifactId>maven-it-it0028</artifactId>
-  <description>Test that unused configuration parameters from the POM don't cause the
-        mojo to fail...they will show up as warnings in the -X output instead.</description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.4</source>
-          <target>1.4</target>
-          <unused>something</unused>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0028/src/main/java/org/apache/maven/it0028/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0028/src/main/java/org/apache/maven/it0028/Person.java
deleted file mode 100644
index 5add9e7..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0028/src/main/java/org/apache/maven/it0028/Person.java
+++ /dev/null
@@ -1,18 +0,0 @@
-package org.apache.maven.it0001;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-
-        assert true;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0028/src/test/java/org/apache/maven/it0028/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0028/src/test/java/org/apache/maven/it0028/PersonTest.java
deleted file mode 100644
index 80014fa..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0028/src/test/java/org/apache/maven/it0028/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0001;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0029/child-project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0029/child-project/pom.xml
deleted file mode 100644
index 10c7e46..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0029/child-project/pom.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0029</groupId>
-    <artifactId>maven-it-it0029</artifactId>
-    <version>1.0-SNAPSHOT</version>
-  </parent>
-  <artifactId>child-project</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0029/child-project/src/main/java/org/apache/maven/it0029/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0029/child-project/src/main/java/org/apache/maven/it0029/Person.java
deleted file mode 100644
index 82f1fb6..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0029/child-project/src/main/java/org/apache/maven/it0029/Person.java
+++ /dev/null
@@ -1,18 +0,0 @@
-package org.apache.maven.it0029;
-
-public class Person
-{
-    private String name;
-
-    public void setName( String newName )
-    {
-        assert true;
-
-        this.name = newName;
-    }
-
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0029/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0029/pom.xml
deleted file mode 100644
index fbc2bce..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0029/pom.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0029</name> 
-  <groupId>org.apache.maven.its.it0029</groupId>
-  <artifactId>maven-it-it0029</artifactId>
-  <description>Test for pluginManagement injection of plugin configuration.</description>
-  <version>1.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-
-  <modules>
-    <module>child-project</module>
-  </modules>
-
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-compiler-plugin</artifactId>
-
-          <configuration>
-            <source>1.4</source>
-            <target>1.4</target>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0030/child-hierarchy/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0030/child-hierarchy/pom.xml
deleted file mode 100644
index d9d5b1d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0030/child-hierarchy/pom.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0030</groupId>
-    <artifactId>maven-it-it0030</artifactId>
-    <version>1.0-SNAPSHOT</version>
-  </parent>
-  <artifactId>child-hierarchy</artifactId>
-  <packaging>pom</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <modules>
-    <module>project1</module>
-    <module>project2</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0030/child-hierarchy/project1/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0030/child-hierarchy/project1/pom.xml
deleted file mode 100644
index 8fc7699..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0030/child-hierarchy/project1/pom.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0030</groupId>
-    <artifactId>child-hierarchy</artifactId>
-    <version>1.0-SNAPSHOT</version>
-  </parent>
-  <artifactId>project1</artifactId>
-  <version>1.0-SNAPSHOT</version>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0030/child-hierarchy/project2/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0030/child-hierarchy/project2/pom.xml
deleted file mode 100644
index e30c44d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0030/child-hierarchy/project2/pom.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0030</groupId>
-    <artifactId>child-hierarchy</artifactId>
-    <version>1.0-SNAPSHOT</version>
-  </parent>
-  <artifactId>project2</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.its.it0030</groupId>
-      <artifactId>project1</artifactId>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0030/child-hierarchy/project2/src/main/java/org/apache/maven/it0030/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0030/child-hierarchy/project2/src/main/java/org/apache/maven/it0030/Person.java
deleted file mode 100644
index 0e0c09d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0030/child-hierarchy/project2/src/main/java/org/apache/maven/it0030/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0001;
-
-public class Person
-{
-    private String name;
-
-    public void setName( String newName )
-    {
-        this.name = newName;
-    }
-
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0030/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0030/pom.xml
deleted file mode 100644
index ccbf589..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0030/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0030</name> 
-  <groupId>org.apache.maven.its.it0030</groupId>
-  <artifactId>maven-it-it0030</artifactId>
-  <description>Test for injection of dependencyManagement through parents of 
-        dependency poms.</description>
-  <version>1.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <modules>
-    <module>child-hierarchy</module>
-  </modules>
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>3.8.1</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.maven.its.it0030</groupId>
-        <artifactId>project1</artifactId>
-        <version>1.0-SNAPSHOT</version>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0031/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0031/pom.xml
deleted file mode 100644
index 0064d51..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0031/pom.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0031</name> 
-  <groupId>org.apache.maven.its.it0031</groupId>
-  <artifactId>maven-it-it0031</artifactId>
-  <description>Test usage of plugins.xml mapping file on the repository to resolve
-        plugin artifactId from it's prefix using the pluginGroups in
-        the provided settings.xml.</description>
-  <version>1.0-SNAPSHOT</version>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-touch</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <configuration>
-          <pluginItem>${test}</pluginItem>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-    <!--remove when the IT plugins are actually release-->
-    <pluginRepositories>
-        <pluginRepository>
-            <id>apache.snapshots</id>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </pluginRepository>
-    </pluginRepositories>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0031/settings.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0031/settings.xml
deleted file mode 100644
index 002e211..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0031/settings.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<settings>
-  <pluginGroups>
-    <pluginGroup>org.codehaus.modello</pluginGroup>
-  </pluginGroups>
-  <mirrors>
-   <mirror>
-      <id>test</id>
-      <name>Test Mirror of ibiblio.org</name>
-      <url>http://test.maven.codehaus.org/maven2</url>
-      <mirrorOf>central</mirrorOf>
-    </mirror>
-   <mirror>
-      <id>test-plugins</id>
-      <name>Test Mirror of ibiblio.org Plugin Repository</name>
-      <url>http://test.maven.codehaus.org/maven2/plugins</url>
-      <mirrorOf>central-plugins</mirrorOf>
-    </mirror>
-  </mirrors>
-</settings>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0031/src/main/mdo/test.mdo b/core-integration-testing/core-integration-tests/src/test/resources/it0031/src/main/mdo/test.mdo
deleted file mode 100644
index b257051..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0031/src/main/mdo/test.mdo
+++ /dev/null
@@ -1,20 +0,0 @@
-<model>
-  <id>lifecycle-mappings</id>
-  <name>LifecycleMappings</name>
-  <description><![CDATA[
-    test modello file.
-  ]]></description>
-  <defaults>
-    <default>
-      <key>package</key>
-      <value>org.apache.maven.it.it0031</value>
-    </default>
-  </defaults>
-  <classes>
-    <class rootElement="true" xml.tagName="root">
-      <name>Root</name>
-      <version>1.0.0</version>
-      <description>Root element of the test model.</description>
-    </class>
-  </classes>
-</model>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0032/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0032/pom.xml
deleted file mode 100644
index 65c84f6..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0032/pom.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0032</name> 
-  <groupId>org.apache.maven.its.it0032</groupId>
-  <artifactId>maven-it-it0032</artifactId>
-  <description>Tests that a specified Maven version requirement that is lower doesn't cause any problems</description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <prerequisites>
-    <maven>2.0-alpha-3</maven>
-  </prerequisites>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0032/src/main/java/org/apache/maven/it0032/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0032/src/main/java/org/apache/maven/it0032/Person.java
deleted file mode 100644
index 4d5d008..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0032/src/main/java/org/apache/maven/it0032/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0032;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0032/src/main/resources/it0032.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0032/src/main/resources/it0032.properties
deleted file mode 100644
index f54f8ab..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0032/src/main/resources/it0032.properties
+++ /dev/null
@@ -1 +0,0 @@
-name = jason
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0032/src/test/java/org/apache/maven/it0032/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0032/src/test/java/org/apache/maven/it0032/PersonTest.java
deleted file mode 100644
index 6676512..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0032/src/test/java/org/apache/maven/it0032/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0032;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0033/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0033/pom.xml
deleted file mode 100644
index f8d209f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0033/pom.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0033</name> 
-  <groupId>org.apache.maven.its.it0033</groupId>
-  <artifactId>maven-it-it0033</artifactId>
-  <description>Test an EAR generation</description>
-  <packaging>ear</packaging>
-  <version>1.0</version>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-ear-plugin</artifactId>
-        <configuration>
-            <generateApplicationXml>true</generateApplicationXml>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0033/src/main/application/META-INF/appserver-application.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0033/src/main/application/META-INF/appserver-application.xml
deleted file mode 100644
index 29c20a5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0033/src/main/application/META-INF/appserver-application.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0"?>
-<appserver-app>
-  <whatever/>
-</appserver-app>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0034/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0034/pom.xml
deleted file mode 100644
index 6bc8cdb..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0034/pom.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0034</name> 
-  <groupId>org.apache.maven.its.it0034</groupId>
-  <artifactId>maven-it-it0034</artifactId>
-  <description>Test version range junit [3.7,) resolves to 3.8.1</description>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <!-- Select 3.8 -->
-      <version>(,3.8.1)</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-core-it-support</artifactId>
-      <version>[1.0,)</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0035/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0035/pom.xml
deleted file mode 100644
index b022ac5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0035/pom.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0035</name> 
-  <groupId>org.apache.maven.its.it0035</groupId>
-  <artifactId>maven-it-it0035</artifactId>
-  <description>Test artifact relocation.</description>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-core-it-support-old-location</artifactId>
-      <version>1.1</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0036/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0036/pom.xml
deleted file mode 100644
index 01322e0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0036/pom.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0036</name> 
-  <groupId>org.apache.maven.its.it0036</groupId>
-  <artifactId>maven-it-it0036</artifactId>
-  <description>Test building from release-pom.xml when it's available</description>
-  <packaging>jar</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0036/release-pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0036/release-pom.xml
deleted file mode 100644
index 75cc254..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0036/release-pom.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven</groupId>
-  <artifactId>maven-it-it0036</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0036/src/main/java/org/apache/maven/it0036/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0036/src/main/java/org/apache/maven/it0036/Person.java
deleted file mode 100644
index fff0757..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0036/src/main/java/org/apache/maven/it0036/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0036;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0036/src/test/java/org/apache/maven/it0036/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0036/src/test/java/org/apache/maven/it0036/PersonTest.java
deleted file mode 100644
index de09d3b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0036/src/test/java/org/apache/maven/it0036/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0036;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0037/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0037/pom.xml
deleted file mode 100644
index 0e1ae6c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0037/pom.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0037</name> 
-  <groupId>org.apache.maven.its.it0037</groupId>
-  <artifactId>maven-it-it0037</artifactId>
-  <description>Test building with alternate pom file using '-f'</description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0037/pom2.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0037/pom2.xml
deleted file mode 100644
index df9d428..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0037/pom2.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.it0037</groupId>
-  <artifactId>maven-it-it0037</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0-build2</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0037/src/main/java/org/apache/maven/it0037/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0037/src/main/java/org/apache/maven/it0037/Person.java
deleted file mode 100644
index a9fb4bc..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0037/src/main/java/org/apache/maven/it0037/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0000;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0037/src/test/java/org/apache/maven/it0000/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0037/src/test/java/org/apache/maven/it0000/PersonTest.java
deleted file mode 100644
index 354f917..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0037/src/test/java/org/apache/maven/it0000/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0000;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0038/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0038/pom.xml
deleted file mode 100644
index 1f575bc..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0038/pom.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0038</name> 
-  <groupId>org.apache.maven.its.it0038</groupId>
-  <artifactId>maven-it-it0038</artifactId>
-  <description>Test building project from outside the project directory using '-f'
-        option</description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0038/project/pom2.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0038/project/pom2.xml
deleted file mode 100644
index f7eff87..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0038/project/pom2.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.it0038</groupId>
-  <artifactId>maven-it-it0038</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0-build2</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0038/project/src/main/java/org/apache/maven/it0038/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0038/project/src/main/java/org/apache/maven/it0038/Person.java
deleted file mode 100644
index a9fb4bc..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0038/project/src/main/java/org/apache/maven/it0038/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0000;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0038/project/src/test/java/org/apache/maven/it0000/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0038/project/src/test/java/org/apache/maven/it0000/PersonTest.java
deleted file mode 100644
index 354f917..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0038/project/src/test/java/org/apache/maven/it0000/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0000;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0039/project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0039/project/pom.xml
deleted file mode 100644
index 5a70eba..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0039/project/pom.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.it0039</groupId>
-  <artifactId>maven-it-it0039-p1</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0039/project/release-pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0039/project/release-pom.xml
deleted file mode 100644
index 55012b0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0039/project/release-pom.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.it0039</groupId>
-  <artifactId>maven-it-it0039-p1</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0039/project/src/main/java/org/apache/maven/it0039/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0039/project/src/main/java/org/apache/maven/it0039/Person.java
deleted file mode 100644
index 6d58f08..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0039/project/src/main/java/org/apache/maven/it0039/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0039;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0039/project/src/test/java/org/apache/maven/it0039/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0039/project/src/test/java/org/apache/maven/it0039/PersonTest.java
deleted file mode 100644
index cd28579..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0039/project/src/test/java/org/apache/maven/it0039/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0039;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0039/project2/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0039/project2/pom.xml
deleted file mode 100644
index b256e29..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0039/project2/pom.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.it0039</groupId>
-  <artifactId>maven-it-it0039-p2</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0039/project2/release-pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0039/project2/release-pom.xml
deleted file mode 100644
index e9ab32f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0039/project2/release-pom.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.it0039</groupId>
-  <artifactId>maven-it-it0039-p2</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0039/project2/src/main/java/org/apache/maven/it0039/Person2.java b/core-integration-testing/core-integration-tests/src/test/resources/it0039/project2/src/main/java/org/apache/maven/it0039/Person2.java
deleted file mode 100644
index eff2bca..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0039/project2/src/main/java/org/apache/maven/it0039/Person2.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0039;
-
-public class Person2
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0039/project2/src/test/java/org/apache/maven/it0039/Person2Test.java b/core-integration-testing/core-integration-tests/src/test/resources/it0039/project2/src/test/java/org/apache/maven/it0039/Person2Test.java
deleted file mode 100644
index 2fd5181..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0039/project2/src/test/java/org/apache/maven/it0039/Person2Test.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0039;
-
-import junit.framework.TestCase;
-
-public class Person2Test
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person2 person = new Person2();
-
-        person.setName( "foo" );
-
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0040/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0040/pom.xml
deleted file mode 100644
index 8fb3a56..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0040/pom.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0040</name> 
-  <groupId>org.apache.maven.its.it0040</groupId>
-  <artifactId>maven-it-it0040</artifactId>
-  <description>Test the use of a packaging from a plugin</description>
-  <packaging>it-packaging</packaging>
-  <version>1.0</version>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-packaging</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <extensions>true</extensions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0041/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0041/pom.xml
deleted file mode 100644
index 290d828..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0041/pom.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0041</name> 
-  <groupId>org.apache.maven.its.it0041</groupId>
-  <artifactId>maven-it-it0041</artifactId>
-  <description>Test the use of a new type from a plugin</description>
-  <version>1.0-SNAPSHOT</version>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-core-it-support</artifactId>
-      <version>1.2</version>
-      <type>it-artifact</type>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-packaging</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <extensions>true</extensions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0042/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0042/pom.xml
deleted file mode 100644
index 4a1db26..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0042/pom.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0042</name> 
-  <groupId>org.apache.maven.its.it0042</groupId>
-  <artifactId>maven-it-it0042</artifactId>
-  <description>Test that the reactor can establish the artifact location of known projects for dependencies</description>
-  <version>0.1</version>
-  <packaging>pom</packaging>
-  <modules>
-    <module>test-component-c</module>
-    <module>test-component-b</module>
-    <module>test-component-a</module>
-    <module>test-plugin</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-component-a/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-component-a/pom.xml
deleted file mode 100644
index 379c5ca..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-component-a/pom.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-        <parent>
-                <artifactId>maven-it-it0042</artifactId>
-                <groupId>org.apache.maven.its.it0042</groupId>
-                <version>0.1</version>
-        </parent>
-  <artifactId>test-component-a</artifactId>
-  <version>0.1</version>
-  <name>Test Component A</name>
-  <packaging>jar</packaging>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-component-a/src/main/java/A.java b/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-component-a/src/main/java/A.java
deleted file mode 100644
index 3b769ed..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-component-a/src/main/java/A.java
+++ /dev/null
@@ -1,5 +0,0 @@
-package it0042;
-
-public class A {
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-component-b/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-component-b/pom.xml
deleted file mode 100644
index 1ced58c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-component-b/pom.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-        <parent>
-                <artifactId>maven-it-it0042</artifactId>
-                <groupId>org.apache.maven.its.it0042</groupId>
-                <version>0.1</version>
-        </parent>
-  <artifactId>test-component-b</artifactId>
-  <version>0.1</version>
-  <name>Test Component B</name>
-  <packaging>jar</packaging>
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.maven.its.it0042</groupId>
-			<artifactId>test-component-a</artifactId>
-			<version>0.1</version>
-		</dependency>
-	</dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-component-b/src/main/java/B.java b/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-component-b/src/main/java/B.java
deleted file mode 100644
index 4ea9caf..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-component-b/src/main/java/B.java
+++ /dev/null
@@ -1,7 +0,0 @@
-package it0042;
-
-public class B
-  extends A
-{
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-component-c/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-component-c/pom.xml
deleted file mode 100644
index a80af53..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-component-c/pom.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-        <parent>
-                <artifactId>maven-it-it0042</artifactId>
-                <groupId>org.apache.maven.its.it0042</groupId>
-                <version>0.1</version>
-        </parent>
-
-  <artifactId>test-component-c</artifactId>
-  <version>0.1</version>
-  <name>Test Component C</name>
-  <packaging>war</packaging>
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.maven.its.it0042</groupId>
-			<artifactId>test-component-b</artifactId>
-			<version>0.1</version>
-		</dependency>
-	</dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.it0042</groupId>
-        <artifactId>test-plugin</artifactId>
-        <version>0.1</version>
-        <configuration>
-          <value>my-test</value>
-        </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-component-c/src/main/java/C.java b/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-component-c/src/main/java/C.java
deleted file mode 100644
index 577f290..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-component-c/src/main/java/C.java
+++ /dev/null
@@ -1,7 +0,0 @@
-package it0042;
-
-public class C
-  extends A
-{
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-component-c/src/main/webapp/WEB-INF/web.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-component-c/src/main/webapp/WEB-INF/web.xml
deleted file mode 100644
index 92bb2e9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-component-c/src/main/webapp/WEB-INF/web.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
-
-<web-app >
-</web-app>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-plugin/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-plugin/pom.xml
deleted file mode 100644
index 76ac302..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-plugin/pom.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-	<parent>
-		<artifactId>maven-it-it0042</artifactId>
-		<groupId>org.apache.maven.its.it0042</groupId>
-		<version>0.1</version>
-	</parent>
-  <artifactId>test-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <version>0.1</version>
-  <name>Test Plugin</name>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0-beta-1</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-plugin/src/main/java/org/apache/maven/plugin/coreit/CoreItMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-plugin/src/main/java/org/apache/maven/plugin/coreit/CoreItMojo.java
deleted file mode 100644
index 978ba54..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0042/test-plugin/src/main/java/org/apache/maven/plugin/coreit/CoreItMojo.java
+++ /dev/null
@@ -1,77 +0,0 @@
-package org.apache.maven.plugin.coreit.it0042;
-
-/*
- * Copyright 2001-2004 The Apache Software 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.
- */
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-
-import java.io.File;
-import java.io.FileWriter;
-import java.io.IOException;
-
-/**
- * @goal test
- * 
- * @phase process-sources
- *
- * @description Goal which cleans the build
- */
-public class CoreItMojo
-    extends AbstractMojo
-{
-    /**
-     * @parameter expression="${project.build.directory}"
-     * @required
-     */
-    private String outputDirectory;
-
-    /**
-     * @parameter
-     * @required
-     */
-    private String value;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        touch( new File( outputDirectory ), value );
-    }
-
-    private static void touch( File dir, String file )
-        throws MojoExecutionException
-    {
-        try
-        {
-             if ( !dir.exists() )
-             {
-                 dir.mkdirs();
-             }
-             
-             File touch = new File( dir, file );
-     
-             FileWriter w = new FileWriter( touch );
-             
-             w.write( file );
-             
-             w.close();
-        }
-        catch ( IOException e )
-        {
-            throw new MojoExecutionException( "Error touching file", e );
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0043/child1/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0043/child1/pom.xml
deleted file mode 100644
index a7929ed..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0043/child1/pom.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0043</groupId>
-    <artifactId>maven-it-it0043-parent</artifactId>
-  	<version>1.0-SNAPSHOT</version>
-  </parent>
-  
-  <artifactId>maven-it-it0043-child1</artifactId>
-  <name>Maven Integration Test :: it0043 Child1</name> 
-  <description>Test for repository inheritence - ensure using the same id overrides the defaults</description>
-
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0043/child2/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0043/child2/pom.xml
deleted file mode 100644
index 4fa3ceb..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0043/child2/pom.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0043</groupId>
-    <artifactId>maven-it-it0043-parent</artifactId>
-  	<version>1.0-SNAPSHOT</version>
-  </parent>
-  
-  <artifactId>maven-it-it0043-child2</artifactId>
-  <name>Maven Integration Test :: it0043 Child2</name> 
-  <description>Test for repository inheritence - ensure using the same id overrides the defaults</description>
-
-  <repositories>
-    <repository>
-      <id>central</id>
-      <name>Empty Repository</name>
-      <url>file:/tmp/emptyRepo</url>
-    </repository>
-  </repositories>
-
-  <pluginRepositories>
-    <pluginRepository>
-      <id>central</id>
-      <name>Empty Repository</name>
-      <url>file:/tmp/emptyRepo</url>
-    </pluginRepository>
-  </pluginRepositories>
-
-  <dependencies>
-    <!-- make sure child1 is built first so the help plugin is in
-         the local repo -->
-    <dependency>
-      <groupId>org.apache.maven.its.it0043</groupId>
-      <artifactId>maven-it-it0043-child1</artifactId>
-      <version>1.0-SNAPSHOT</version>
-    </dependency>
-
-    <dependency>
-      <artifactId>junit</artifactId>
-      <groupId>junit</groupId>
-      <version>3.8.1</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0043/child2/src/test/java/org/apache/maven/project/inheritance/RepositoryOverrideTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0043/child2/src/test/java/org/apache/maven/project/inheritance/RepositoryOverrideTest.java
deleted file mode 100644
index 1dcbd76..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0043/child2/src/test/java/org/apache/maven/project/inheritance/RepositoryOverrideTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-import java.io.BufferedInputStream;
-import java.io.ByteArrayOutputStream;
-import java.io.FileInputStream;
-
-import junit.framework.TestCase;
-
-public class RepositoryOverrideTest extends TestCase
-{
-    public void testPOM() throws Exception
-    {
-        
-        BufferedInputStream in = new BufferedInputStream( new FileInputStream("target/effective-pom.xml") );
-
-        ByteArrayOutputStream out = new ByteArrayOutputStream();
-
-        int rd = 0;
-        byte [] buffer = new byte[512];
-
-        while ( ( rd = in.read( buffer ) ) > 0 )
-        {
-            out.write( buffer, 0, rd );
-        }
-
-        assertEquals( -1, out.toString().indexOf("repo1.maven.org") );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0043/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0043/pom.xml
deleted file mode 100644
index 4ed97e4..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0043/pom.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0043 Parent</name> 
-  <groupId>org.apache.maven.its.it0043</groupId>
-  <artifactId>maven-it-it0043-parent</artifactId>
-  <description>Test for repository inheritence - ensure using the same id overrides the defaults</description>
-  <version>1.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-
-	<!-- this 3 project structure is to make sure that the help:plugin,
-	     used in child2, where the real test is, is available in the
-			 local repo. Child2 depends on child1 which uses the help plugin
-			 in a dummy call to make sure it's available. Then child2 is
-			 built, overriding the central repo. -->
-
-  <modules>
-    <module>child1</module>
-    <module>child2</module>
-  </modules>
-
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0044/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0044/pom.xml
deleted file mode 100644
index 79bce26..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0044/pom.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0044</name> 
-  <groupId>org.apache.maven.its.it0044</groupId>
-  <artifactId>maven-it-it0044</artifactId>
-  <description>Test --settings CLI option</description>
-  <version>1.0-SNAPSHOT</version>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-touch</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <configuration>
-          <pluginItem>${test}</pluginItem>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0044/settings.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0044/settings.xml
deleted file mode 100644
index 6d6edbf..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0044/settings.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<settings>
-  <activeProfiles>
-    <activeProfile>test-profile</activeProfile>
-  </activeProfiles>
-  
-  <profiles>
-    <profile>
-      <id>test-profile</id>
-      
-      <properties>
-        <test>test.txt</test>
-      </properties>
-    </profile>
-  </profiles>
-</settings>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0044/src/main/java/org/apache/maven/it0044/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0044/src/main/java/org/apache/maven/it0044/Person.java
deleted file mode 100644
index a40f37a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0044/src/main/java/org/apache/maven/it0044/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0044;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0045/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0045/pom.xml
deleted file mode 100644
index 691e34a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0045/pom.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0045</name> 
-  <groupId>org.apache.maven.its.it0045</groupId>
-  <artifactId>maven-it-it0045</artifactId>
-  <description>Test non-reactor behavior when plugin declares "@requiresProject false"</description>
-  <packaging>pom</packaging>
-  <version>1.0</version>
-  <modules>
-    <module>subproject</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0045/subproject/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0045/subproject/pom.xml
deleted file mode 100644
index 0db22a6..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0045/subproject/pom.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0045</groupId>
-    <artifactId>maven-it-it0045</artifactId>
-    <version>1.0</version>
-  </parent>
-  <artifactId>subproject</artifactId>
-  <packaging>jar</packaging>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0046/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0046/pom.xml
deleted file mode 100644
index 18b220b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0046/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0046</name> 
-  <groupId>org.apache.maven.its.it0046</groupId>
-  <artifactId>maven-it-it0046</artifactId>
-  <description>Test fail-never reactor behavior. Forces an exception to be thrown in
-        the first module, but checks that the second modules is built.</description>
-  <packaging>pom</packaging>
-  <version>1.0</version>
-  <modules>
-    <module>subproject</module>
-    <module>subproject2</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0046/subproject/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0046/subproject/pom.xml
deleted file mode 100644
index 9e2e64c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0046/subproject/pom.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0046</groupId>
-    <artifactId>maven-it-it0046</artifactId>
-    <version>1.0</version>
-  </parent>
-  <artifactId>subproject</artifactId>
-  <packaging>jar</packaging>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-touch</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <configuration>
-          <fail>true</fail>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0046/subproject2/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0046/subproject2/pom.xml
deleted file mode 100644
index ee04151..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0046/subproject2/pom.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0046</groupId>
-    <artifactId>maven-it-it0046</artifactId>
-    <version>1.0</version>
-  </parent>
-  <artifactId>subproject2</artifactId>
-  <packaging>jar</packaging>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0047/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0047/pom.xml
deleted file mode 100644
index 3a44542..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0047/pom.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0047</name> 
-  <groupId>org.apache.maven.its.it0047</groupId>
-  <artifactId>maven-it-it0047</artifactId>
-  <description>Test the use case for having a compile time dependency be transitive: 
-        when you extend a class you need its dependencies at compile time.</description>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-container-default</artifactId>
-      <version>1.0-alpha-7</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0047/src/main/java/org/apache/maven/it0047/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0047/src/main/java/org/apache/maven/it0047/Person.java
deleted file mode 100644
index ce8320b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0047/src/main/java/org/apache/maven/it0047/Person.java
+++ /dev/null
@@ -1,19 +0,0 @@
-package org.apache.maven.it0047;
-
-import org.codehaus.plexus.PlexusTestCase;
-
-public class Person
-    extends PlexusTestCase
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0048/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0048/pom.xml
deleted file mode 100644
index 5b7c4cf..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0048/pom.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0048</name> 
-  <groupId>org.apache.maven.its.it0048</groupId>
-  <artifactId>maven-it-it0048</artifactId>
-  <description>Verify that default values for mojo parameters are working (indirectly, 
-        by verifying that the Surefire mojo is functioning correctly).</description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0048/src/main/java/org/apache/maven/it0048/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0048/src/main/java/org/apache/maven/it0048/Person.java
deleted file mode 100644
index a4b6fdc..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0048/src/main/java/org/apache/maven/it0048/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0048;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0048/src/main/resources/it0048.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0048/src/main/resources/it0048.properties
deleted file mode 100644
index f54f8ab..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0048/src/main/resources/it0048.properties
+++ /dev/null
@@ -1 +0,0 @@
-name = jason
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0048/src/test/java/org/apache/maven/it0048/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0048/src/test/java/org/apache/maven/it0048/PersonTest.java
deleted file mode 100644
index 932d64e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0048/src/test/java/org/apache/maven/it0048/PersonTest.java
+++ /dev/null
@@ -1,42 +0,0 @@
-package org.apache.maven.it0048;
-
-import junit.framework.TestCase;
-import java.net.URL;
-import java.net.URI;
-import java.net.URISyntaxException;
-import java.io.File;
-import java.io.FileWriter;
-import java.io.IOException;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson() throws IOException, URISyntaxException
-    {
-        ClassLoader cloader = getClass().getClassLoader();
-
-        String path = getClass().getName().replace( '.', '/' ) + ".class";
-
-        URL resource = cloader.getResource( path );
-
-        File resourceFile = new File( new URI( resource.toString() ) );
-
-        String dirPath = resourceFile.getAbsolutePath();
-
-        dirPath = dirPath.substring( 0, dirPath.length() - path.length() );
-
-        File dir = new File( dirPath );
-
-        dir = dir.getParentFile();
-
-        File testFile = new File( dir, "testFileOutput.txt" );
-
-        FileWriter writer = new FileWriter( testFile );
-
-        writer.write( "Test" );
-
-        writer.flush();
-
-        writer.close();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0049/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0049/pom.xml
deleted file mode 100644
index 38e95a8..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0049/pom.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0049</name> 
-  <groupId>org.apache.maven.its.it0049</groupId>
-  <artifactId>maven-it-it0049</artifactId>
-  <description>Test parameter alias usage.</description>
-  <version>1.0-SNAPSHOT</version>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-touch</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <configuration>
-          <pluginFile>touchFile.txt</pluginFile>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0050/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0050/pom.xml
deleted file mode 100644
index 7f9ab5b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0050/pom.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0050</name> 
-  <groupId>org.apache.maven.its.it0050</groupId>
-  <artifactId>maven-it-it0050</artifactId>
-  <description>Test surefire inclusion/exclusions</description>
-  <version>1.0-SNAPSHOT</version>
-
-  <dependencies>
-    <dependency>
-      <artifactId>junit</artifactId>
-      <groupId>junit</groupId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude implementation="java.lang.String">DontRunTest.*</exclude>
-          </excludes>
-          <includes>
-            <include implementation="java.lang.String">NotIncludedByDefault.java</include>
-            <include implementation="java.lang.String">*Test.java</include>
-          </includes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0050/src/test/java/DefaultTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0050/src/test/java/DefaultTest.java
deleted file mode 100644
index 68cbba4..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0050/src/test/java/DefaultTest.java
+++ /dev/null
@@ -1,13 +0,0 @@
-import java.io.FileOutputStream;
-
-public class DefaultTest
-{
-    public void testRun()
-        throws Exception
-    {
-        FileOutputStream fout = new FileOutputStream("target/defaultTestTouchFile.txt");
-        fout.write('!');
-        fout.flush();
-        fout.close();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0050/src/test/java/DontRunTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0050/src/test/java/DontRunTest.java
deleted file mode 100644
index 9006596..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0050/src/test/java/DontRunTest.java
+++ /dev/null
@@ -1,9 +0,0 @@
-import junit.framework.TestCase;
-
-public class DontRunTest extends TestCase
-{
-    public void testRun()
-    {
-        assertEquals(true, false);
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0050/src/test/java/NotIncludedByDefault.java b/core-integration-testing/core-integration-tests/src/test/resources/it0050/src/test/java/NotIncludedByDefault.java
deleted file mode 100644
index 11c15ba..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0050/src/test/java/NotIncludedByDefault.java
+++ /dev/null
@@ -1,13 +0,0 @@
-import java.io.FileOutputStream;
-
-public class NotIncludedByDefault
-{
-    public void testRun()
-        throws Exception
-    {
-        FileOutputStream fout = new FileOutputStream("target/testTouchFile.txt");
-        fout.write('!');
-        fout.flush();
-        fout.close();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0051/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0051/pom.xml
deleted file mode 100644
index 9740c68..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0051/pom.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0051</name> 
-  <groupId>org.apache.maven.its.it0051</groupId>
-  <artifactId>maven-it-it0051</artifactId>
-  <description>Test source attachment when -DperformRelease=true is specified.</description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0051/src/main/java/org/apache/maven/it0051/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0051/src/main/java/org/apache/maven/it0051/Person.java
deleted file mode 100644
index a986ea2..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0051/src/main/java/org/apache/maven/it0051/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0051;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0051/src/main/resources/it0051.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0051/src/main/resources/it0051.properties
deleted file mode 100644
index f54f8ab..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0051/src/main/resources/it0051.properties
+++ /dev/null
@@ -1 +0,0 @@
-name = jason
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0051/src/test/java/org/apache/maven/it0051/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0051/src/test/java/org/apache/maven/it0051/PersonTest.java
deleted file mode 100644
index 1b898fc..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0051/src/test/java/org/apache/maven/it0051/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0051;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0052/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0052/pom.xml
deleted file mode 100644
index dd3fb7d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0052/pom.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0052</name> 
-  <groupId>org.apache.maven.its.it0052</groupId>
-  <artifactId>maven-it-it0052</artifactId>
-  <description>Test that source attachment doesn't take place when
-        -DperformRelease=true is missing.</description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0052/src/main/java/org/apache/maven/it0052/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0052/src/main/java/org/apache/maven/it0052/Person.java
deleted file mode 100644
index da017ed..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0052/src/main/java/org/apache/maven/it0052/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0052;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0052/src/main/resources/it0052.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0052/src/main/resources/it0052.properties
deleted file mode 100644
index f54f8ab..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0052/src/main/resources/it0052.properties
+++ /dev/null
@@ -1 +0,0 @@
-name = jason
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0052/src/test/java/org/apache/maven/it0052/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0052/src/test/java/org/apache/maven/it0052/PersonTest.java
deleted file mode 100644
index 3096983..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0052/src/test/java/org/apache/maven/it0052/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0052;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0053/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0053/pom.xml
deleted file mode 100644
index 6420e78..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0053/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0053</name> 
-  <groupId>org.apache.maven.its.it0053</groupId>
-  <artifactId>maven-it-it0053</artifactId>
-  <description>Test that attached artifacts have the same buildnumber and timestamp
-        as the main artifact. This will not correctly verify until we have
-        some way to pattern-match the buildnumber/timestamp...</description>
-  <packaging>jar</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <distributionManagement>
-    <snapshotRepository>
-      <id>test</id>
-      <url>file:target/test-repo</url>
-    </snapshotRepository>
-  </distributionManagement>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0053/src/main/java/org/apache/maven/it0053/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0053/src/main/java/org/apache/maven/it0053/Person.java
deleted file mode 100644
index bbf651b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0053/src/main/java/org/apache/maven/it0053/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0053;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0053/src/main/resources/it0053.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0053/src/main/resources/it0053.properties
deleted file mode 100644
index f54f8ab..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0053/src/main/resources/it0053.properties
+++ /dev/null
@@ -1 +0,0 @@
-name = jason
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0053/src/test/java/org/apache/maven/it0053/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0053/src/test/java/org/apache/maven/it0053/PersonTest.java
deleted file mode 100644
index cafc42e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0053/src/test/java/org/apache/maven/it0053/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0053;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0054/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0054/pom.xml
deleted file mode 100644
index c7b2b99..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0054/pom.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0054</name> 
-  <groupId>org.apache.maven.its.it0054</groupId>
-  <artifactId>maven-it-it0054</artifactId>
-  <description>Test resource filtering.</description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <filters>
-      <filter>src/main/filters/filters.properties</filter>
-    </filters>
-    <resources>
-      <resource>
-        <directory>src/main/resources</directory>
-        <filtering>true</filtering>
-      </resource>
-    </resources>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0054/src/main/filters/filters.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0054/src/main/filters/filters.properties
deleted file mode 100644
index b149389..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0054/src/main/filters/filters.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-surname = van zyl
-country = Canada
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0054/src/main/java/org/apache/maven/it0054/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0054/src/main/java/org/apache/maven/it0054/Person.java
deleted file mode 100644
index aeea64e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0054/src/main/java/org/apache/maven/it0054/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0054;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0054/src/main/resources/it0054.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0054/src/main/resources/it0054.properties
deleted file mode 100644
index 98cf1d4..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0054/src/main/resources/it0054.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-name = jason
-surname = ${surname}
-country = @country@
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0054/src/test/java/org/apache/maven/it0054/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0054/src/test/java/org/apache/maven/it0054/PersonTest.java
deleted file mode 100644
index af394f3..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0054/src/test/java/org/apache/maven/it0054/PersonTest.java
+++ /dev/null
@@ -1,24 +0,0 @@
-package org.apache.maven.it0054;
-
-import java.util.Properties;
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-        throws Exception
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-
-        Properties p = new Properties();
-        p.load( getClass().getResourceAsStream( "/it0054.properties" ) );
-        assertEquals( "check name", "jason", p.getProperty( "name" ) );
-        assertEquals( "check surname", "van zyl", p.getProperty( "surname" ) );
-        assertEquals( "check country", "Canada", p.getProperty( "country" ) );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0055/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0055/pom.xml
deleted file mode 100644
index 96b7290..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0055/pom.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0055</name> 
-  <groupId>org.apache.maven.its.it0055</groupId>
-  <artifactId>maven-it-it0055</artifactId>
-  <description>Test that source includes/excludes with in the compiler plugin config.
-        This will test excludes and testExcludes...</description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude implementation="java.lang.String">**/PersonTwo.java</exclude>
-          </excludes>
-          <testExcludes>
-            <testExclude implementation="java.lang.String">**/PersonTwoTest.java</testExclude>
-          </testExcludes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0055/src/main/java/org/apache/maven/it0055/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0055/src/main/java/org/apache/maven/it0055/Person.java
deleted file mode 100644
index 9107bee..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0055/src/main/java/org/apache/maven/it0055/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0055;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0055/src/main/java/org/apache/maven/it0055/PersonTwo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0055/src/main/java/org/apache/maven/it0055/PersonTwo.java
deleted file mode 100644
index c93882f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0055/src/main/java/org/apache/maven/it0055/PersonTwo.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0055;
-
-public class PersonTwo
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0055/src/main/resources/it0055.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0055/src/main/resources/it0055.properties
deleted file mode 100644
index f54f8ab..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0055/src/main/resources/it0055.properties
+++ /dev/null
@@ -1 +0,0 @@
-name = jason
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0055/src/test/java/org/apache/maven/it0055/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0055/src/test/java/org/apache/maven/it0055/PersonTest.java
deleted file mode 100644
index acf784e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0055/src/test/java/org/apache/maven/it0055/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0055;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0055/src/test/java/org/apache/maven/it0055/PersonTwoTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0055/src/test/java/org/apache/maven/it0055/PersonTwoTest.java
deleted file mode 100644
index ccec93c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0055/src/test/java/org/apache/maven/it0055/PersonTwoTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0001;
-
-import junit.framework.TestCase;
-
-public class PersonTwoTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0056/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0056/pom.xml
deleted file mode 100644
index f48835d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0056/pom.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0056</name> 
-  <groupId>org.apache.maven.its.it0056</groupId>
-  <artifactId>maven-it-it0056</artifactId>
-  <description>Test that multiple executions of the compile goal with different
-        includes/excludes will succeed.</description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>validation-phase-execution</id>
-            <phase>validate</phase>
-            <goals>
-              <goal>compile</goal>
-            </goals>
-            <configuration>
-              <excludes>
-                <exclude implementation="java.lang.String">**/PersonTwo.java</exclude>
-              </excludes>
-              <testExcludes>
-                <testExclude implementation="java.lang.String">**/PersonTwoTest.java</testExclude>
-              </testExcludes>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0056/src/main/java/org/apache/maven/it0056/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0056/src/main/java/org/apache/maven/it0056/Person.java
deleted file mode 100644
index 33d5922..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0056/src/main/java/org/apache/maven/it0056/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0056;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0056/src/main/java/org/apache/maven/it0056/PersonThree.java b/core-integration-testing/core-integration-tests/src/test/resources/it0056/src/main/java/org/apache/maven/it0056/PersonThree.java
deleted file mode 100644
index a2ea912..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0056/src/main/java/org/apache/maven/it0056/PersonThree.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0056;
-
-public class PersonThree
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0056/src/main/java/org/apache/maven/it0056/PersonTwo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0056/src/main/java/org/apache/maven/it0056/PersonTwo.java
deleted file mode 100644
index 3dc55cc..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0056/src/main/java/org/apache/maven/it0056/PersonTwo.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0056;
-
-public class PersonTwo
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0056/src/main/resources/it0056.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0056/src/main/resources/it0056.properties
deleted file mode 100644
index f54f8ab..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0056/src/main/resources/it0056.properties
+++ /dev/null
@@ -1 +0,0 @@
-name = jason
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0056/src/test/java/org/apache/maven/it0056/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0056/src/test/java/org/apache/maven/it0056/PersonTest.java
deleted file mode 100644
index 32f51e4..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0056/src/test/java/org/apache/maven/it0056/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0056;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0056/src/test/java/org/apache/maven/it0056/PersonThreeTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0056/src/test/java/org/apache/maven/it0056/PersonThreeTest.java
deleted file mode 100644
index 471d7a7..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0056/src/test/java/org/apache/maven/it0056/PersonThreeTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0056;
-
-import junit.framework.TestCase;
-
-public class PersonThreeTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0056/src/test/java/org/apache/maven/it0056/PersonTwoTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0056/src/test/java/org/apache/maven/it0056/PersonTwoTest.java
deleted file mode 100644
index b2efe3d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0056/src/test/java/org/apache/maven/it0056/PersonTwoTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0056;
-
-import junit.framework.TestCase;
-
-public class PersonTwoTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0057/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0057/pom.xml
deleted file mode 100644
index ac5af5f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0057/pom.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0057</name> 
-  <groupId>org.apache.maven.its.it0057</groupId>
-  <artifactId>maven-it-it0057</artifactId>
-  <description>Verify that scope == 'provided' dependencies are available to tests.</description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>provided</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0057/src/main/java/org/apache/maven/it0057/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0057/src/main/java/org/apache/maven/it0057/Person.java
deleted file mode 100644
index 1fcc872..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0057/src/main/java/org/apache/maven/it0057/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0057;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0057/src/main/resources/it0057.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0057/src/main/resources/it0057.properties
deleted file mode 100644
index f54f8ab..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0057/src/main/resources/it0057.properties
+++ /dev/null
@@ -1 +0,0 @@
-name = jason
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0057/src/test/java/org/apache/maven/it0057/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0057/src/test/java/org/apache/maven/it0057/PersonTest.java
deleted file mode 100644
index 98f606f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0057/src/test/java/org/apache/maven/it0057/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0057;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0058/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0058/pom.xml
deleted file mode 100644
index 4d38c96..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0058/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0058</name> 
-  <groupId>org.apache.maven.its.it0058</groupId>
-  <artifactId>maven-it-it0058</artifactId>
-  <description>Verify that profiles from settings.xml do not pollute module lists
-        across projects in a reactorized build.</description>
-  <packaging>pom</packaging>
-  <version>1.0</version>
-
-  <modules>
-    <module>subproject</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0058/settings.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0058/settings.xml
deleted file mode 100644
index e7d77bb..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0058/settings.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<settings>
-
-	<profiles>
-		<profile>
-			<id>test-repo</id>
-			<repositories>
-				<repository>
-					<id>test-repo</id>
-					<url>file:../../test-repo</url>
-				</repository>
-			</repositories>
-		</profile>
-	</profiles>
-
-	<activeProfiles>
-		<activeProfile>test-repo</activeProfile>
-	</activeProfiles>
-	
-</settings>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0058/subproject/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0058/subproject/pom.xml
deleted file mode 100644
index 1b86bad..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0058/subproject/pom.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0058</groupId>
-    <artifactId>maven-it-it0058</artifactId>
-    <version>1.0</version>
-  </parent>
-  <artifactId>subproject</artifactId>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0058/subproject/src/main/java/org/apache/maven/it0058/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0058/subproject/src/main/java/org/apache/maven/it0058/Person.java
deleted file mode 100644
index 0ec4671..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0058/subproject/src/main/java/org/apache/maven/it0058/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0058;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0058/subproject/src/main/resources/it0058.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0058/subproject/src/main/resources/it0058.properties
deleted file mode 100644
index f54f8ab..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0058/subproject/src/main/resources/it0058.properties
+++ /dev/null
@@ -1 +0,0 @@
-name = jason
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0058/subproject/src/test/java/org/apache/maven/it0058/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0058/subproject/src/test/java/org/apache/maven/it0058/PersonTest.java
deleted file mode 100644
index c1c7b69..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0058/subproject/src/test/java/org/apache/maven/it0058/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0058;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0059/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0059/pom.xml
deleted file mode 100644
index fc795e4..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0059/pom.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0059</name> 
-  <groupId>org.apache.maven.its.it0059</groupId>
-  <artifactId>maven-it-it0059</artifactId>
-  <description>Verify that maven-1 POMs will be ignored but not stop the resolution
-        process.</description>
-  <version>1.0</version>
-
-  <repositories>
-    <repository>
-      <id>test</id>
-      <url>file:test-repo</url>
-    </repository>
-  </repositories>
-
-  <dependencies>
-    <dependency>
-      <groupId>test</groupId>
-      <artifactId>test</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0059/src/main/java/org/apache/maven/it0059/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0059/src/main/java/org/apache/maven/it0059/Person.java
deleted file mode 100644
index 8ab6280..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0059/src/main/java/org/apache/maven/it0059/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0059;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0059/src/main/resources/it0059.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0059/src/main/resources/it0059.properties
deleted file mode 100644
index f54f8ab..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0059/src/main/resources/it0059.properties
+++ /dev/null
@@ -1 +0,0 @@
-name = jason
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0059/test-repo/test/test/3.8.1/test-3.8.1.jar b/core-integration-testing/core-integration-tests/src/test/resources/it0059/test-repo/test/test/3.8.1/test-3.8.1.jar
deleted file mode 100644
index 674d71e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0059/test-repo/test/test/3.8.1/test-3.8.1.jar
+++ /dev/null
Binary files differ
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0059/test-repo/test/test/3.8.1/test-3.8.1.pom b/core-integration-testing/core-integration-tests/src/test/resources/it0059/test-repo/test/test/3.8.1/test-3.8.1.pom
deleted file mode 100644
index a98d3d3..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0059/test-repo/test/test/3.8.1/test-3.8.1.pom
+++ /dev/null
@@ -1,5 +0,0 @@
-<project>
-  <groupId>junit</groupId>
-  <artifactId>junit</artifactId>
-  <version>3.8.1</version>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0060/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0060/pom.xml
deleted file mode 100644
index 5262916..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0060/pom.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0060</name> 
-  <groupId>org.apache.maven.its.it0060</groupId>
-  <artifactId>maven-it-it0060</artifactId>
-  <description>Test aggregation of list configuration items when using
-        'combine.children=append' attribute. Specifically, merge the list of
-        excludes for the testCompile mojo.</description>
-  <packaging>pom</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <modules>
-    <module>subproject</module>
-  </modules>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <inherited>true</inherited>
-        <configuration>
-          <testExcludes>
-            <testExclude implementation="java.lang.String">**/PersonTwoTest.java</testExclude>
-          </testExcludes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0060/subproject/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0060/subproject/pom.xml
deleted file mode 100644
index 029c7a9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0060/subproject/pom.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0060</groupId>
-    <artifactId>maven-it-it0060</artifactId>
-    <version>1.0</version>
-  </parent>
-  <artifactId>subproject</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <testExcludes combine.children="append">
-            <testExclude implementation="java.lang.String">**/PersonThreeTest.java</testExclude>
-          </testExcludes>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0060/subproject/src/main/java/org/apache/maven/it0060/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0060/subproject/src/main/java/org/apache/maven/it0060/Person.java
deleted file mode 100644
index f8d5a93..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0060/subproject/src/main/java/org/apache/maven/it0060/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0060;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0060/subproject/src/main/resources/it0060.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0060/subproject/src/main/resources/it0060.properties
deleted file mode 100644
index f54f8ab..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0060/subproject/src/main/resources/it0060.properties
+++ /dev/null
@@ -1 +0,0 @@
-name = jason
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0060/subproject/src/test/java/org/apache/maven/it0060/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0060/subproject/src/test/java/org/apache/maven/it0060/PersonTest.java
deleted file mode 100644
index fcce1be..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0060/subproject/src/test/java/org/apache/maven/it0060/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0060;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0060/subproject/src/test/java/org/apache/maven/it0060/PersonThreeTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0060/subproject/src/test/java/org/apache/maven/it0060/PersonThreeTest.java
deleted file mode 100644
index bfaf682..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0060/subproject/src/test/java/org/apache/maven/it0060/PersonThreeTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0060;
-
-import junit.framework.TestCase;
-
-public class PersonThreeTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0060/subproject/src/test/java/org/apache/maven/it0060/PersonTwoTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0060/subproject/src/test/java/org/apache/maven/it0060/PersonTwoTest.java
deleted file mode 100644
index 9492f59..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0060/subproject/src/test/java/org/apache/maven/it0060/PersonTwoTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0060;
-
-import junit.framework.TestCase;
-
-public class PersonTwoTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0061/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0061/pom.xml
deleted file mode 100644
index b6306eb..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0061/pom.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0061</name> 
-  <groupId>org.apache.maven.its.it0061</groupId>
-  <artifactId>maven-it-it0061</artifactId>
-  <description>Verify that deployment of artifacts to a legacy-layout repository
-        results in a groupId directory of 'the.full.group.id' instead of
-        'the/full/group/id'.</description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-
-  <distributionManagement>
-    <repository>
-      <id>test</id>
-      <url>file:target/test-repo</url>
-      <layout>legacy</layout>
-    </repository>
-  </distributionManagement>
-
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0061/src/main/java/org/apache/maven/it0061/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0061/src/main/java/org/apache/maven/it0061/Person.java
deleted file mode 100644
index ac1f96a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0061/src/main/java/org/apache/maven/it0061/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0061;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0061/src/main/resources/it0061.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0061/src/main/resources/it0061.properties
deleted file mode 100644
index f54f8ab..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0061/src/main/resources/it0061.properties
+++ /dev/null
@@ -1 +0,0 @@
-name = jason
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0062/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0062/pom.xml
deleted file mode 100644
index d1d61e1..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0062/pom.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0062</name> 
-  <groupId>org.apache.maven.its.it0062</groupId>
-  <artifactId>maven-it-it0062</artifactId>
-  <description>Test that a deployment of a snapshot falls back to a non-snapshot repository if no snapshot repository is
-        specified.</description>
-  <version>1.0-SNAPSHOT</version>
-  <distributionManagement>
-    <repository>
-      <id>repo</id>
-      <url>file://localhost/${project.basedir}/target/test-repo</url>
-    </repository>
-  </distributionManagement>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0062/src/main/java/org/apache/maven/it0062/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0062/src/main/java/org/apache/maven/it0062/Person.java
deleted file mode 100644
index d34f37e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0062/src/main/java/org/apache/maven/it0062/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0062;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0063/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0063/pom.xml
deleted file mode 100644
index 219af07..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0063/pom.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0063</name> 
-  <groupId>org.apache.maven.its.it0063</groupId>
-  <artifactId>maven-it-it0063</artifactId>
-  <description>Test the use of a system scoped dependency to tools.jar.</description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <profiles>
-    <profile>
-      <!-- NOTE: This will not be activated on OS X, since classes.jar already has the tools in it. -->
-      <id>default-tools.jar</id>
-      <activation>
-        <property>
-          <name>java.vendor</name>
-          <value>Sun Microsystems Inc.</value>
-        </property>
-      </activation>
-      <dependencies>
-        <dependency>
-          <groupId>com.sun</groupId>
-          <artifactId>tools</artifactId>
-          <version>1.4.2</version>
-          <scope>system</scope>
-          <systemPath>${java.home}/../lib/tools.jar</systemPath>
-        </dependency>
-      </dependencies>
-    </profile>
-  </profiles>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0063/src/main/java/org/apache/maven/it0063/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0063/src/main/java/org/apache/maven/it0063/Person.java
deleted file mode 100644
index c03357e4..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0063/src/main/java/org/apache/maven/it0063/Person.java
+++ /dev/null
@@ -1,18 +0,0 @@
-package org.apache.maven.it0063;
-
-import com.sun.tools.javac.Main;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0063/src/main/resources/it0063.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0063/src/main/resources/it0063.properties
deleted file mode 100644
index f54f8ab..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0063/src/main/resources/it0063.properties
+++ /dev/null
@@ -1 +0,0 @@
-name = jason
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0063/src/test/java/org/apache/maven/it0063/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0063/src/test/java/org/apache/maven/it0063/PersonTest.java
deleted file mode 100644
index 6244dda..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0063/src/test/java/org/apache/maven/it0063/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0063;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0064/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0064/pom.xml
deleted file mode 100644
index c386294..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0064/pom.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0064</name> 
-  <groupId>org.apache.maven.its.it0064</groupId>
-  <artifactId>maven-it-it0064</artifactId>
-  <description>Test the use of a mojo that uses setters instead of private fields
-        for the population of configuration values.</description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-setter</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <configuration>
-          <foo>fooValue</foo>
-          <bar>barValue</bar>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0065/plugin/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0065/plugin/pom.xml
deleted file mode 100644
index 663065d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0065/plugin/pom.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0065</groupId>
-    <artifactId>maven-it-it0065</artifactId>
-    <version>1.0</version>
-  </parent>
-  <artifactId>plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0-beta-1</version>
-      <type>jar</type>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <distributionManagement>
-    <repository>
-      <id>central</id>
-      <name>Test Repository</name>
-      <url>file:/tmp/testRepo</url>
-    </repository>
-  </distributionManagement>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0065/plugin/src/main/java/org/apache/maven/plugin/coreit/TestBasedirMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0065/plugin/src/main/java/org/apache/maven/plugin/coreit/TestBasedirMojo.java
deleted file mode 100644
index df031c7..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0065/plugin/src/main/java/org/apache/maven/plugin/coreit/TestBasedirMojo.java
+++ /dev/null
@@ -1,76 +0,0 @@
-package org.apache.maven.plugin.coreit;
-
-/*
- * Copyright 2001-2004 The Apache Software 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.
- */
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-
-import java.io.File;
-import java.io.FileWriter;
-import java.io.IOException;
-
-/**
- * @goal test-basedir
- * @phase compile
- */
-public class TestBasedirMojo
-    extends AbstractMojo
-{
-    private static final int DELETE_RETRY_SLEEP_MILLIS = 10;
-    
-    /**
-     * @parameter expression="${basedir}/target/child-basedir"
-     * @required
-     */
-    private String childBasedir;
-
-    /**
-     * @parameter expression="${project.parent.basedir}/parent-basedir"
-     * @required
-     */
-    private String parentBasedir;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        write( new File( childBasedir ) );
-
-        write( new File( parentBasedir ) );
-    }
-
-    private void write( File f )
-        throws MojoExecutionException
-    {
-        if ( !f.getParentFile().exists() )
-        {
-            f.getParentFile().mkdirs();
-        }
-        
-        try
-        {
-            FileWriter w = new FileWriter( f );
-
-            w.write( f.getPath() );
-
-            w.close(); 
-        }
-        catch ( IOException e )
-        {
-            throw new MojoExecutionException( "Error writing verification file.", e );
-        }                
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0065/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0065/pom.xml
deleted file mode 100644
index f30bc65..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0065/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0065</name> 
-  <groupId>org.apache.maven.its.it0065</groupId>
-  <artifactId>maven-it-it0065</artifactId>
-  <description>Test that the basedir of the parent is set correctly.</description>
-  <packaging>pom</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <modules>
-    <module>plugin</module>
-    <module>subproject</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0065/subproject/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0065/subproject/pom.xml
deleted file mode 100644
index d625556..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0065/subproject/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0065</groupId>
-    <artifactId>maven-it-it0065</artifactId>
-    <version>1.0</version>
-  </parent>
-  <artifactId>subproject</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.it0065</groupId>
-        <artifactId>plugin</artifactId>
-        <version>1.0-SNAPSHOT</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-basedir</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0065/subproject/src/main/java/org/apache/maven/it0065/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0065/subproject/src/main/java/org/apache/maven/it0065/Person.java
deleted file mode 100644
index af13ac2..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0065/subproject/src/main/java/org/apache/maven/it0065/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0065;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0065/subproject/src/main/resources/it0065.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0065/subproject/src/main/resources/it0065.properties
deleted file mode 100644
index f54f8ab..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0065/subproject/src/main/resources/it0065.properties
+++ /dev/null
@@ -1 +0,0 @@
-name = jason
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0065/subproject/src/test/java/org/apache/maven/it0065/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0065/subproject/src/test/java/org/apache/maven/it0065/PersonTest.java
deleted file mode 100644
index de5487b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0065/subproject/src/test/java/org/apache/maven/it0065/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0065;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0065/subproject/src/test/java/org/apache/maven/it0065/PersonThreeTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0065/subproject/src/test/java/org/apache/maven/it0065/PersonThreeTest.java
deleted file mode 100644
index aaa095d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0065/subproject/src/test/java/org/apache/maven/it0065/PersonThreeTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0065;
-
-import junit.framework.TestCase;
-
-public class PersonThreeTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0065/subproject/src/test/java/org/apache/maven/it0065/PersonTwoTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0065/subproject/src/test/java/org/apache/maven/it0065/PersonTwoTest.java
deleted file mode 100644
index 5caea7b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0065/subproject/src/test/java/org/apache/maven/it0065/PersonTwoTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0065;
-
-import junit.framework.TestCase;
-
-public class PersonTwoTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0066/other-pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0066/other-pom.xml
deleted file mode 100644
index e411694..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0066/other-pom.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.it0066</groupId>
-  <artifactId>maven-it-it0066</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0067/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0067/pom.xml
deleted file mode 100644
index 5cfb717..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0067/pom.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0067</name> 
-  <groupId>org.apache.maven.its.it0067</groupId>
-  <artifactId>maven-it-it0067</artifactId>
-  <description>Test activation of a profile from the command line.</description>
-  <version>1.0-SNAPSHOT</version>
-  
-  <profiles>
-    <profile>
-      <id>test-profile</id>
-      
-      <dependencies>
-        <dependency>
-          <groupId>junit</groupId>
-          <artifactId>junit</artifactId>
-          <version>3.8.1</version>
-        </dependency>
-      </dependencies>
-    </profile>
-  </profiles>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0067/src/main/java/org/apache/maven/it0067/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0067/src/main/java/org/apache/maven/it0067/Person.java
deleted file mode 100644
index 91a0420..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0067/src/main/java/org/apache/maven/it0067/Person.java
+++ /dev/null
@@ -1,18 +0,0 @@
-package org.apache.maven.it0067;
-
-import junit.framework.TestCase;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0068/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0068/pom.xml
deleted file mode 100644
index 696b92d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0068/pom.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<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>
-  <name>Maven Integration Test :: it0068</name> 
-  <groupId>org.apache.maven.its.it0068</groupId>
-  <artifactId>maven-it-it0068</artifactId>
-  <description>Test repository accumulation.</description>
-  <version>1.0-SNAPSHOT</version>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.modello</groupId>
-        <artifactId>modello-maven-plugin</artifactId>
-        <version>1.0-alpha-7</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>xpp3-writer</goal>
-              <goal>java</goal>
-              <goal>xpp3-reader</goal>
-            </goals>
-            <configuration>
-              <version>1.0.0</version>
-              <model>test.mdo</model>
-              <packageWithVersion>false</packageWithVersion>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0068/test.mdo b/core-integration-testing/core-integration-tests/src/test/resources/it0068/test.mdo
deleted file mode 100644
index 5bd623b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0068/test.mdo
+++ /dev/null
@@ -1,769 +0,0 @@
-<?xml version="1.0"?>
-
-<model>
-  <id>settings</id>
-  <name>Settings</name>
-  <description><![CDATA[
-    User-specific configuration for maven. Includes things that should not 
-    be distributed with the pom.xml file, such as developer identity, along with 
-    local settings, like proxy information.]]></description>
-  <defaults>
-    <default>
-      <key>package</key>
-      <value>org.apache.maven.settings</value>
-    </default>
-  </defaults>
-  <classes>
-    <class>
-      <name>TrackableBase</name>
-      <version>1.0.0</version>
-      <description>common base class that contains code to track the source for this instance (USER|GLOBAL)</description>
-      <codeSegments>
-        <codeSegment>
-          <version>1.0.0</version>
-          <code><![CDATA[
-    public static final String USER_LEVEL = "user-level";
-    public static final String GLOBAL_LEVEL = "global-level";
-    
-    private String sourceLevel = USER_LEVEL;
-    private boolean sourceLevelSet = false;
-    
-    public void setSourceLevel( String sourceLevel )
-    {
-        if ( sourceLevelSet )
-        {
-            throw new IllegalStateException( "Cannot reset sourceLevel attribute; it is already set to: " + sourceLevel );
-        }
-        else if ( !( USER_LEVEL.equals( sourceLevel ) || GLOBAL_LEVEL.equals( sourceLevel ) ) )
-        {
-            throw new IllegalArgumentException( "sourceLevel must be one of: {" + USER_LEVEL + "," + GLOBAL_LEVEL + "}" );
-        }
-        else
-        {
-            this.sourceLevel = sourceLevel;
-            this.sourceLevelSet = true;
-        }
-    }
-    
-    public String getSourceLevel()
-    {
-        return sourceLevel;
-    }
-          ]]></code>
-        </codeSegment>
-      </codeSegments>
-    </class>
-    <class>
-      <name>IdentifiableBase</name>
-      <superClass>TrackableBase</superClass>
-      <version>1.0.0</version>
-      <fields>
-        <field>
-          <name>id</name>
-          <version>1.0.0</version>
-          <type>String</type>
-          <default>default</default>
-          <required>true</required>
-        </field>
-      </fields>
-    </class>
-    <class rootElement="true" xml.tagName="settings">
-      <name>Settings</name>
-      <version>1.0.0</version>
-      <superClass>TrackableBase</superClass>
-      <description>Root element of the user configuration file.</description>
-      <fields>
-        <field>
-          <name>localRepository</name>
-          <version>1.0.0</version>
-          <required>true</required>
-          <description><![CDATA[The local repository.]]></description>
-          <type>String</type>
-        </field>
-        <field>
-          <name>interactiveMode</name>
-          <version>1.0.0</version>
-          <description><![CDATA[Whether Maven should attempt to interact with the user for input.]]></description>
-          <type>boolean</type>
-          <defaultValue>true</defaultValue>
-        </field>
-        <field>
-          <name>usePluginRegistry</name>
-          <version>1.0.0</version>
-          <description><![CDATA[Whether Maven should use the plugin-registry.xml file to manage plugin versions.]]></description>
-          <type>boolean</type>
-          <defaultValue>true</defaultValue>
-        </field>
-        <!-- [JC] Not ready to use yet, so I'm making if unavailable for now. -->
-        <!-- field>
-          <name>passwordStore</name>
-          <version>1.0.0</version>
-          <required>false</required>
-          <description><![CDATA[The keystore used to store passwords.]]></description>
-          <type>String</type>
-        </field -->
-        <field>
-          <name>offline</name>
-          <version>1.0.0</version>
-          <required>false</required>
-          <description><![CDATA[Indicate whether maven should operate in offline mode full-time.]]>
-            </description>
-          <type>boolean</type>
-          <defaultValue>false</defaultValue>
-        </field>
-        <!-- [JC] Not ready to use yet, so I'm making if unavailable for now. -->
-        <!-- field>
-          <name>jdks</name>
-          <version>1.0.0</version>
-          <description><![CDATA[
-          	Configuration for different java environment profiles. One good use
-            for this might be to configure both JDK 1.4 and JDK 1.5 to work with
-            maven. Profiles will allow switching of entire java environments
-            based on the profile id, either in the defaults section below, or on
-            the command line.
-          ]]></description>
-          <association>
-            <type>Jdk</type>
-            <multiplicity>*</multiplicity>
-          </association>
-        </field -->
-        <field>
-          <name>proxies</name>
-          <version>1.0.0</version>
-          <description><![CDATA[
-          	Configuration for different proxy profiles. Multiple proxy profiles
-            might come in handy for anyone working from a notebook or other 
-            mobile platform, to enable easy switching of entire proxy 
-            configurations by simply specifying the profile id, again either from
-            the command line or from the defaults section below.
-          ]]></description>
-          <association>
-            <type>Proxy</type>
-            <multiplicity>*</multiplicity>
-          </association>
-        </field>
-        <field>
-          <name>servers</name>
-          <version>1.0.0</version>
-          <description><![CDATA[
-          	Configuration of server-specific settings, mainly authentication
-            method. This allows configuration of authentication on a per-server
-            basis.
-          ]]></description>
-          <association>
-            <type>Server</type>
-            <multiplicity>*</multiplicity>
-          </association>
-        </field>
-        <field>
-          <name>mirrors</name>
-          <version>1.0.0</version>
-          <description> Configuration of download mirrors for repositories. 
-            </description>
-          <association>
-            <type>Mirror</type>
-            <multiplicity>*</multiplicity>
-          </association>
-        </field>
-        <field>
-          <name>profiles</name>
-          <version>1.0.0</version>
-          <description><![CDATA[
-            Configuration of build profiles for adjusting the build 
-            according to environmental parameters
-          ]]></description>
-          <association>
-            <type>Profile</type>
-            <multiplicity>*</multiplicity>
-          </association>
-        </field>
-        <field>
-          <name>activeProfiles</name>
-          <version>1.0.0</version>
-          <description><![CDATA[
-            List of manually-activated build profiles, specified in the order in which
-            they should be applied.
-          ]]></description>
-          <association>
-            <type>String</type>
-            <multiplicity>*</multiplicity>
-          </association>
-        </field>
-        <field>
-          <name>pluginGroups</name>
-          <version>1.0.0</version>
-          <description>List of groupIds to search for a plugin when that plugin groupId is not explicitly provided.</description>
-          <association>
-            <type>String</type>
-            <multiplicity>*</multiplicity>
-          </association>
-        </field>
-      </fields>
-      <codeSegments>
-        <codeSegment>
-          <version>1.0.0</version>
-          <code><![CDATA[
-    private Proxy activeProxy;
-    
-    public void flushActiveProxy()
-    {
-        this.activeProxy = null;
-    }
-
-    public synchronized Proxy getActiveProxy()
-    {
-        if(activeProxy == null)
-        {
-            java.util.List proxies = getProxies();
-            if ( proxies != null && !proxies.isEmpty() )
-            {
-                if ( proxies.size() > 1 )
-                {
-                    for ( java.util.Iterator it = proxies.iterator(); it.hasNext(); )
-                    {
-                        Proxy proxy = (Proxy) it.next();
-                        if ( proxy.isActive() )
-                        {
-                            activeProxy = proxy;
-                            break;
-                        }
-                    }
-                }
-                else
-                {
-                    // If we only have one proxy, use it as the active one.
-                    activeProxy = (Proxy) proxies.get( 0 );
-                }
-            }
-        }
-
-        return activeProxy;
-    }
-    
-    public Server getServer( String serverId )
-    {
-        Server match = null;
-
-        java.util.List servers = getServers();
-        if ( servers != null && serverId != null )
-        {
-            for ( java.util.Iterator it = servers.iterator(); it.hasNext(); )
-            {
-                Server server = (Server) it.next();
-                if ( serverId.equals( server.getId() ) )
-                {
-                    match = server;
-                    break;
-                }
-            }
-        }
-
-        return match;
-    }
-    
-    public Mirror getMirrorOf( String repositoryId )
-    {
-        Mirror match = null;
-
-        java.util.List mirrors = getMirrors();
-        if ( mirrors != null && repositoryId != null )
-        {
-            for ( java.util.Iterator it = mirrors.iterator(); it.hasNext(); )
-            {
-                Mirror mirror = (Mirror) it.next();
-                if ( repositoryId.equals( mirror.getMirrorOf() ) )
-                {
-                    match = mirror;
-                    break;
-                }
-            }
-        }
-
-        return match;
-    }
-    
-    private java.util.Map profileMap;
-    
-    public void flushProfileMap()
-    {
-        this.profileMap = null;
-    }
-    
-    public java.util.Map getProfilesAsMap()
-    {
-        if ( profileMap == null )
-        {
-            profileMap = new java.util.HashMap();
-            
-            if ( getProfiles() != null )
-            {
-                for ( java.util.Iterator it = getProfiles().iterator(); it.hasNext(); )
-                {
-                    Profile profile = (Profile) it.next();
-                    
-                    profileMap.put( profile.getId(), profile );
-                }
-            }
-        }
-        
-        return profileMap;
-    }
-    
-    private RuntimeInfo runtimeInfo;
-    
-    public void setRuntimeInfo( RuntimeInfo runtimeInfo )
-    {
-        this.runtimeInfo = runtimeInfo;
-    }
-    
-    public RuntimeInfo getRuntimeInfo()
-    {
-        return runtimeInfo;
-    }
-        ]]></code>
-        </codeSegment>
-      </codeSegments>
-    </class>
-    <!-- @todo: is any of this too CVS specific? Investigate other SCMs -->
-    <!-- [JC] Commenting out until we're ready to use it... -->
-    <!-- class>
-      <name>Jdk</name>
-      <version>1.0.0</version>
-      <superClass>TrackableBase</superClass>
-      <description><![CDATA[Describes one Java environment]]></description>
-      <fields>
-        <field>
-          <name>active</name>
-          <version>1.0.0</version>
-          <required>false</required>
-          <defaultValue>false</defaultValue>
-          <description><![CDATA[Whether this JDK is the active one.]]></description>
-          <type>boolean</type>
-        </field>
-        <field>
-          <name>version</name>
-          <version>1.0.0</version>
-          <required>true</required>
-          <description><![CDATA[The JDK major version (eg. '1.4').]]></description>
-          <type>String</type>
-        </field>
-        <field>
-          <name>javaHome</name>
-          <version>1.0.0</version>
-          <required>true</required>
-          <description><![CDATA[The JDK home.]]></description>
-          <type>String</type>
-        </field>
-      </fields>
-    </class -->
-    <class>
-      <name>Proxy</name>
-      <version>1.0.0</version>
-      <superClass>IdentifiableBase</superClass>
-      <fields>
-        <field>
-          <name>active</name>
-          <version>1.0.0</version>
-          <required>false</required>
-          <defaultValue>false</defaultValue>
-          <description><![CDATA[Whether this proxy configuration is the active one.]]>
-            </description>
-          <type>boolean</type>
-        </field>
-        <field>
-          <name>protocol</name>
-          <version>1.0.0</version>
-          <description><![CDATA[The proxy protocol.]]></description>
-          <type>String</type>
-          <defaultValue>http</defaultValue>
-        </field>
-        <field>
-          <name>username</name>
-          <version>1.0.0</version>
-          <description><![CDATA[The proxy user.]]></description>
-          <type>String</type>
-        </field>
-        <field>
-          <name>password</name>
-          <version>1.0.0</version>
-          <description><![CDATA[The proxy password.]]></description>
-          <type>String</type>
-        </field>
-        <field>
-          <name>port</name>
-          <version>1.0.0</version>
-          <description><![CDATA[The proxy port.]]></description>
-          <type>int</type>
-        </field>
-        <field>
-          <name>host</name>
-          <version>1.0.0</version>
-          <description><![CDATA[The proxy host.]]></description>
-          <type>String</type>
-        </field>
-        <field>
-          <name>nonProxyHosts</name>
-          <version>1.0.0</version>
-          <description><![CDATA[
-          	The list of non-proxied hosts (usually 
-          	comma-delimited).
-          ]]></description>
-          <type>String</type>
-        </field>
-      </fields>
-    </class>
-    <class>
-      <name>Server</name>
-      <version>1.0.0</version>
-      <superClass>IdentifiableBase</superClass>
-      <fields>
-        <field>
-          <name>username</name>
-          <version>1.0.0</version>
-          <description><![CDATA[The username used to authenticate.]]>
-            </description>
-          <type>String</type>
-        </field>
-        <field>
-          <name>password</name>
-          <version>1.0.0</version>
-          <description><![CDATA[
-          	The password used in conjunction with the username to authenticate.
-          ]]></description>
-          <type>String</type>
-        </field>
-        <field>
-          <name>privateKey</name>
-          <version>1.0.0</version>
-          <description><![CDATA[The private key location used to authenticate.]]>
-            </description>
-          <type>String</type>
-        </field>
-        <field>
-          <name>passphrase</name>
-          <version>1.0.0</version>
-          <description><![CDATA[
-          	The passphrase used in conjunction with the privateKey to authenticate.
-          ]]></description>
-          <type>String</type>
-        </field>
-      </fields>
-    </class>
-    <class>
-      <name>Mirror</name>
-      <version>1.0.0</version>
-      <superClass>IdentifiableBase</superClass>
-      <description> A download mirror for a given repository. </description>
-      <fields>
-        <field>
-          <name>mirrorOf</name>
-          <required>true</required>
-          <version>1.0.0</version>
-          <type>String</type>
-          <description> The server ID of the repository being mirrored, eg 
-            "central". This MUST NOT match the mirror id. </description>
-        </field>
-        <field>
-          <name>name</name>
-          <required>false</required>
-          <version>1.0.0</version>
-          <type>String</type>
-          <description> The optional name that describes the mirror. 
-            </description>
-        </field>
-        <field>
-          <name>url</name>
-          <required>true</required>
-          <version>1.0.0</version>
-          <type>String</type>
-          <description> The URL of the mirror repository. </description>
-        </field>
-        <!--
-        <field>
-          <name>allowOriginal</name>
-          <version>1.0.0</version>
-          <type>boolean</type>
-          <defaultValue>true</defaultValue>
-          <description>
-            Whether to allow the user of the original as a fallback if an artifact is not found on the mirror.
-          </description>
-        </field>
--->
-      </fields>
-    </class>
-    <!-- Profile support -->
-    <class>
-      <name>Profile</name>
-      <version>1.0.0</version>
-      <superClass>IdentifiableBase</superClass>
-      <description><![CDATA[
-        Modifications to the build process which is keyed on some 
-        sort of environmental parameter.
-      ]]></description>
-      <fields>
-        <field>
-          <name>activation</name>
-          <version>1.0.0</version>
-          <description><![CDATA[The conditional logic which will automatically 
-            trigger the inclusion of this profile.]]></description>
-          <association>
-            <type>Activation</type>
-          </association>
-        </field>
-        <field>
-          <name>localRepository</name>
-          <version>1.0.0</version>
-          <type>String</type>
-          <description>backwards-compatible location for specifying the local repository for use in builds</description>
-          <comment>THIS IS DEPRECATED: use localRepository under the root element instead.</comment>
-        </field>
-        <field>
-          <name>properties</name>
-          <description>Extended configuration specific to this profile goes 
-            here.</description>
-          <type>Properties</type>
-          <association xml.mapStyle="inline">
-            <type>String</type>
-            <multiplicity>*</multiplicity>
-          </association>
-        </field>
-        <field>
-          <name>repositories</name>
-          <version>1.0.0</version>
-          <description><![CDATA[The lists of the remote repositories]]>
-            </description>
-          <association>
-            <type>Repository</type>
-            <multiplicity>*</multiplicity>
-          </association>
-        </field>
-        <field>
-          <name>pluginRepositories</name>
-          <version>1.0.0</version>
-          <description><![CDATA[
-          The lists of the remote repositories for discovering plugins
-        ]]></description>
-          <association>
-            <type>Repository</type>
-            <multiplicity>*</multiplicity>
-          </association>
-          <comment><![CDATA[ This may be removed or relocated in the near 
-            future. It is undecided whether plugins really need a remote 
-            repository set of their own. ]]></comment>
-        </field>
-      </fields>
-    </class>
-    <class>
-      <name>Activation</name>
-      <version>1.0.0</version>
-      <description><![CDATA[
-        The conditions within the build runtime environment which will trigger 
-        the automatic inclusion of the parent build profile.
-      ]]></description>
-      <fields>
-        <field>
-          <name>activeByDefault</name>
-          <version>1.0.0</version>
-          <type>boolean</type>
-          <description>Flag specifying whether this profile is active as a default.</description>
-        </field>
-        <field>
-          <name>jdk</name>
-          <version>1.0.0</version>
-          <type>String</type>
-          <description><![CDATA[
-            Specifies that this profile will be activated when a matching JDK is detected.
-          ]]></description>
-        </field>
-        <field>
-          <name>property</name>
-          <version>1.0.0</version>
-          <description><![CDATA[
-            Specifies that this profile will be activated when this System property is specified.
-          ]]></description>
-          <association>
-            <type>ActivationProperty</type>
-          </association>
-        </field>
-      </fields>
-    </class>
-
-    <!-- TODO: reproduced from maven-model/maven.mdo, instead should inherit code and link to external docs -->
-    <class>
-      <name>RepositoryBase</name>
-      <version>1.0.0</version>
-      <description><![CDATA[
-         Repository contains the information needed
-         for establishing connections with remote repoistory
-      ]]></description>
-      <fields>
-        <field>
-          <name>id</name>
-          <version>1.0.0</version>
-          <description><![CDATA[
-            A unique identifier for a repository.
-          ]]></description>
-          <type>String</type>
-        </field>
-        <field>
-          <name>name</name>
-          <version>1.0.0</version>
-          <description><![CDATA[
-            Human readable name of the repository
-          ]]></description>
-          <type>String</type>
-        </field>
-        <field>
-          <name>url</name>
-          <version>1.0.0</version>
-          <description><![CDATA[
-             The url of the repository
-          ]]></description>
-          <type>String</type>
-        </field>
-        <field>
-          <name>layout</name>
-          <version>1.0.0</version>
-          <description>The type of layout this repository uses for locating and storing artifacts - can be "legacy" or
-            "default".</description>
-          <type>String</type>
-          <defaultValue>default</defaultValue>
-        </field>
-      </fields>
-      <codeSegments>
-        <codeSegment>
-          <version>1.0.0</version>
-          <code><![CDATA[
-            public boolean equals( Object obj )
-            {
-                RepositoryBase other =  (RepositoryBase) obj;
-
-                boolean retValue = false;
-
-                if ( id != null )
-                {
-                    retValue = id.equals( other.id );
-                }
-
-                return retValue;
-            }
-          ]]></code>
-        </codeSegment>
-      </codeSegments>
-    </class>
-
-    <class>
-      <name>Repository</name>
-      <superClass>RepositoryBase</superClass>
-      <version>1.0.0</version>
-      <description>
-        Repository contains the information needed for establishing connections with remote repoistory
-      </description>
-      <fields>
-        <!-- TODO: deprecated -->
-        <field>
-          <name>snapshotPolicy</name>
-          <version>1.0.0</version>
-          <description>
-            The policy for downloading snapshots - can be "always", "daily" (default), "interval:XXX" (in minutes) or
-            "never" (repository is not checked, even if the snapshot is not present locally).
-          </description>
-          <type>String</type>
-        </field>
-        <!-- TODO: deprecated -->
-        <field>
-          <name>checksumPolicy</name>
-          <version>1.0.0</version>
-          <description>What to do when verification of an artifact checksum fails - warn, fail, etc. Valid values are
-            "fail" or "warn"</description>
-          <type>String</type>
-        </field>
-        <field>
-          <name>releases</name>
-          <version>1.0.0</version>
-          <description>How to handle downloading of releases from this repository</description>
-          <association>
-            <type>RepositoryPolicy</type>
-          </association>
-        </field>
-        <field>
-          <name>snapshots</name>
-          <version>1.0.0</version>
-          <description>How to handle downloading of snapshots from this repository</description>
-          <association>
-            <type>RepositoryPolicy</type>
-          </association>
-        </field>
-      </fields>
-      <!-- prevent modello generation of an incorrect equals method. Could be avoided by using <identity/> tags to mark ID as the only identity field -->
-      <codeSegments>
-        <codeSegment>
-          <version>1.0.0</version>
-          <code><![CDATA[
-            public boolean equals( Object obj )
-            {
-                return super.equals( obj );
-            }
-          ]]></code>
-        </codeSegment>
-      </codeSegments>
-    </class>
-
-    <class>
-      <name>RepositoryPolicy</name>
-      <version>1.0.0</version>
-      <description>Download policy</description>
-      <fields>
-        <field>
-          <name>enabled</name>
-          <version>1.0.0</version>
-          <description>Whether to use this repository for downloading this type of artifact</description>
-          <type>boolean</type>
-          <defaultValue>true</defaultValue>
-        </field>
-        <field>
-          <name>updatePolicy</name>
-          <version>1.0.0</version>
-          <description>
-            The frequency for downloading updates - can be "always", "daily" (default), "interval:XXX" (in minutes) or
-            "never" (only if it doesn't exist locally).
-          </description>
-          <type>String</type>
-        </field>
-        <field>
-          <name>checksumPolicy</name>
-          <version>1.0.0</version>
-          <description>What to do when verification of an artifact checksum fails - warn, fail, etc. Valid values are
-            "fail" or "warn"</description>
-          <type>String</type>
-        </field>
-      </fields>
-    </class>
-
-    <class>
-      <name>ActivationProperty</name>
-      <version>1.0.0</version>
-      <description><![CDATA[
-        This is the property specification used to activate a profile. If the value field is empty, 
-        then the existence of the named property will activate the profile, otherwise it does a case-sensitive
-        match against the property value as well.
-      ]]></description>
-      <fields>
-        <field>
-          <name>name</name>
-          <version>1.0.0</version>
-          <type>String</type>
-          <required>true</required>
-          <description>The name of the property to be used to activate a profile</description>
-        </field>
-        <field>
-          <name>value</name>
-          <version>1.0.0</version>
-          <type>String</type>
-          <description>The value of the property to be used to activate a profile</description>
-        </field>
-      </fields>
-    </class>
-    <!-- /BuildProfile support -->
-  </classes>
-</model>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0069/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0069/pom.xml
deleted file mode 100644
index 9207ffb..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0069/pom.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0069</name> 
-  <groupId>org.apache.maven.its.it0069</groupId>
-  <artifactId>maven-it-it0069</artifactId>
-  <description>Test offline mode.</description>
-  <version>1.0-SNAPSHOT</version>
-
-  <dependencies>
-    <dependency>
-      <groupId>classworlds</groupId>
-      <artifactId>classworlds</artifactId>
-      <version>1.1-alpha-2</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0069/src/main/java/org/apache/maven/it0069/ClassworldBasedThing.java b/core-integration-testing/core-integration-tests/src/test/resources/it0069/src/main/java/org/apache/maven/it0069/ClassworldBasedThing.java
deleted file mode 100644
index 330d86a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0069/src/main/java/org/apache/maven/it0069/ClassworldBasedThing.java
+++ /dev/null
@@ -1,7 +0,0 @@
-package org.apache.maven.it0069;
-
-public class ClassworldBasedThing
-{
-    private org.codehaus.classworlds.ClassRealm realm;
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0070/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0070/pom.xml
deleted file mode 100644
index c581601..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0070/pom.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0070</name> 
-  <groupId>org.apache.maven.its.it0070</groupId>
-  <artifactId>maven-it-it0070</artifactId>
-  <description>Test a RAR generation.</description>
-  <packaging>rar</packaging>
-  <version>1.0</version>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-rar-plugin</artifactId>
-        <configuration>
-            <includeJar>false</includeJar>
-            <raXmlFile>src/main/custom/ra.xml</raXmlFile>            
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0070/src/main/custom/ra.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0070/src/main/custom/ra.xml
deleted file mode 100644
index dfd9a98..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0070/src/main/custom/ra.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<connector>
-  <fake-content></fake-content>
-</connector>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0070/src/main/rar/SomeResource.txt b/core-integration-testing/core-integration-tests/src/test/resources/it0070/src/main/rar/SomeResource.txt
deleted file mode 100644
index e69de29..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0070/src/main/rar/SomeResource.txt
+++ /dev/null
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0071/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0071/pom.xml
deleted file mode 100644
index 0898f46..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0071/pom.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0071</name> 
-  <groupId>org.apache.maven.its.it0071</groupId>
-  <artifactId>maven-it-it0071</artifactId>
-  <description>Verifies that dotted property references work within plugin
-        configurations.</description>
-  <packaging>jar</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-touch</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <configuration>
-          <pluginItem>${m2.foo}</pluginItem>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-  <properties>
-    <m2.foo>foo2</m2.foo>
-  </properties>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0072/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0072/pom.xml
deleted file mode 100644
index c74745a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0072/pom.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0072</name> 
-  <groupId>org.apache.maven.its.it0072</groupId>
-  <artifactId>maven-it-it0072</artifactId>
-  <description>Verifies that property references with dotted notation work within
-        POM interpolation.</description>
-  <packaging>jar</packaging>
-  <version>${m2.version}</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <properties>
-    <m2.foo>foo2</m2.foo>
-    <m2.version>1.0-SNAPSHOT</m2.version>
-  </properties>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0073/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0073/pom.xml
deleted file mode 100644
index d2e97e9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0073/pom.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0073</name> 
-  <groupId>org.apache.maven.its.it0073</groupId>
-  <artifactId>maven-it-it0073</artifactId>
-  <description>Tests context passing between mojos in the same plugin.</description>
-  <version>1.0-SNAPSHOT</version>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-context-passing</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <configuration>
-          <value>thrown-value</value>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0074/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0074/pom.xml
deleted file mode 100644
index 34ae043..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0074/pom.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<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>
-  <name>Maven Integration Test :: it0074</name> 
-  <groupId>org.apache.maven.its.it0074</groupId>
-  <artifactId>maven-it-it0074</artifactId>
-  <description>Test that plugin-level configuration instances are not nullified by
-        execution-level configuration instances.</description>
-  <version>1.0</version>
-
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-    </dependency>
-  </dependencies>
- 
-  <build>
-    <plugins> 
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>precompile</id>
-            <phase>initialize</phase>
-            <configuration>
-              <includes >
-                <include implementation="java.lang.String">org/apache/maven/it0074/Person.java</include>
-              </includes>
-            </configuration>
-            <goals>
-              <goal>compile</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>    
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0074/src/main/java/org/apache/maven/it0074/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0074/src/main/java/org/apache/maven/it0074/Person.java
deleted file mode 100644
index 81569e2..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0074/src/main/java/org/apache/maven/it0074/Person.java
+++ /dev/null
@@ -1,6 +0,0 @@
-package org.apache.maven.it0074;
-
-public class Person
-{
-    private String name;
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0075/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0075/pom.xml
deleted file mode 100644
index 3b613a7..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0075/pom.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0075</name> 
-  <groupId>org.apache.maven.its.it0075</groupId>
-  <artifactId>maven-it-it0075</artifactId>
-  <description>Verify that direct invocation of a mojo from the command line still
-        results in the processing of modules included via profiles.</description>
-  <version>1.0</version>
-  <packaging>pom</packaging>
-
-  <modules>
-    <module>sub1</module>
-  </modules>
-
-  <profiles>
-    <profile>
-      <id>include-sub2</id>
-      <activation>
-        <property>
-          <name>activate</name>
-        </property>
-      </activation>
-
-      <modules>
-        <module>sub2</module>
-      </modules>
-    </profile>
-  </profiles>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0075/sub1/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0075/sub1/pom.xml
deleted file mode 100644
index 097a1af..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0075/sub1/pom.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0075</groupId>
-    <artifactId>maven-it-it0075</artifactId>
-    <version>1.0</version>
-  </parent>
-  <artifactId>sub1</artifactId>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0075/sub1/src/main/java/org/apache/maven/it0075/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0075/sub1/src/main/java/org/apache/maven/it0075/Person.java
deleted file mode 100644
index 4625629..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0075/sub1/src/main/java/org/apache/maven/it0075/Person.java
+++ /dev/null
@@ -1,6 +0,0 @@
-package org.apache.maven.it0075;
-
-public class Person
-{
-    private String name;
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0075/sub2/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0075/sub2/pom.xml
deleted file mode 100644
index 2fc1341..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0075/sub2/pom.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0075</groupId>
-    <artifactId>maven-it-it0075</artifactId>
-    <version>1.0</version>
-  </parent>
-  <artifactId>sub2</artifactId>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0075/sub2/src/main/java/org/apache/maven/it0075/Person2.java b/core-integration-testing/core-integration-tests/src/test/resources/it0075/sub2/src/main/java/org/apache/maven/it0075/Person2.java
deleted file mode 100644
index 21053e2..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0075/sub2/src/main/java/org/apache/maven/it0075/Person2.java
+++ /dev/null
@@ -1,6 +0,0 @@
-package org.apache.maven.it0075;
-
-public class Person2
-{
-    private String name;
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0076/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0076/pom.xml
deleted file mode 100644
index 88498b0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0076/pom.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0076</name> 
-  <groupId>org.apache.maven.its.it0076</groupId>
-  <artifactId>maven-it-it0076</artifactId> 
-  <description>Test that plugins in pluginManagement aren't included in the build
-        unless they are referenced by groupId/artifactId within the plugins
-        section of a pom.</description> 
-  <version>1.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-war-plugin</artifactId>
-
-          <executions>
-            <execution>
-              <id>exec1</id>
-              <phase>package</phase>
-              <goals>
-                <goal>war</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0077/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0077/pom.xml
deleted file mode 100644
index 8d4e655..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0077/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0077</name> 
-  <groupId>org.apache.maven.its.it0077</groupId>
-  <artifactId>maven-it-it0077</artifactId>
-  <description>Test test jar attachment.</description>
-  <packaging>pom</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <modules>
-    <module>sub1</module>
-    <module>sub2</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0077/sub1/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0077/sub1/pom.xml
deleted file mode 100644
index 79c4f10..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0077/sub1/pom.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0077</groupId>
-    <artifactId>maven-it-it0077</artifactId>
-    <version>1.0</version>
-  </parent>
-  <artifactId>sub1</artifactId>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-      <version>2.0</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0077/sub1/src/main/java/org/apache/maven/it0077/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0077/sub1/src/main/java/org/apache/maven/it0077/Person.java
deleted file mode 100644
index 14c3784..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0077/sub1/src/main/java/org/apache/maven/it0077/Person.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0077;
-
-public class Person
-{
-    private String name;
-    
-    public void setName( String name )
-    {
-        this.name = name;
-    }
-    
-    public String getName()
-    {
-        return name;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0077/sub1/src/test/java/org/apache/maven/it0077/PersonTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0077/sub1/src/test/java/org/apache/maven/it0077/PersonTest.java
deleted file mode 100644
index f3a40ca..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0077/sub1/src/test/java/org/apache/maven/it0077/PersonTest.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.it0077;
-
-import junit.framework.TestCase;
-
-public class PersonTest
-    extends TestCase
-{
-    public void testPerson()
-    {
-        Person person = new Person();
-        
-        person.setName( "foo" );
-        
-        assertEquals( "foo", person.getName() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0077/sub2/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0077/sub2/pom.xml
deleted file mode 100644
index 6001461..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0077/sub2/pom.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0077</groupId>
-    <artifactId>maven-it-it0077</artifactId>
-    <version>1.0</version>
-  </parent>
-  <artifactId>sub2</artifactId>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.its.it0077</groupId>
-      <artifactId>sub1</artifactId>
-      <version>1.0</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.its.it0077</groupId>
-      <artifactId>sub1</artifactId>
-      <type>test-jar</type>
-      <version>1.0</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0077/sub2/src/test/java/org/apache/maven/it0077/PersonTwoTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0077/sub2/src/test/java/org/apache/maven/it0077/PersonTwoTest.java
deleted file mode 100644
index a81618e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0077/sub2/src/test/java/org/apache/maven/it0077/PersonTwoTest.java
+++ /dev/null
@@ -1,8 +0,0 @@
-package org.apache.maven.it0077;
-
-import junit.framework.TestCase;
-
-public class PersonTwoTest
-    extends PersonTest
-{
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0078/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0078/pom.xml
deleted file mode 100644
index c6e4aab..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0078/pom.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0078</name> 
-  <groupId>org.apache.maven.its.it0078</groupId>
-  <artifactId>maven-it-it0078</artifactId>
-  <description>Test that configuration for maven-compiler-plugin is injected from
-        PluginManagement section even when it's not explicitly defined in the
-        plugins section.</description>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <configuration>
-            <excludes>
-              <exclude implementation="java.lang.String">**/Test.java</exclude>
-            </excludes>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0078/src/main/java/Test.java b/core-integration-testing/core-integration-tests/src/test/resources/it0078/src/main/java/Test.java
deleted file mode 100644
index a0d36b0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0078/src/main/java/Test.java
+++ /dev/null
@@ -1,6 +0,0 @@
-import java.util.List;
-
-public class Test
-{
-	private List strings;
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0079/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0079/pom.xml
deleted file mode 100644
index 6761fcf..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0079/pom.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<project>
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.maven.its.it0079</groupId>
-    <artifactId>maven-it-it0079</artifactId>
-
-    <description>Test that source attachments have the same build number as the main
-        artifact when deployed.</description>
-
-    <version>SNAPSHOT</version>
-    <distributionManagement>
-        <snapshotRepository>
-            <id>test</id>
-            <name>Test Repo</name>
-            <url>file:target/test-repo</url>
-        </snapshotRepository>
-    </distributionManagement>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-source-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0079/src/main/java/org/apache/maven/it0079/Person.java b/core-integration-testing/core-integration-tests/src/test/resources/it0079/src/main/java/org/apache/maven/it0079/Person.java
deleted file mode 100644
index 13e7918..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0079/src/main/java/org/apache/maven/it0079/Person.java
+++ /dev/null
@@ -1,6 +0,0 @@
-package org.apache.maven.it0079;
-
-public class Person
-{
-    String name;
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0080/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0080/pom.xml
deleted file mode 100644
index 66aa74a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0080/pom.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0080</name> 
-  <groupId>org.apache.maven.its.it0080</groupId>
-  <artifactId>maven-it-it0080</artifactId>
-  <description>Test that depending on a WAR doesn't also get its dependencies
-        transitively.</description>
-  <version>0.1</version>
-  <packaging>pom</packaging>
-  <modules>
-    <module>test-component-c</module>
-    <module>test-component-b</module>
-    <module>test-component-a</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0080/test-component-a/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0080/test-component-a/pom.xml
deleted file mode 100644
index c6cdc46..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0080/test-component-a/pom.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>maven-it-it0080</artifactId>
-    <groupId>org.apache.maven.its.it0080</groupId>
-    <version>0.1</version>
-  </parent>
-  <artifactId>test-component-a</artifactId>
-  <version>0.1</version>
-  <name>Test Component A</name>
-  <packaging>jar</packaging>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0080/test-component-a/src/main/java/A.java b/core-integration-testing/core-integration-tests/src/test/resources/it0080/test-component-a/src/main/java/A.java
deleted file mode 100644
index a818696..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0080/test-component-a/src/main/java/A.java
+++ /dev/null
@@ -1,5 +0,0 @@
-package it0080;
-
-public class A {
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0080/test-component-b/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0080/test-component-b/pom.xml
deleted file mode 100644
index 0c88481..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0080/test-component-b/pom.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>maven-it-it0080</artifactId>
-    <groupId>org.apache.maven.its.it0080</groupId>
-    <version>0.1</version>
-  </parent>
-  <artifactId>test-component-b</artifactId>
-  <version>0.1</version>
-  <name>Test Component B</name>
-  <packaging>war</packaging>
-  <dependencies>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>test-component-a</artifactId>
-      <version>0.1</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0080/test-component-b/src/main/java/B.java b/core-integration-testing/core-integration-tests/src/test/resources/it0080/test-component-b/src/main/java/B.java
deleted file mode 100644
index ba2abfe..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0080/test-component-b/src/main/java/B.java
+++ /dev/null
@@ -1,7 +0,0 @@
-package it0080;
-
-public class B
-  extends A
-{
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0080/test-component-b/src/main/webapp/WEB-INF/web.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0080/test-component-b/src/main/webapp/WEB-INF/web.xml
deleted file mode 100644
index 92bb2e9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0080/test-component-b/src/main/webapp/WEB-INF/web.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
-
-<web-app >
-</web-app>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0080/test-component-c/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0080/test-component-c/pom.xml
deleted file mode 100644
index 8668ed5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0080/test-component-c/pom.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>maven-it-it0080</artifactId>
-    <groupId>org.apache.maven.its.it0080</groupId>
-    <version>0.1</version>
-  </parent>
-  <artifactId>test-component-c</artifactId>
-  <version>0.1</version>
-  <name>Test Component C</name>
-  <packaging>ear</packaging>
-  <dependencies>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>test-component-b</artifactId>
-      <version>0.1</version>
-      <type>war</type>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0080/test-component-c/src/main/java/C.java b/core-integration-testing/core-integration-tests/src/test/resources/it0080/test-component-c/src/main/java/C.java
deleted file mode 100644
index f020c15..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0080/test-component-c/src/main/java/C.java
+++ /dev/null
@@ -1,7 +0,0 @@
-package it0080;
-
-public class C
-  extends A
-{
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0081/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0081/pom.xml
deleted file mode 100644
index b72264e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0081/pom.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0081</name> 
-  <groupId>org.apache.maven.its.it0081</groupId>
-  <artifactId>maven-it-it0081</artifactId>
-  <description>Test per-plugin dependencies.</description>
-  <version>0.1</version>
-  <packaging>pom</packaging>
-  <modules>
-    <module>test-component-c</module>
-    <module>test-plugin</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0081/test-component-c/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0081/test-component-c/pom.xml
deleted file mode 100644
index 74fe235..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0081/test-component-c/pom.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>maven-it-it0081</artifactId>
-    <groupId>org.apache.maven.its.it0081</groupId>
-    <version>0.1</version>
-  </parent>
-  <artifactId>test-component-c</artifactId>
-  <version>0.1</version>
-  <name>Test Component C</name>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.it0081</groupId>
-        <artifactId>test-plugin</artifactId>
-        <version>0.1</version>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven.wagon</groupId>
-            <artifactId>wagon-ftp</artifactId>
-            <version>1.0-alpha-4</version>
-          </dependency>
-        </dependencies>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0081/test-plugin/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0081/test-plugin/pom.xml
deleted file mode 100644
index 403a0d6..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0081/test-plugin/pom.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>maven-it-it0081</artifactId>
-    <groupId>org.apache.maven.its.it0081</groupId>
-    <version>0.1</version>
-  </parent>
-  <artifactId>test-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <version>0.1</version>
-  <name>Test Plugin</name>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0-beta-1</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0081/test-plugin/src/main/java/org/apache/maven/plugin/coreit/CoreItMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0081/test-plugin/src/main/java/org/apache/maven/plugin/coreit/CoreItMojo.java
deleted file mode 100644
index 28bcec9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0081/test-plugin/src/main/java/org/apache/maven/plugin/coreit/CoreItMojo.java
+++ /dev/null
@@ -1,75 +0,0 @@
-package org.apache.maven.plugin.coreit;
-
-/*
- * Copyright 2001-2004 The Apache Software 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.
- */
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-
-import java.io.File;
-import java.io.FileWriter;
-import java.io.IOException;
-
-/**
- * test goal.
- *
- * @goal test
- * @phase test
- */
-public class CoreItMojo
-    extends AbstractMojo
-{
-    /**
-     * @parameter expression="${project.build.directory}"
-     * @required
-     */
-    private String outputDirectory;
-
-    /**
-     * @component role="org.apache.maven.wagon.Wagon" roleHint="ftp"
-     */
-    private Object wagon;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        touch( new File( outputDirectory ), wagon.getClass().getName() );
-    }
-
-    private static void touch( File dir, String file )
-        throws MojoExecutionException
-    {
-        try
-        {
-             if ( !dir.exists() )
-             {
-                 dir.mkdirs();
-             }
-             
-             File touch = new File( dir, file );
-     
-             FileWriter w = new FileWriter( touch );
-             
-             w.write( file );
-             
-             w.close();
-        }
-        catch ( IOException e )
-        {
-            throw new MojoExecutionException( "Error touching file", e );
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0082/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0082/pom.xml
deleted file mode 100644
index be95fc1..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0082/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0082</name> 
-  <groupId>org.apache.maven.its.it0082</groupId>
-  <artifactId>maven-it-it0082</artifactId>
-  <description>Test that the reactor can establish the artifact location of known projects for dependencies
-        using process-sources to see that it works even when they aren't compiled</description>
-  <version>0.1</version>
-  <packaging>pom</packaging>
-  <modules>
-    <module>test-component-c</module>
-    <module>test-plugin</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0082/test-component-c/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0082/test-component-c/pom.xml
deleted file mode 100644
index bd158ab..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0082/test-component-c/pom.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-   <parent>
-     <artifactId>maven-it-it0082</artifactId>
-     <groupId>org.apache.maven.its.it0082</groupId>
-     <version>0.1</version>
-  </parent>
-  <artifactId>test-component-c</artifactId>
-  <version>0.1</version>
-  <name>Test Component C</name>
-  <packaging>war</packaging>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-touch</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <configuration>
-          <goalItem>my-test</goalItem>
-        </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>touch</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0082/test-component-c/src/main/java/C.java b/core-integration-testing/core-integration-tests/src/test/resources/it0082/test-component-c/src/main/java/C.java
deleted file mode 100644
index 005a2df..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0082/test-component-c/src/main/java/C.java
+++ /dev/null
@@ -1,7 +0,0 @@
-package it0082;
-
-public class C
-  extends A
-{
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0082/test-component-c/src/main/webapp/WEB-INF/web.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0082/test-component-c/src/main/webapp/WEB-INF/web.xml
deleted file mode 100644
index 92bb2e9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0082/test-component-c/src/main/webapp/WEB-INF/web.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
-
-<web-app >
-</web-app>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0082/test-plugin/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0082/test-plugin/pom.xml
deleted file mode 100644
index a0a2ae5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0082/test-plugin/pom.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-	<parent>
-		<artifactId>maven-it-it0082</artifactId>
-		<groupId>org.apache.maven.its.it0082</groupId>
-		<version>0.1</version>
-	</parent>
-  <artifactId>test-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <name>Test Plugin</name>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0-beta-1</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0082/test-plugin/src/main/java/org/apache/maven/plugin/coreit/CoreItMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0082/test-plugin/src/main/java/org/apache/maven/plugin/coreit/CoreItMojo.java
deleted file mode 100644
index ad958a7..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0082/test-plugin/src/main/java/org/apache/maven/plugin/coreit/CoreItMojo.java
+++ /dev/null
@@ -1,77 +0,0 @@
-package org.apache.maven.plugin.coreit;
-
-/*
- * Copyright 2001-2004 The Apache Software 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.
- */
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-
-import java.io.File;
-import java.io.FileWriter;
-import java.io.IOException;
-
-/**
- * @goal test
- * 
- * @phase process-sources
- *
- * @description Goal which cleans the build
- */
-public class CoreItMojo
-    extends AbstractMojo
-{
-    /**
-     * @parameter expression="${project.build.directory}"
-     * @required
-     */
-    private String outputDirectory;
-
-    /**
-     * @parameter
-     * @required
-     */
-    private String value;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        touch( new File( outputDirectory ), value );
-    }
-
-    private static void touch( File dir, String file )
-        throws MojoExecutionException
-    {
-        try
-        {
-             if ( !dir.exists() )
-             {
-                 dir.mkdirs();
-             }
-             
-             File touch = new File( dir, file );
-     
-             FileWriter w = new FileWriter( touch );
-             
-             w.write( file );
-             
-             w.close();
-        }
-        catch ( IOException e )
-        {
-            throw new MojoExecutionException( "Error touching file", e );
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0083/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0083/pom.xml
deleted file mode 100644
index 6a21b07..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0083/pom.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0083</name>
-  <groupId>org.apache.maven.its.it0083</groupId>
-  <artifactId>maven-it-it0083</artifactId>
-  <description>Verify that overriding a compile time dependency as provided in a WAR ensures it is not included.
-  </description>
-  <version>0.1</version>
-  <packaging>pom</packaging>
-  <modules>
-    <module>test-component-c</module>
-    <module>test-component-b</module>
-    <module>test-component-a</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0083/test-component-a/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0083/test-component-a/pom.xml
deleted file mode 100644
index 6957e1f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0083/test-component-a/pom.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>maven-it-it0083</artifactId>
-    <groupId>org.apache.maven.its.it0083</groupId>
-    <version>0.1</version>
-  </parent>
-  <artifactId>test-component-a</artifactId>
-  <version>0.1</version>
-  <name>Test Component A</name>
-  <packaging>jar</packaging>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0083/test-component-a/src/main/java/A.java b/core-integration-testing/core-integration-tests/src/test/resources/it0083/test-component-a/src/main/java/A.java
deleted file mode 100644
index 73e270d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0083/test-component-a/src/main/java/A.java
+++ /dev/null
@@ -1,3 +0,0 @@
-public class A {
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0083/test-component-b/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0083/test-component-b/pom.xml
deleted file mode 100644
index 03c42bb..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0083/test-component-b/pom.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>maven-it-it0083</artifactId>
-    <groupId>org.apache.maven.its.it0083</groupId>
-    <version>0.1</version>
-  </parent>
-  <artifactId>test-component-b</artifactId>
-  <version>0.1</version>
-  <name>Test Component B</name>
-  <packaging>jar</packaging>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.its.it0083</groupId>
-      <artifactId>test-component-a</artifactId>
-      <version>0.1</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0083/test-component-b/src/main/java/B.java b/core-integration-testing/core-integration-tests/src/test/resources/it0083/test-component-b/src/main/java/B.java
deleted file mode 100644
index c288d4d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0083/test-component-b/src/main/java/B.java
+++ /dev/null
@@ -1,5 +0,0 @@
-public class B
-  extends A
-{
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0083/test-component-c/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0083/test-component-c/pom.xml
deleted file mode 100644
index c03f5a3..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0083/test-component-c/pom.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>maven-it-it0083</artifactId>
-    <groupId>org.apache.maven.its.it0083</groupId>
-    <version>0.1</version>
-  </parent>
-  <artifactId>test-component-c</artifactId>
-  <version>0.1</version>
-  <name>Test Component C</name>
-  <packaging>war</packaging>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.its.it0083</groupId>
-      <artifactId>test-component-b</artifactId>
-      <version>0.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.its.it0083</groupId>
-      <artifactId>test-component-a</artifactId>
-      <version>0.1</version>
-      <scope>provided</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0083/test-component-c/src/main/java/C.java b/core-integration-testing/core-integration-tests/src/test/resources/it0083/test-component-c/src/main/java/C.java
deleted file mode 100644
index f7546a5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0083/test-component-c/src/main/java/C.java
+++ /dev/null
@@ -1,5 +0,0 @@
-public class C
-  extends A
-{
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0083/test-component-c/src/main/webapp/WEB-INF/web.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0083/test-component-c/src/main/webapp/WEB-INF/web.xml
deleted file mode 100644
index 92bb2e9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0083/test-component-c/src/main/webapp/WEB-INF/web.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
-
-<web-app >
-</web-app>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0084/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0084/pom.xml
deleted file mode 100644
index 1b9a5b3..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0084/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0084</name>
-  <groupId>org.apache.maven.its.it0084</groupId>
-  <artifactId>maven-it-it0084</artifactId>
-  <description>Verify that the collector selecting a particular version gets the correct subtree</description>
-  <version>0.1</version>
-  <packaging>pom</packaging>
-  <modules>
-    <module>test-component-c</module>
-    <module>test-component-b</module>
-    <module>test-component-a</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0084/test-component-a/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0084/test-component-a/pom.xml
deleted file mode 100644
index 220be64..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0084/test-component-a/pom.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>maven-it-it0084</artifactId>
-    <groupId>org.apache.maven.its.it0084</groupId>
-    <version>0.1</version>
-  </parent>
-  <artifactId>test-component-a</artifactId>
-  <version>0.1</version>
-  <name>Test Component A</name>
-  <packaging>jar</packaging>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-core-it-support</artifactId>
-      <version>1.4</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0084/test-component-a/src/main/java/A.java b/core-integration-testing/core-integration-tests/src/test/resources/it0084/test-component-a/src/main/java/A.java
deleted file mode 100644
index 40b4ff4..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0084/test-component-a/src/main/java/A.java
+++ /dev/null
@@ -1,5 +0,0 @@
-package it0084;
-
-public class A {
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0084/test-component-b/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0084/test-component-b/pom.xml
deleted file mode 100644
index 350ebc4..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0084/test-component-b/pom.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>maven-it-it0084</artifactId>
-    <groupId>org.apache.maven.its.it0084</groupId>
-    <version>0.1</version>
-  </parent>
-  <artifactId>test-component-b</artifactId>
-  <version>0.1</version>
-  <name>Test Component B</name>
-  <packaging>jar</packaging>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-core-it-support</artifactId>
-      <version>1.3</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0084/test-component-b/src/main/java/B.java b/core-integration-testing/core-integration-tests/src/test/resources/it0084/test-component-b/src/main/java/B.java
deleted file mode 100644
index 142f698..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0084/test-component-b/src/main/java/B.java
+++ /dev/null
@@ -1,4 +0,0 @@
-public class B
-{
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0084/test-component-c/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0084/test-component-c/pom.xml
deleted file mode 100644
index 54d13a5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0084/test-component-c/pom.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>maven-it-it0084</artifactId>
-    <groupId>org.apache.maven.its.it0084</groupId>
-    <version>0.1</version>
-  </parent>
-  <artifactId>test-component-c</artifactId>
-  <version>0.1</version>
-  <name>Test Component C</name>
-  <packaging>war</packaging>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-core-it-support</artifactId>
-      <version>1.4</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.its.it0084</groupId>
-      <artifactId>test-component-a</artifactId>
-      <version>0.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.its.it0084</groupId>
-      <artifactId>test-component-b</artifactId>
-      <version>0.1</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0084/test-component-c/src/main/java/C.java b/core-integration-testing/core-integration-tests/src/test/resources/it0084/test-component-c/src/main/java/C.java
deleted file mode 100644
index d68e484..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0084/test-component-c/src/main/java/C.java
+++ /dev/null
@@ -1,6 +0,0 @@
-package it0084;
-
-public class C
-{
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0084/test-component-c/src/main/webapp/WEB-INF/web.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0084/test-component-c/src/main/webapp/WEB-INF/web.xml
deleted file mode 100644
index 92bb2e9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0084/test-component-c/src/main/webapp/WEB-INF/web.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
-
-<web-app >
-</web-app>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0085/dep/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0085/dep/pom.xml
deleted file mode 100644
index 028388a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0085/dep/pom.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0085</groupId>
-    <artifactId>maven-it-it0085</artifactId>
-    <version>1.0</version>
-  </parent>
-  <artifactId>dep</artifactId>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.its.it0085</groupId>
-      <artifactId>pom-dep</artifactId>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0085/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0085/pom.xml
deleted file mode 100644
index 9de0517..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0085/pom.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0085</name> 
-  <groupId>org.apache.maven.its.it0085</groupId>
-  <artifactId>maven-it-it0085</artifactId>
-  <description>Verify that system-scoped dependencies get resolved with system scope
-        when they are resolved transitively via another (non-system)
-        dependency. Inherited scope should not apply in the case of
-        system-scoped dependencies, no matter where they are.</description>
-  <version>1.0</version>
-  <packaging>pom</packaging>
-
-  <modules>
-    <module>dep</module>
-    <module>war</module>
-  </modules>
-
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.apache.maven.its.it0085</groupId>
-        <artifactId>pom-dep</artifactId>
-        <version>1.4.2</version>
-        <scope>system</scope>
-        <systemPath>${basedir}/pom.xml</systemPath>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0085/war/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0085/war/pom.xml
deleted file mode 100644
index 0d09a02..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0085/war/pom.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0085</groupId>
-    <artifactId>maven-it-it0085</artifactId>
-    <version>1.0</version>
-  </parent>
-  <artifactId>war</artifactId>
-  <packaging>war</packaging>
-
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.its.it0085</groupId>
-      <artifactId>dep</artifactId>
-      <version>1.0</version>
-      <scope>provided</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0085/war/src/main/webapp/WEB-INF/web.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0085/war/src/main/webapp/WEB-INF/web.xml
deleted file mode 100644
index 692c8c3..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0085/war/src/main/webapp/WEB-INF/web.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-<web-xml>
-</web-xml>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0086/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0086/pom.xml
deleted file mode 100644
index 2dfdda8..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0086/pom.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0086</name> 
-  <groupId>org.apache.maven.its.it0086</groupId>
-  <version>1.0</version>
-  <artifactId>maven-it-it0086</artifactId>
-  <description>Verify that a plugin dependency class can be loaded from both the plugin classloader and the context classloader available to the plugin.</description>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-loadable</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <executions>
-          <execution>
-            <phase>validate</phase>
-            <configuration>
-              <className>
-                bsh.Interpreter
-              </className>
-            </configuration>
-            <goals>
-              <goal>loadable</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0087/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0087/pom.xml
deleted file mode 100644
index bdf564c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0087/pom.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0087</name> 
-  <groupId>org.apache.maven.its.it0087</groupId>
-  <version>1.0</version>
-  <artifactId>maven-it-it0087</artifactId>
-  <description>
-    Verify that a project-level plugin dependency class can be loaded from both the plugin classloader
-    and the context classloader available to the plugin.
-  </description>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-loadable</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <dependencies>
-          <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>1.0.3</version>
-          </dependency>
-        </dependencies>
-        <executions>
-          <execution>
-            <phase>validate</phase>
-            <configuration>
-              <className>
-                org.apache.commons.logging.LogFactory
-              </className>
-            </configuration>
-            <goals>
-              <goal>loadable</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0088/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0088/pom.xml
deleted file mode 100644
index 38f0607..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0088/pom.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0088</name> 
-  <groupId>org.apache.maven.its.it0088</groupId>
-  <artifactId>maven-it-it0088</artifactId>
-  <description>Test path translation.</description>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <resources>
-      <resource>
-        <directory>src/main/resources</directory>
-        <filtering>true</filtering>
-      </resource>
-    </resources>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-generate-properties</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <executions>
-          <execution>
-            <phase>process-resources</phase>
-            <configuration>
-              <projectBuildDirectory>${project.build.directory}</projectBuildDirectory>
-              <targetDirectoryString>target</targetDirectoryString>
-              <targetDirectoryFile>target</targetDirectoryFile>
-            </configuration>
-            <goals>
-              <goal>generate-properties</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0088/src/main/resources/test.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0088/src/main/resources/test.properties
deleted file mode 100644
index afe1e72..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0088/src/main/resources/test.properties
+++ /dev/null
@@ -1 +0,0 @@
-project.build.directory = ${project.build.directory}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0088/src/test/java/org/apache/maven/it0088/PomInterpolationTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0088/src/test/java/org/apache/maven/it0088/PomInterpolationTest.java
deleted file mode 100644
index 8e38533..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0088/src/test/java/org/apache/maven/it0088/PomInterpolationTest.java
+++ /dev/null
@@ -1,53 +0,0 @@
-package org.apache.maven.it0088;
-
-import junit.framework.TestCase;
-
-import java.util.Properties;
-import java.io.File;
-import java.io.FileInputStream;
-
-public class PomInterpolationTest
-    extends TestCase
-{
-    private String basedir;
-
-    protected void setUp()
-        throws Exception
-    {
-        basedir = System.getProperty( "basedir" );
-    }
-
-    public void testProjectBuildDirectoryAfterResourceFiltering()
-        throws Exception
-    {
-        Properties testProperties = new Properties();
-
-        File testPropertiesFile = new File( basedir, "target/classes/test.properties" );
-
-        assertTrue( testPropertiesFile.exists() );
-
-        testProperties.load( new FileInputStream( testPropertiesFile ) );
-
-        File projectBuildDirectory = new File( basedir, "target" );
-
-        assertEquals( projectBuildDirectory.getAbsolutePath(), testProperties.getProperty( "project.build.directory" ) );
-    }
-
-    public void testProjectBuildDirectoryForMojoExecution()
-        throws Exception
-    {
-        Properties testProperties = new Properties();
-
-        File testPropertiesFile = new File( basedir, "target/mojo-generated.properties" );
-
-        assertTrue( testPropertiesFile.exists() );
-
-        testProperties.load( new FileInputStream( testPropertiesFile ) );
-
-        File projectBuildDirectory = new File( basedir, "target" );
-
-        assertEquals( projectBuildDirectory.getAbsolutePath(), testProperties.getProperty( "project.build.directory" ) );
-        assertEquals( projectBuildDirectory.getAbsolutePath(), testProperties.getProperty( "targetDirectoryFile" ) );
-        assertEquals( "target", testProperties.getProperty( "targetDirectoryString" ) );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0089/plugin/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0089/plugin/pom.xml
deleted file mode 100644
index eb16309..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0089/plugin/pom.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0089</groupId>
-    <version>1.0</version>
-    <artifactId>maven-it-it0089</artifactId>
-  </parent>
-  <groupId>org.apache.maven.plugins</groupId>
-  <artifactId>maven-it0089-plugin</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <packaging>maven-plugin</packaging>
-  <dependencies>
-    <dependency>
-      <groupId>checkstyle</groupId>
-      <artifactId>checkstyle</artifactId>
-      <version>4.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0089/plugin/src/main/java/org/apache/maven/plugins/it0089/Mojo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0089/plugin/src/main/java/org/apache/maven/plugins/it0089/Mojo.java
deleted file mode 100644
index 27617fb..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0089/plugin/src/main/java/org/apache/maven/plugins/it0089/Mojo.java
+++ /dev/null
@@ -1,71 +0,0 @@
-package org.apache.maven.plugins.it0089;
-
-import com.puppycrawl.tools.checkstyle.PackageNamesLoader;
-import com.puppycrawl.tools.checkstyle.api.CheckstyleException;
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.plugin.MojoFailureException;
-
-import java.io.File;
-import java.io.FileWriter;
-import java.io.IOException;
-import java.io.Writer;
-
-
-/**
- * @goal test
- */
-public class Mojo
-    extends AbstractMojo
-{
-    
-    /**
-     * @parameter default-value="${basedir}/target"
-     * @required
-     * @readonly
-     */
-    private File outDir;
-
-    public void execute() throws MojoExecutionException, MojoFailureException
-    {
-        try
-        {
-            PackageNamesLoader.loadModuleFactory(Thread.currentThread().getContextClassLoader());
-            getLog().info( "Loaded checkstyle module factory.");
-            
-            outDir.mkdirs();
-            
-            File output = new File( outDir, "output.txt" );
-            Writer writer = null;
-            
-            try
-            {
-                writer = new FileWriter( output );
-                writer.write( "Success." );
-            }
-            catch ( IOException e )
-            {
-                throw new MojoExecutionException( "Failed to write output file.", e );
-            }
-            finally
-            {
-                if ( writer != null )
-                {
-                    try
-                    {
-                        writer.close();
-                    }
-                    catch ( IOException e )
-                    {
-                    }
-                }
-            }
-        }
-        catch ( CheckstyleException e )
-        {
-            throw new MojoExecutionException( "Error loading checkstyle module factory.", e );
-        }
-    }
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0089/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0089/pom.xml
deleted file mode 100644
index 206b460..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0089/pom.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0089</name> 
-  <groupId>org.apache.maven.its.it0089</groupId>
-  <artifactId>maven-it-it0089</artifactId>
-  <description>Test that Checkstyle PackageNamesLoader.loadModuleFactory(..) method will complete as-is with
-        the context classloader available to the plugin.
-       </description>
-  <version>1.0</version>
-
-  <packaging>pom</packaging>
-
-  <modules>
-    <module>plugin</module>
-    <module>project</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0089/project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0089/project/pom.xml
deleted file mode 100644
index a642d8d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0089/project/pom.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0089</groupId>
-    <version>1.0</version>
-    <artifactId>maven-it-it0089</artifactId>
-  </parent>
-  <artifactId>project</artifactId>
-  <name>Plugin Transitive Dependency Classloading Test</name>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-it0089-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>validate</phase>
-            <goals>
-              <goal>test</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0090/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0090/pom.xml
deleted file mode 100644
index ad8e24b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0090/pom.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0090</name> 
-  <groupId>org.apache.maven.its.it0090</groupId>
-  <artifactId>maven-it-it0090</artifactId>
-  <description>Test that ensures that envars are interpolated correctly into plugin
-        configurations.</description>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <resources>
-      <resource>
-        <directory>src/main/resources</directory>
-        <filtering>true</filtering>
-      </resource>
-    </resources>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-generate-envar-properties</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <executions>
-          <execution>
-            <phase>process-resources</phase>
-            <configuration>
-              <mavenTestEnvar>${env.MAVEN_TEST_ENVAR}</mavenTestEnvar>
-            </configuration>
-            <goals>
-              <goal>generate-envar-properties</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0090/src/main/resources/test.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0090/src/main/resources/test.properties
deleted file mode 100644
index 658e54b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0090/src/main/resources/test.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-# When we want to test the filtering of envars
-maven.test.envar=${env.MAVEN_TEST_ENVAR}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0090/src/test/java/org/apache/maven/it0090/PomInterpolationTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0090/src/test/java/org/apache/maven/it0090/PomInterpolationTest.java
deleted file mode 100644
index a89e4cf..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0090/src/test/java/org/apache/maven/it0090/PomInterpolationTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package org.apache.maven.it0090;
-
-import junit.framework.TestCase;
-
-import java.util.Properties;
-import java.io.File;
-import java.io.FileInputStream;
-
-public class PomInterpolationTest
-    extends TestCase
-{
-    private String basedir;
-
-    protected void setUp()
-        throws Exception
-    {
-        basedir = System.getProperty( "basedir" );
-    }
-
-    public void testProjectBuildDirectoryAfterForMojoExecution()
-        throws Exception
-    {
-        Properties testProperties = new Properties();
-
-        File testPropertiesFile = new File( basedir, "target/mojo-generated.properties" );
-
-        assertTrue( testPropertiesFile.exists() );
-
-        testProperties.load( new FileInputStream( testPropertiesFile ) );
-
-        File projectBuildDirectory = new File( basedir, "target" );
-
-        assertEquals( testProperties.getProperty( "maven.test.envar" ), "MAVEN_TEST_ENVAR_VALUE" );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0091/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0091/pom.xml
deleted file mode 100644
index 35c44da..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0091/pom.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0091</name> 
-  <groupId>org.apache.maven.its.it0091</groupId>
-  <artifactId>maven-it-it0091</artifactId>
-  <description>Test that currently demonstrates that properties are not correctly
-        interpolated into other areas in the POM. This may strictly be a boolean
-        problem: I captured the problem as it was reported.</description>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <properties>
-    <filter.resources>true</filter.resources>
-    <name>jason</name>
-  </properties>
-  <build>
-    <resources>
-      <resource>
-        <directory>src/main/resources</directory>
-        <filtering>true</filtering>
-        <!--
-        <filtering>${filtering.resources}</filtering>
-        -->
-      </resource>    
-      <resource>
-        <directory>${project.build.sourceDirectory}</directory>
-        <filtering>true</filtering>
-        <includes>
-          <include>**/*.properties</include>
-        </includes>
-      </resource>
-    </resources>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0091/src/main/java/source.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0091/src/main/java/source.properties
deleted file mode 100644
index 7673f9f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0091/src/main/java/source.properties
+++ /dev/null
@@ -1 +0,0 @@
-name=${name}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0091/src/main/resources/test.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0091/src/main/resources/test.properties
deleted file mode 100644
index f951fd1..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0091/src/main/resources/test.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-# When we want to test the filtering of envars
-name=${name}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0091/src/test/java/org/apache/maven/it0091/PomInterpolationTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0091/src/test/java/org/apache/maven/it0091/PomInterpolationTest.java
deleted file mode 100644
index d979750..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0091/src/test/java/org/apache/maven/it0091/PomInterpolationTest.java
+++ /dev/null
@@ -1,51 +0,0 @@
-package org.apache.maven.it0091;
-
-import junit.framework.TestCase;
-
-import java.util.Properties;
-import java.io.File;
-import java.io.FileInputStream;
-
-public class PomInterpolationTest
-    extends TestCase
-{
-    private String basedir;
-
-    protected void setUp()
-        throws Exception
-    {
-        basedir = System.getProperty( "basedir" );
-    }
-
-    public void testProjectBuildDirectoryAfterForMojoExecution()
-        throws Exception
-    {
-        Properties testProperties = new Properties();
-
-        File testPropertiesFile = new File( basedir, "target/classes/test.properties" );
-
-        assertTrue( testPropertiesFile.exists() );
-
-        testProperties.load( new FileInputStream( testPropertiesFile ) );
-
-        File projectBuildDirectory = new File( basedir, "target" );
-
-        assertEquals( testProperties.getProperty( "name" ), "jason" );
-    }
-    
-    public void testInterpolatedProjectSourceDirectory()
-        throws Exception
-    {
-        Properties testProperties = new Properties();
-
-        File testPropertiesFile = new File( basedir, "target/classes/source.properties" );
-
-        assertTrue( testPropertiesFile.exists() );
-
-        testProperties.load( new FileInputStream( testPropertiesFile ) );
-
-        File projectBuildDirectory = new File( basedir, "target" );
-
-        assertEquals( testProperties.getProperty( "name" ), "jason" );
-    }    
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0092/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0092/pom.xml
deleted file mode 100644
index 7264f48..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0092/pom.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0092</name> 
-  <groupId>org.apache.maven.its.it0092</groupId>
-  <artifactId>maven-it-it0092</artifactId>
-  <description>Test that legacy repositories with legacy snapshots download correctly.</description>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-core-it-support</artifactId>
-      <version>1.0-SNAPSHOT</version>
-    </dependency>
-  </dependencies>
-  <repositories>
-    <repository>
-      <id>it0092</id>
-      <url>file://localhost/${basedir}/repository</url>
-      <layout>legacy</layout>
-    </repository>
-  </repositories>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0092/repository/org.apache.maven/jars/maven-core-it-support-1.0-SNAPSHOT.jar b/core-integration-testing/core-integration-tests/src/test/resources/it0092/repository/org.apache.maven/jars/maven-core-it-support-1.0-SNAPSHOT.jar
deleted file mode 100644
index dadf84f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0092/repository/org.apache.maven/jars/maven-core-it-support-1.0-SNAPSHOT.jar
+++ /dev/null
@@ -1 +0,0 @@
-THIS IS NOT A JAR
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0092/settings.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0092/settings.xml
deleted file mode 100644
index 985f39b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0092/settings.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-<settings>
-</settings>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0094/mojo/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0094/mojo/pom.xml
deleted file mode 100644
index 63c2f65..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0094/mojo/pom.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.it0094</groupId>
-  <artifactId>maven-it0094-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-model</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <version>[1.2.9,]</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>1.0.5</version>
-    </dependency>
-    <dependency>
-      <groupId>xalan</groupId>
-      <artifactId>xalan</artifactId>
-      <version>2.5.1</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xercesImpl</artifactId>
-      <version>2.5.0</version>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>xml-apis</groupId>
-      <artifactId>xml-apis</artifactId>
-      <version>2.0.0</version>
-      <scope>compile</scope>
-    </dependency>
-
-  </dependencies>
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-plugin-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </reporting>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0094/mojo/src/main/java/org/codehaus/mojo/kodo/Enhance.java b/core-integration-testing/core-integration-tests/src/test/resources/it0094/mojo/src/main/java/org/codehaus/mojo/kodo/Enhance.java
deleted file mode 100644
index 716466d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0094/mojo/src/main/java/org/codehaus/mojo/kodo/Enhance.java
+++ /dev/null
@@ -1,180 +0,0 @@
-/*
- *  Copyright 2005-2006 Brian Fox (brianefox@gmail.com)
- *
- * 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.
- */
-
-package org.codehaus.mojo.kodo;
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.xerces.jaxp.SAXParserFactoryImpl;
-import org.codehaus.classworlds.ClassRealm;
-
-import javax.xml.parsers.SAXParserFactory;
-import java.lang.reflect.Field;
-import java.net.URL;
-import java.net.URLClassLoader;
-
-/**
- * Goal that enhances persistant classes
- *
- * @requiresDependancyResolution test
- * @goal enhance
- * @phase compile
- */
-public class Enhance
-    extends AbstractMojo
-
-{
-    public Enhance()
-    {
-        super();
-    }
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        printClassPath();
-
-        ClassLoader originalLoader = Thread.currentThread().getContextClassLoader();
-        System.out.println( originalLoader.getClass() );
-
-        setupClassloader();
-        originalLoader = Thread.currentThread().getContextClassLoader();
-        System.out.println( originalLoader.getClass() );
-
-        SAXParserFactoryImpl spi = new SAXParserFactoryImpl();
-        SAXParserFactory spf = SAXParserFactory.newInstance();
-        this.getLog().info( spf.toString() );
-        String t = "org/apache/xerces/jaxp/SAXParserFactoryImpl.class";
-        this.getLog().info( t );
-        URL url = originalLoader.getResource( t );
-        //URL url = spf.getClass().getClassLoader().getResource("javax/xml/parsers/SAXParserFactory.class");
-        this.getLog().info( "Loaded from: " + url.toString() );
-
-    }
-
-    /**
-     * Adds nessessary items to the classloader.
-     *
-     * @return ClassLoader original Classloader.
-     * @throws MojoExecutionException
-     */
-    public ClassLoader setupClassloader()
-        throws MojoExecutionException
-    {
-
-        URLClassLoader loader = null;
-        ClassLoader originalLoader = Thread.currentThread().getContextClassLoader();
-        this.getLog().info( "orig classloader:" );
-        printURLClassPath( Thread.currentThread().getContextClassLoader(), "" );
-        URL[] urls = new URL[0];
-        loader = new URLClassLoader( urls, originalLoader );
-
-        Thread.currentThread().setContextClassLoader( loader );
-        this.getLog().info( "new classloader:" );
-        printURLClassPath( Thread.currentThread().getContextClassLoader(), "" );
-        return originalLoader;
-
-    }
-
-    public void printURLClassPath( ClassLoader sysClassLoader, String s )
-        throws MojoExecutionException
-    {
-        //Get the Classloader
-        //Get the URLs
-        URL[] urls;
-        if ( sysClassLoader instanceof URLClassLoader )
-        {
-            urls = ( (URLClassLoader) sysClassLoader ).getURLs();
-        }
-        else
-        {
-            try
-            {
-                Field f = sysClassLoader.getClass().getDeclaredField( "realm" );
-                f.setAccessible( true );
-                ClassRealm r = (ClassRealm) f.get( sysClassLoader );
-                urls = r.getConstituents();
-            }
-            catch ( NoSuchFieldException e )
-            {
-                throw new MojoExecutionException( "mee ", e );
-            }
-            catch ( IllegalAccessException e )
-            {
-                throw new MojoExecutionException( "mee ", e );
-            }
-        }
-        for ( int i = 0; i < urls.length; i++ )
-        {
-            this.getLog().info( s + urls[i].getFile() );
-        }
-
-        if ( sysClassLoader.getParent() != null )
-        {
-            printURLClassPath( sysClassLoader.getParent(), s + "  " );
-        }
-    }
-
-    public void printClassPath()
-    {
-        ClassLoader sysClassLoader = Thread.currentThread().getContextClassLoader();
-        URL[] urls = null;
-        
-        if ( sysClassLoader instanceof URLClassLoader )
-        {
-            urls = ( (URLClassLoader) sysClassLoader ).getURLs();
-        }
-        else
-        {
-            Field field;
-            try
-            {
-
-                field = sysClassLoader.getClass().getDeclaredField( "realm" );
-                field.setAccessible( true );
-                ClassRealm realm = (ClassRealm) field.get( sysClassLoader );
-
-                urls = realm.getConstituents();
-            }
-            catch ( SecurityException e )
-            {
-                // TODO Auto-generated catch block
-                e.printStackTrace();
-            }
-            catch ( NoSuchFieldException e )
-            {
-                // TODO Auto-generated catch block
-                e.printStackTrace();
-            }
-            catch ( IllegalArgumentException e )
-            {
-                // TODO Auto-generated catch block
-                e.printStackTrace();
-            }
-            catch ( IllegalAccessException e )
-            {
-                // TODO Auto-generated catch block
-                e.printStackTrace();
-            }
-        }
-        
-        this.getLog().info( "Initial Classpath:" );
-        for ( int i = 0; i < urls.length; i++ )
-        {
-            this.getLog().info( urls[i].getFile() );
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0094/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0094/pom.xml
deleted file mode 100644
index 9e9f92a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0094/pom.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<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>
-  <name>Maven Integration Test :: it0094</name> 
-  <groupId>org.apache.maven.its.it0094</groupId>
-  <artifactId>maven-it-it0094</artifactId>
-  <description>Test classloading issues with mojos after 2.0 (MNG-1898).</description>
-  <packaging>pom</packaging>
-  <version>1.0-SNAPSHOT</version>
-
-  <modules>
-    <module>mojo</module>
-    <module>test</module>
-  </modules>  
-
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0094/test/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0094/test/pom.xml
deleted file mode 100644
index 79677eb..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0094/test/pom.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<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>
-  <parent>
-    <groupId>org.apache.maven.its.it0094</groupId>
-    <artifactId>maven-it-it0094</artifactId>
-    <version>1.0-SNAPSHOT</version>
-  </parent>
-  <artifactId>test</artifactId>
-  <dependencies>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.it0094</groupId>
-        <artifactId>maven-it0094-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>process-classes</id>
-            <phase>process-classes</phase>
-            <goals>
-              <goal>enhance</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0095/parent/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0095/parent/pom.xml
deleted file mode 100644
index 53e7be0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0095/parent/pom.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.it0095</groupId>
-  <artifactId>parent</artifactId>
-  <version>1</version>
-  <packaging>pom</packaging>
-  <url>http://host/path/parent</url>
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core-it/it0095/parent</connection>
-    <developerConnection>scm:svn:https://dev.svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core-it/it0095/parent</developerConnection>
-    <url>http://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core-it/it0095/parent</url>
-  </scm>
-  <modules>
-    <module>../sub1</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0095/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0095/pom.xml
deleted file mode 100644
index a98db9b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0095/pom.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0095</name> 
-  <groupId>org.apache.maven.its.it0095</groupId>
-  <artifactId>maven-it-it0095</artifactId>
-  <description>Test URL calculation when modules are in sibling dirs of parent. (MNG-2006)</description>
-  <version>1</version>
-
-  <packaging>pom</packaging>
-
-  <modules>
-    <module>parent</module>
-  </modules>
-
-  <build>
-    <defaultGoal>integration-test</defaultGoal>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0095/sub1/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0095/sub1/pom.xml
deleted file mode 100644
index e0fe1c2..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0095/sub1/pom.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0095</groupId>
-    <artifactId>parent</artifactId>
-    <version>1</version>
-    <relativePath>../parent</relativePath>
-  </parent>
-  <artifactId>sub1</artifactId>
-  <build>
-    <defaultGoal>integration-test</defaultGoal>
-    <plugins>
-      <!--
-      <plugin>
-        <artifactId>maven-help-plugin</artifactId>
-        <configuration>
-          <output>${project.build.directory}/effective-pom.xml</output>
-        </configuration>
-        <executions>
-          <execution>
-            <id>effective-pom</id>
-            <phase>generate-resources</phase>
-            <goals>
-              <goal>effective-pom</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    -->
-      <plugin>
-        <artifactId>maven-verifier-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>verify</id>
-            <goals>
-              <goal>verify</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0095/sub1/src/test/verifier/verifications.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0095/sub1/src/test/verifier/verifications.xml
deleted file mode 100644
index 39f701d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0095/sub1/src/test/verifier/verifications.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<verifications>
-  <files>
-    <file>
-      <location>target/effective-pom.xml</location>
-      <contains>scm:svn:https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core-it/it0095/sub1</contains>
-    </file>
-    <file>
-      <location>target/effective-pom.xml</location>
-      <contains>scm:svn:https://dev.svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core-it/it0095/sub1</contains>
-    </file>
-    <file>
-      <location>target/effective-pom.xml</location>
-      <contains>http://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core-it/it0095/sub1</contains>
-    </file>
-    <file>
-      <location>target/effective-pom.xml</location>
-      <contains>http://host/path/sub1</contains>
-    </file>
-  </files>
-</verifications>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0096/plugin/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0096/plugin/pom.xml
deleted file mode 100644
index d814b39..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0096/plugin/pom.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0096</groupId>
-    <artifactId>maven-it-it0096</artifactId>
-    <version>1</version>
-  </parent>
-  <artifactId>maven-it0096-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0096/plugin/src/main/java/org/apache/maven/it0096/It0096Mojo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0096/plugin/src/main/java/org/apache/maven/it0096/It0096Mojo.java
deleted file mode 100644
index a7d2ef8..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0096/plugin/src/main/java/org/apache/maven/it0096/It0096Mojo.java
+++ /dev/null
@@ -1,56 +0,0 @@
-package org.apache.maven.it0096;
-
-import java.io.File;
-import java.io.FileWriter;
-import java.io.IOException;
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-
-/**
- * @goal it0096
- */
-public class It0096Mojo extends AbstractMojo
-{
-    
-    /**
-     * @parameter default-value="${project.build.directory}"
-     * @required
-     * @readonly
-     */
-    private File targetDirectory;
-
-    public void execute() throws MojoExecutionException
-    {
-        targetDirectory.mkdirs();
-
-        File myFile = new File( targetDirectory, "it0096-test.txt" );
-        
-        if ( myFile.exists() )
-        {
-            throw new MojoExecutionException( "This mojo has already been run, or the project wasn't cleaned." );
-        }
-        else
-        {
-            FileWriter writer = null;
-            try
-            {
-                writer = new FileWriter( myFile );
-                writer.write( "test" );
-                writer.close();
-            }
-            catch ( IOException e )
-            {
-                throw new MojoExecutionException( "Failed to write test file: " + myFile );
-            }
-            finally
-            {
-                if ( writer != null )
-                {
-                    try{ writer.close(); }
-                    catch( IOException e ) {}
-                }
-            }            
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0096/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0096/pom.xml
deleted file mode 100644
index f840c2c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0096/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0096</name> 
-  <groupId>org.apache.maven.its.it0096</groupId>
-  <artifactId>maven-it-it0096</artifactId>
-  <description>Test that plugin executions from &gt;1 step of inheritance don't run multiple times. </description>
-  <version>1</version>
-  <packaging>pom</packaging>
-
-  <modules>
-    <module>plugin</module>
-    <module>project</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0096/project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0096/project/pom.xml
deleted file mode 100644
index bc13feb..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0096/project/pom.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<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>
-  <parent>
-    <groupId>org.apache.maven.its.it0096</groupId>
-    <artifactId>maven-it-it0096</artifactId>
-    <version>1</version>
-  </parent>
-  <artifactId>project</artifactId>
-  <packaging>pom</packaging>
-  <modules>
-    <module>project-level2</module>
-  </modules>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.it0096</groupId>
-        <artifactId>maven-it0096-plugin</artifactId>
-        <version>1</version>
-        <executions>
-          <execution>
-            <id>it0096</id>
-            <phase>initialize</phase>
-            <goals>
-              <goal>it0096</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-    </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0096/project/project-level2/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0096/project/project-level2/pom.xml
deleted file mode 100644
index 5e8d773..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0096/project/project-level2/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<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>
-  <parent>
-    <groupId>org.apache.maven.its.it0096</groupId>
-    <artifactId>project</artifactId>
-    <version>1</version>
-  </parent>
-  <artifactId>project-level2</artifactId>
-  <packaging>pom</packaging>
-  <modules>
-    <module>project-level3</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0096/project/project-level2/project-level3/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0096/project/project-level2/project-level3/pom.xml
deleted file mode 100644
index 035bd57..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0096/project/project-level2/project-level3/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<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>
-  <parent>
-    <groupId>org.apache.maven.its.it0096</groupId>
-    <artifactId>project-level2</artifactId>
-    <version>1</version>
-  </parent>
-  <artifactId>project-level3</artifactId>
-  <packaging>pom</packaging>
-  <modules>
-    <module>project-jar</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0096/project/project-level2/project-level3/project-jar/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0096/project/project-level2/project-level3/project-jar/pom.xml
deleted file mode 100644
index 6eff7bc..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0096/project/project-level2/project-level3/project-jar/pom.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<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">
-  <parent>
-    <groupId>org.apache.maven.its.it0096</groupId>
-    <artifactId>project-level3</artifactId>
-    <version>1</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>project-jar</artifactId>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0096/project/project-level2/project-level3/project-jar/src/main/java/com/stchome/mavenTest/App.java b/core-integration-testing/core-integration-tests/src/test/resources/it0096/project/project-level2/project-level3/project-jar/src/main/java/com/stchome/mavenTest/App.java
deleted file mode 100644
index 1840d73..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0096/project/project-level2/project-level3/project-jar/src/main/java/com/stchome/mavenTest/App.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package com.stchome.mavenTest.it0096;
-
-/**
- * Hello world!
- *
- */
-public class App 
-{
-    public static void main( String[] args )
-    {
-        System.out.println( "Hello World!" );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0096/project/project-level2/project-level3/project-jar/src/test/java/com/stchome/mavenTest/AppTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0096/project/project-level2/project-level3/project-jar/src/test/java/com/stchome/mavenTest/AppTest.java
deleted file mode 100644
index c0559fd..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0096/project/project-level2/project-level3/project-jar/src/test/java/com/stchome/mavenTest/AppTest.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package com.stchome.mavenTest.it0096;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
-{
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0097/plugin/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0097/plugin/pom.xml
deleted file mode 100644
index be9d38e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0097/plugin/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.it0097</groupId>
-  <version>1</version>
-  <artifactId>maven-it0097-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0097/plugin/src/main/java/org/apache/maven/it0096/It0096Mojo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0097/plugin/src/main/java/org/apache/maven/it0096/It0096Mojo.java
deleted file mode 100644
index b3b879e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0097/plugin/src/main/java/org/apache/maven/it0096/It0096Mojo.java
+++ /dev/null
@@ -1,56 +0,0 @@
-package org.apache.maven.it0096;
-
-import java.io.File;
-import java.io.FileWriter;
-import java.io.IOException;
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-
-/**
- * @goal it0097
- */
-public class It0096Mojo extends AbstractMojo
-{
-    
-    /**
-     * @parameter default-value="${project.build.directory}"
-     * @required
-     * @readonly
-     */
-    private File targetDirectory;
-
-    public void execute() throws MojoExecutionException
-    {
-        targetDirectory.mkdirs();
-
-        File myFile = new File( targetDirectory, "it0097.txt" );
-        
-        if ( myFile.exists() )
-        {
-            throw new MojoExecutionException( "This mojo has already been run, or the project wasn't cleaned." );
-        }
-        else
-        {
-            FileWriter writer = null;
-            try
-            {
-                writer = new FileWriter( myFile );
-                writer.write( "test" );
-                writer.close();
-            }
-            catch ( IOException e )
-            {
-                throw new MojoExecutionException( "Failed to write test file: " + myFile );
-            }
-            finally
-            {
-                if ( writer != null )
-                {
-                    try{ writer.close(); }
-                    catch( IOException e ) {}
-                }
-            }            
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0097/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0097/pom.xml
deleted file mode 100644
index 389afe1..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0097/pom.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0097</name> 
-  <groupId>org.apache.maven.its.it0097</groupId>
-  <artifactId>maven-it-it0097</artifactId>
-  <description>Test that the implied relative path for the parent POM works, even two
-        levels deep.</description>
-  <version>1</version>
-  <packaging>pom</packaging>
-
-  <modules>
-    <module>plugin</module>
-    <module>project/project-level2/project-level3</module>
-    <module>project/relative-project-level2/relative-project-level3/</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/pom.xml
deleted file mode 100644
index d436ee0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/pom.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.it0097</groupId>
-  <version>1</version>
-  <artifactId>project</artifactId>
-  <packaging>pom</packaging>
-  <modules>
-    <module>project-level2</module>
-  </modules>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.it0097</groupId>
-        <artifactId>maven-it0097-plugin</artifactId>
-        <version>1</version>
-        <executions>
-          <execution>
-            <id>it0097</id>
-            <phase>initialize</phase>
-            <goals>
-              <goal>it0097</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/project-level2/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/project-level2/pom.xml
deleted file mode 100644
index 136ba6b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/project-level2/pom.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<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>
-  <parent>
-    <groupId>org.apache.maven.its.it0097</groupId>
-    <artifactId>project</artifactId>
-    <version>1</version>
-  </parent>
-  <artifactId>project-level2</artifactId>
-  <packaging>pom</packaging>
-  <modules>
-    <module>project-level3</module>
-    <module>../project-sibling-level2</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/project-level2/project-level3/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/project-level2/project-level3/pom.xml
deleted file mode 100644
index 0e5ce3a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/project-level2/project-level3/pom.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<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">
-  <parent>
-    <groupId>org.apache.maven.its.it0097</groupId>
-    <artifactId>project-level2</artifactId>
-    <version>1</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>project-level3</artifactId>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/project-level2/project-level3/src/main/java/com/stchome/mavenTest/App.java b/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/project-level2/project-level3/src/main/java/com/stchome/mavenTest/App.java
deleted file mode 100644
index 1840d73..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/project-level2/project-level3/src/main/java/com/stchome/mavenTest/App.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package com.stchome.mavenTest.it0096;
-
-/**
- * Hello world!
- *
- */
-public class App 
-{
-    public static void main( String[] args )
-    {
-        System.out.println( "Hello World!" );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/project-level2/project-level3/src/test/java/com/stchome/mavenTest/AppTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/project-level2/project-level3/src/test/java/com/stchome/mavenTest/AppTest.java
deleted file mode 100644
index efb5aaa..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/project-level2/project-level3/src/test/java/com/stchome/mavenTest/AppTest.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package com.stchome.mavenTest;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
-{
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/project-sibling-level2/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/project-sibling-level2/pom.xml
deleted file mode 100644
index 9263eb5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/project-sibling-level2/pom.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<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">
-  <parent>
-    <groupId>org.apache.maven.its.it0097</groupId>
-    <artifactId>project-level2</artifactId>
-    <version>1</version>
-    <relativePath>../project-level2</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>project-sibling-level2</artifactId>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/project-sibling-level2/src/main/java/com/stchome/mavenTest/App.java b/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/project-sibling-level2/src/main/java/com/stchome/mavenTest/App.java
deleted file mode 100644
index 0e6d8e3..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/project-sibling-level2/src/main/java/com/stchome/mavenTest/App.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package com.stchome.mavenTest;
-
-/**
- * Hello world!
- *
- */
-public class App 
-{
-    public static void main( String[] args )
-    {
-        System.out.println( "Hello World!" );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/project-sibling-level2/src/test/java/com/stchome/mavenTest/AppTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/project-sibling-level2/src/test/java/com/stchome/mavenTest/AppTest.java
deleted file mode 100644
index a35e459..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/project-sibling-level2/src/test/java/com/stchome/mavenTest/AppTest.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package com.stchome.mavenTest.it0097;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
-{
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/relative-project-level2/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/relative-project-level2/pom.xml
deleted file mode 100644
index 706048e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/relative-project-level2/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<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>
-  <parent>
-    <groupId>org.apache.maven.its.it0097</groupId>
-    <artifactId>project</artifactId>
-    <version>1</version>
-  </parent>
-  <artifactId>relative-project-level2</artifactId>
-  <packaging>pom</packaging>
-  <modules>
-    <module>relative-project-level3</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/relative-project-level2/relative-project-level3/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/relative-project-level2/relative-project-level3/pom.xml
deleted file mode 100644
index da6e2b7..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0097/project/relative-project-level2/relative-project-level3/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<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>
-  <parent>
-    <groupId>org.apache.maven.its.it0097</groupId>
-    <artifactId>relative-project-level2</artifactId>
-    <version>1</version>
-  </parent>
-  <artifactId>relative-project-level3</artifactId>
-  <packaging>pom</packaging>
-  <modules>
-    <module>../../project-sibling-level2</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0098/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0098/pom.xml
deleted file mode 100644
index 1ca8683..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0098/pom.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0098</name> 
-  <groupId>org.apache.maven.its.it0098</groupId>
-  <artifactId>maven-it-it0098</artifactId>
-  <description>Test that quoted system properties are processed correctly. [MNG-1415]</description>
-  <version>1</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0098/src/test/java/org/apache/maven/it/it0098/QuotedCLIPropertyTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0098/src/test/java/org/apache/maven/it/it0098/QuotedCLIPropertyTest.java
deleted file mode 100644
index 60ad889..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0098/src/test/java/org/apache/maven/it/it0098/QuotedCLIPropertyTest.java
+++ /dev/null
@@ -1,14 +0,0 @@
-package org.apache.maven.it.it0098;
-
-import junit.framework.TestCase;
-
-public class QuotedCLIPropertyTest
-    extends TestCase
-{
-    
-    public void testPropertyValue()
-    {
-        assertEquals( "Test Property", System.getProperty( "test.property" ) );
-    }
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0099/child/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0099/child/pom.xml
deleted file mode 100644
index 9b40f6c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0099/child/pom.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0099</groupId>
-    <artifactId>maven-it-it0099</artifactId>
-    <version>1</version>
-  </parent>
-  <artifactId>child</artifactId>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0099/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0099/pom.xml
deleted file mode 100644
index 9d1cbb0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0099/pom.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0099</name> 
-  <groupId>org.apache.maven.its.it0099</groupId>
-  <artifactId>maven-it-it0099</artifactId>
-  <description>Test that parent-POMs cached during a build are available as parents
-        to other POMs in the multimodule build. [MNG-2130]</description>
-  <version>1</version>
-
-  <packaging>pom</packaging>
-  
-  <modules>
-    <module>child</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0100/parent/child/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0100/parent/child/pom.xml
deleted file mode 100644
index 0f2e515..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0100/parent/child/pom.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<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">
-
-  <parent>
-     <artifactId>parent</artifactId>
-     <groupId>org.apache.maven.its.it0100</groupId>
-     <version>1.0</version>
-  </parent>
-
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>child</artifactId>
-  <name>child</name>
-
-  <packaging>pom</packaging>
-
-  <build>
-    <plugins>
-      <!--
-      <plugin>
-        <artifactId>maven-help-plugin</artifactId>
-        <executions>
-          <execution>
-            <configuration>
-              <output>target/effective-pom.txt</output>
-            </configuration>
-            <phase>initialize</phase>
-            <goals>
-              <goal>effective-pom</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    -->
-      <plugin>
-        <artifactId>maven-verifier-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>verify</phase>
-            <goals>
-              <goal>verify</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-            
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0100/parent/child/src/test/verifier/verifications.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0100/parent/child/src/test/verifier/verifications.xml
deleted file mode 100644
index 43cb3f4..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0100/parent/child/src/test/verifier/verifications.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<verifications>
-  <files>
-    <file>
-      <location>target/effective-pom.txt</location>
-      <contains>Parent: parent, project: child</contains>
-    </file>
-  </files>
-</verifications>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0100/parent/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0100/parent/pom.xml
deleted file mode 100644
index c06f293..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0100/parent/pom.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.it0100</groupId>
-  <artifactId>parent</artifactId>
-  <packaging>pom</packaging>
-  <version>1.0</version>
-  <name>parent</name>
-
-    <build>
-    <plugins>
-     <plugin>
-     <artifactId>maven-antrun-plugin</artifactId>
-     <executions>
-     <execution>
-     <phase>validate</phase>
-     <configuration>
-     <tasks>
-     <echo>Parent: ${pom.parent.artifactId}, project: ${pom.artifactId}</echo>
-     <echo>Parent: ${parent.artifactId}, project: ${pom.artifactId}</echo>
-     </tasks>
-     </configuration>
-     <goals>
-     <goal>run</goal>
-     </goals>       
-     </execution>   
-     </executions>  
-     </plugin>
-    </plugins>
-    </build>
-
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0100/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0100/pom.xml
deleted file mode 100644
index c55ca22..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0100/pom.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<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>
-  <name>Maven Integration Test :: it0100</name> 
-  <groupId>org.apache.maven.its.it0100</groupId>
-  <artifactId>maven-it-it0100</artifactId>
-  <description>Test that ${parent.artifactId} resolves correctly. [MNG-2124]</description>
-  <packaging>pom</packaging>
-  <version>1.0</version>
-  <modules>
-    <module>parent/child</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0101/lib/test-dep.txt b/core-integration-testing/core-integration-tests/src/test/resources/it0101/lib/test-dep.txt
deleted file mode 100644
index b6745b1..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0101/lib/test-dep.txt
+++ /dev/null
@@ -1 +0,0 @@
-test dependency
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0101/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0101/pom.xml
deleted file mode 100644
index 09a512a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0101/pom.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0101</name> 
-  <groupId>org.apache.maven.its.it0101</groupId>
-  <artifactId>maven-it-it0101</artifactId>
-  <description>Test that properties defined in an active profile in the user's
-        settings are available for interpolation of systemPath in a dependency.
-        [MNG-2052]</description>
-  <version>1.0</version>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.its.it0101</groupId>
-      <artifactId>test-dependency</artifactId>
-      <version>1</version>
-      <scope>system</scope>
-      <systemPath>${basedir}/${libdir}/test-dep.txt</systemPath>
-    </dependency>
-  </dependencies>
-</project>
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0101/settings.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0101/settings.xml
deleted file mode 100644
index 28c348a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0101/settings.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<settings>
-  <profiles>
-    <profile>
-      <id>test</id>
-      <properties>
-        <libdir>lib</libdir>
-      </properties>
-    </profile>
-  </profiles>
-  <activeProfiles>
-    <activeProfile>test</activeProfile>
-  </activeProfiles>
-</settings>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0102/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0102/pom.xml
deleted file mode 100644
index 98aeca9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0102/pom.xml
+++ /dev/null
@@ -1,70 +0,0 @@
-<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>
-  <name>Maven Integration Test :: it0102</name> 
-  <groupId>org.apache.maven.its.it0102</groupId>
-  <artifactId>maven-it-it0102</artifactId>
-  <description>Test that &lt;activeByDefault/&gt; calculations for profile activation only
-        use profiles defined in the POM. [MNG-2136]</description>
-  <packaging>pom</packaging>
-  <version>1.0</version>
-  <build>
-    <plugins>
-      <!--
-      <plugin>
-        <artifactId>maven-help-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>output-pom</id>
-            <phase>generate-resources</phase>
-            <configuration>
-              <output>target/effective-pom.txt</output>
-            </configuration>
-            <goals>
-              <goal>effective-pom</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    -->
-      <plugin>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>validate</phase>
-            <configuration>
-              <tasks>
-                <echo>value from external profile: ${profilesXmlValue}</echo>
-                <echo>test output: ${testOutput}</echo>
-              </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>       
-          </execution>   
-        </executions>  
-      </plugin>
-    </plugins>
-  </build>
-
-  <profiles>
-    <profile>
-      <id>testInternal</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-      <properties>
-        <testOutput>Failure</testOutput>
-      </properties>
-    </profile>
-    <profile>
-      <id>testInternal2</id>
-      <activation>
-        <property><name>user.name</name></property>
-      </activation>
-      <properties>
-        <testOutput>Success</testOutput>
-      </properties>
-    </profile>
-  </profiles>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0102/profiles.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0102/profiles.xml
deleted file mode 100644
index 090ea76..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0102/profiles.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<profilesXml>
-  <profiles>
-    <profile>
-      <id>test</id>
-      <properties>
-        <profilesXmlValue>Present</profilesXmlValue>
-      </properties>
-    </profile>
-  </profiles>
-  <activeProfiles>
-    <activeProfile>test</activeProfile>
-  </activeProfiles>
-</profilesXml>
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0102/src/test/verifier/verifications.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0102/src/test/verifier/verifications.xml
deleted file mode 100644
index af46897..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0102/src/test/verifier/verifications.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<verifications>
-  <files>
-    <file>
-      <location>target/effective-pom.txt</location>
-      <contains>value from external profile: Present</contains>
-    </file>
-    <file>
-      <location>target/effective-pom.txt</location>
-      <contains>test output: Success</contains>
-    </file>
-  </files>
-</verifications>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0103/level1/level2/level3/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0103/level1/level2/level3/pom.xml
deleted file mode 100644
index 06277a1..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0103/level1/level2/level3/pom.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0103</groupId>
-    <artifactId>level1</artifactId>
-    <version>1</version>
-  </parent>
-  <artifactId>level3</artifactId>
-  <version>1</version>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0103/level1/level2/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0103/level1/level2/pom.xml
deleted file mode 100644
index 71cc52d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0103/level1/level2/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0103</groupId>
-    <artifactId>level1</artifactId>
-    <version>1</version>
-  </parent>
-  <artifactId>level2</artifactId>
-  <packaging>pom</packaging>
-
-  <modules>
-    <module>level3</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0103/level1/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0103/level1/pom.xml
deleted file mode 100644
index 0850a80..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0103/level1/pom.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0103</groupId>
-    <artifactId>maven-it-it0103</artifactId>
-    <version>1</version>
-  </parent>
-  <artifactId>level1</artifactId>
-  <packaging>pom</packaging>
-  <modules>
-    <module>level2</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0103/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0103/pom.xml
deleted file mode 100644
index 6e86662..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0103/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0103</name> 
-  <groupId>org.apache.maven.its.it0103</groupId>
-  <artifactId>maven-it-it0103</artifactId>
-  <description>Verify that multimodule builds where one project references another as
-        a parent can build, even if that parent is not correctly referenced by
-        &lt;relativePath/&gt; and is not in the local repository. [MNG-2196]</description>
-  <version>1</version>
-  <packaging>pom</packaging>
-  <modules>
-    <module>level1</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0104/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0104/pom.xml
deleted file mode 100644
index 64e2a0d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0104/pom.xml
+++ /dev/null
@@ -1,68 +0,0 @@
-<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>
-  <name>Maven Integration Test :: it0104</name> 
-  <groupId>org.apache.maven.its.it0104</groupId>
-  <artifactId>maven-it-it0104</artifactId>
-  <description>
-    Verify that plugin configurations are interpolated correctly.
-  </description>
-  <organization>
-    <name>Apache</name>
-  </organization>
-  <packaging>jar</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <url>http://maven.apache.org</url>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.its.plugins</groupId>
-          <artifactId>maven-it-plugin-configuration</artifactId>
-          <configuration>
-            <directory>${project.build.directory}</directory>
-            <dom>
-              <basedir>${basedir}</basedir>
-              <modelVersion>${project.modelVersion}</modelVersion>
-              <name>${project.name}</name>
-              <groupId>${project.groupId}</groupId>
-              <description>${project.description}</description>
-              <packaging>${project.packaging}</packaging>
-              <version>${project.version}</version>
-              <url>${project.url}</url>
-              <organization>
-                <name>${project.organization.name}</name>
-              </organization>
-              <build>
-                <directory>${project.build.directory}</directory>
-                <outputDirectory>${project.build.outputDirectory}</outputDirectory>
-              </build>
-            </dom>
-          </configuration>
-          <executions>
-            <execution>
-              <goals>
-                <goal>config</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-configuration</artifactId>
-      </plugin>      
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0104/src/main/java/org/apache/maven/it/App.java b/core-integration-testing/core-integration-tests/src/test/resources/it0104/src/main/java/org/apache/maven/it/App.java
deleted file mode 100644
index 2659fcf..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0104/src/main/java/org/apache/maven/it/App.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package org.apache.maven.it;
-
-/**
- * Hello world!
- *
- */
-public class App 
-{
-    public static void main( String[] args )
-    {
-        System.out.println( "Hello World!" );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0105/filter.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0105/filter.properties
deleted file mode 100644
index e69de29..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0105/filter.properties
+++ /dev/null
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0105/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0105/pom.xml
deleted file mode 100644
index 61985db..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0105/pom.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<project xmlns="http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0105</name> 
-  <groupId>org.apache.maven.its.it0105</groupId>
-  <artifactId>maven-it-it0105</artifactId>
-  <description>MRESOURCES-18</description>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <type>jar</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  
-  <build>
-		<!-- Enabling this will fix the problem for
-			maven-resources-plugin 2.2-20060403.015736-1 and earlier.
-		<filters>
-			<filter>filter.properties</filter>
-		</filters>
-		-->
-		<resources>
-		<resource>
-			<directory>src/main/resources</directory>
-			<filtering>true</filtering>
-		</resource>
-		</resources>
-  </build>
- 
-	<properties>
-  	<my.property>foo</my.property>
-	</properties>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0105/src/main/resources/test.properties b/core-integration-testing/core-integration-tests/src/test/resources/it0105/src/main/resources/test.properties
deleted file mode 100644
index 79c6bf3..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0105/src/main/resources/test.properties
+++ /dev/null
@@ -1,3 +0,0 @@
-systemProperty=${java.version}
-param=${param}
-pom.property=${my.property}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0105/src/test/java/org/apache/maven/it0105/FilterTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0105/src/test/java/org/apache/maven/it0105/FilterTest.java
deleted file mode 100644
index 398fb8d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0105/src/test/java/org/apache/maven/it0105/FilterTest.java
+++ /dev/null
@@ -1,49 +0,0 @@
-package org.apache.maven.it0105;
-
-import junit.framework.TestCase;
-
-import java.util.Properties;
-import java.io.File;
-import java.io.FileInputStream;
-import java.io.IOException;
-
-public class FilterTest
-    extends TestCase
-{
-    private String basedir;
-
-    private Properties properties;
-
-    protected void setUp()
-        throws Exception
-    {
-        basedir = System.getProperty( "basedir" );
-
-        properties = new Properties();
-
-        File testPropertiesFile = new File( basedir, "target/classes/test.properties" );
-
-        assertTrue( testPropertiesFile.exists() );
-
-        properties.load( new FileInputStream( testPropertiesFile ) );
-    }
-    
-    public void testSystemPropertyInterpolation()
-        throws IOException
-    {
-        assertEquals( "System property", System.getProperty( "java.version" ), properties.getProperty( "systemProperty" ) );
-    }    
-
-    public void testParameterInterpolation()
-        throws IOException
-    {
-        assertEquals( "Parameter", System.getProperty( "parameter" ), properties.getProperty( "parameter" ) );
-    }    
-
-    public void testPomPropertyInterpolation()
-        throws IOException
-    {
-        assertEquals( "Pom Property", "foo", properties.getProperty( "pom.property" ) );
-    }    
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0106/A/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0106/A/pom.xml
deleted file mode 100644
index 5e72888..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0106/A/pom.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright 2006 The Apache Software 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.
-  -->
-
-<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>
-  <groupId>org.apache.maven.its.it0106</groupId>
-  <artifactId>A</artifactId>
-  <version>1</version>
-  <packaging>pom</packaging>
-  <name>A</name>
-</project>
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0106/C/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0106/C/pom.xml
deleted file mode 100644
index 65a6cc8..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0106/C/pom.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright 2006 The Apache Software 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.
-  -->
-
-<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>
-
-  <parent>
-    <groupId>org.apache.maven.its.it0106</groupId>
-    <artifactId>B</artifactId>
-    <version>1</version>
-  </parent>
-  <artifactId>C</artifactId>
-  <packaging>pom</packaging>
-  <name>C</name>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0106/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0106/pom.xml
deleted file mode 100644
index f9c4a16..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0106/pom.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Copyright 2006 The Apache Software 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.
-  -->
-
-<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>
-
-  <parent>
-    <groupId>org.apache.maven.test.it0106</groupId>
-    <artifactId>A</artifactId>
-    <version>1</version>
-    <relativePath>A/pom.xml</relativePath>
-  </parent>
-
-  <artifactId>maven-it-it0106</artifactId>
-  <description>When a project has modules and its parent is not preinstalled [MNG-2318]</description>
-  <packaging>pom</packaging>
-  <name>B</name>
-
-  <modules>
-    <module>C</module>
-  </modules>
-</project>
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0107/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0107/pom.xml
deleted file mode 100644
index bf2a038..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0107/pom.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0107</name> 
-  <groupId>org.apache.maven.its.it0107</groupId>
-  <artifactId>maven-it-it0107</artifactId>
-  <description>Verify that default implementation of an implementation for a complex object works as 
-        expected [MNG-2293]</description>
-  <packaging>pom</packaging>
-  <version>3.8.1</version>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-parameter-implementation</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <executions>
-          <execution>
-            <phase>validate</phase>
-            <goals>
-              <goal>param-implementation</goal>
-            </goals>
-            <configuration>
-              <bla><field>foobar</field></bla>
-              <expected>class org.apache.maven.plugin.coreit.sub.MyBla-foobar</expected>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0108-snapshotUpdate/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0108-snapshotUpdate/pom.xml
deleted file mode 100644
index 33da9f5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0108-snapshotUpdate/pom.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<!--
-  ~ Copyright 2004-2006 The Apache Software 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.
-  -->
-
-<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>
-  <name>Maven Integration Test :: snapshotUpdate</name>
-  <groupId>org.apache.maven.its.snapshotUpdate</groupId>
-  <artifactId>maven-it-snapshot-update</artifactId>
-  <description>
-    Downloads a snapshot dependency that was deployed with uniqueVersion = false, and checks it can be
-    updated. See MNG-1908.
-  </description>
-  <version>1.0-SNAPSHOT</version>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-core-it-support</artifactId>
-      <version>1.0-SNAPSHOT</version>
-    </dependency>
-  </dependencies>
-  <repositories>
-    <repository>
-      <id>it.snapshots</id>
-      <url>file:///${basedir}/repository</url>
-      <snapshots>
-        <updatePolicy>always</updatePolicy>
-      </snapshots>
-    </repository>
-  </repositories>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0109-releaseUpdate/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0109-releaseUpdate/pom.xml
deleted file mode 100644
index 457116c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0109-releaseUpdate/pom.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you 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.
-  -->
-
-<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>
-  <name>Maven Integration Test :: releaseUpdate</name>
-  <groupId>org.apache.maven.its.releaseUpdate</groupId>
-  <artifactId>maven-it-release-update</artifactId>
-  <version>1.0</version>
-  <description>
-    Test to verify that a plugin can be successfully updated to the latest release. See MNG-1908.
-  </description>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.it</groupId>
-        <artifactId>maven-it-release-update</artifactId>
-      </plugin>
-    </plugins>
-  </build>
-  <pluginRepositories>
-    <pluginRepository>
-      <id>it.releases</id>
-      <url>file:///${basedir}/repository</url>
-      <releases>
-        <updatePolicy>always</updatePolicy>
-      </releases>
-    </pluginRepository>
-  </pluginRepositories>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0109-releaseUpdate/repository/org/apache/maven/it/maven-it-release-update/1.0/maven-it-release-update-1.0.jar b/core-integration-testing/core-integration-tests/src/test/resources/it0109-releaseUpdate/repository/org/apache/maven/it/maven-it-release-update/1.0/maven-it-release-update-1.0.jar
deleted file mode 100644
index ddb569a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0109-releaseUpdate/repository/org/apache/maven/it/maven-it-release-update/1.0/maven-it-release-update-1.0.jar
+++ /dev/null
Binary files differ
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0109-releaseUpdate/repository/org/apache/maven/it/maven-it-release-update/1.1/maven-it-release-update-1.1.jar b/core-integration-testing/core-integration-tests/src/test/resources/it0109-releaseUpdate/repository/org/apache/maven/it/maven-it-release-update/1.1/maven-it-release-update-1.1.jar
deleted file mode 100644
index d229c2a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0109-releaseUpdate/repository/org/apache/maven/it/maven-it-release-update/1.1/maven-it-release-update-1.1.jar
+++ /dev/null
Binary files differ
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0110-pluginDependenciesComeFromPluginRepos/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0110-pluginDependenciesComeFromPluginRepos/pom.xml
deleted file mode 100644
index bf4539c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0110-pluginDependenciesComeFromPluginRepos/pom.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<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>
-  <groupId>org.apache.maven.it</groupId>
-  <artifactId>mng-2539</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <description>
-    Dependencies specified in plugins are only retrieved from pluginRepositories.
-  </description>
-
-  <properties>
-    <issue>MNG-2539</issue>
-  </properties>
-
-  <repositories>
-    <repository>
-      <id>javamail-local</id>
-      <url>file://${basedir}/repository</url>
-    </repository>
-  </repositories>
-
-  <!-- pluginRepositories are deprecated in 2.1-SNAPSHOT (trunk), use repositories instead. -->
-  <!--
-  <pluginRepositories>
-    <pluginRepository>
-      <id>javamail-local</id>
-      <url>file://${basedir}/repository</url>
-    </pluginRepository>
-  </pluginRepositories>
-  -->
-
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-clean-plugin</artifactId>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven.it</groupId>
-            <artifactId>mail</artifactId>
-            <version>1.3.2</version>
-          </dependency>
-        </dependencies>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0110-pluginDependenciesComeFromPluginRepos/repository/org/apache/maven/it/mail/1.3.2/mail-1.3.2.jar b/core-integration-testing/core-integration-tests/src/test/resources/it0110-pluginDependenciesComeFromPluginRepos/repository/org/apache/maven/it/mail/1.3.2/mail-1.3.2.jar
deleted file mode 100644
index 89e22fc..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0110-pluginDependenciesComeFromPluginRepos/repository/org/apache/maven/it/mail/1.3.2/mail-1.3.2.jar
+++ /dev/null
@@ -1 +0,0 @@
-This is a placeholder for a real jar.
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0110-pluginDependenciesComeFromPluginRepos/repository/org/apache/maven/it/mail/1.3.2/mail-1.3.2.pom b/core-integration-testing/core-integration-tests/src/test/resources/it0110-pluginDependenciesComeFromPluginRepos/repository/org/apache/maven/it/mail/1.3.2/mail-1.3.2.pom
deleted file mode 100644
index b0934f4..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0110-pluginDependenciesComeFromPluginRepos/repository/org/apache/maven/it/mail/1.3.2/mail-1.3.2.pom
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.it</groupId>
-  <artifactId>mail</artifactId>
-  <version>1.3.2</version>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0110-pluginDependenciesComeFromPluginRepos/settings.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0110-pluginDependenciesComeFromPluginRepos/settings.xml
deleted file mode 100644
index 985f39b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0110-pluginDependenciesComeFromPluginRepos/settings.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-<settings>
-</settings>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0111-pluginThatRequiresResourceFromAnExtension/checkstyle-assembly/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0111-pluginThatRequiresResourceFromAnExtension/checkstyle-assembly/pom.xml
deleted file mode 100644
index 2cd7dd0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0111-pluginThatRequiresResourceFromAnExtension/checkstyle-assembly/pom.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<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>
-  <parent>
-    <groupId>org.apache.maven.its.it0111</groupId>
-    <artifactId>parent</artifactId>
-    <version>1</version>
-  </parent>
-  <name>STC Checkstyle</name>
-  <artifactId>checkstyle-assembly</artifactId>
-  <version>1.0</version>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0111-pluginThatRequiresResourceFromAnExtension/checkstyle-assembly/src/main/resources/rule_set.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0111-pluginThatRequiresResourceFromAnExtension/checkstyle-assembly/src/main/resources/rule_set.xml
deleted file mode 100644
index fc5f454..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0111-pluginThatRequiresResourceFromAnExtension/checkstyle-assembly/src/main/resources/rule_set.xml
+++ /dev/null
@@ -1,112 +0,0 @@
-<?xml version="1.0"?>
-<ruleset name="EPHS Custom ruleset"
-    xmlns="http://pmd.sf.net/ruleset/1.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
-    xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">
-
-  <description>
-  This ruleset checks EPHS code
-  </description>
-
-  <rule ref="rulesets/finalizers.xml"/>  
-
-  
-  <rule ref="rulesets/controversial.xml/UnnecessaryParentheses"/>
-
-  <rule ref="rulesets/optimizations.xml/UseArrayListInsteadOfVector"/>
-  <rule ref="rulesets/optimizations.xml/SimplifyStartsWith"/>
-  <rule ref="rulesets/optimizations.xml/UseArraysAsList"/>
-  <rule ref="rulesets/optimizations.xml/AvoidArrayLoops"/>
-  <!--<rule ref="rulesets/optimizations.xml/UnnecessaryWrapperObjectCreation"/> -->
-
-  <rule ref="rulesets/j2ee.xml/UseProperClassLoader"/>
-
-
-  <rule ref="rulesets/basic.xml/EmptyCatchBlock"/>
-  <rule ref="rulesets/basic.xml/EmptyIfStmt"/>
-  <rule ref="rulesets/basic.xml/EmptyWhileStmt"/>
-  <rule ref="rulesets/basic.xml/EmptyTryBlock"/>
-  <rule ref="rulesets/basic.xml/EmptyFinallyBlock"/>
-  <rule ref="rulesets/basic.xml/EmptySwitchStatements"/>
-  <rule ref="rulesets/basic.xml/JumbledIncrementer"/>
-  <rule ref="rulesets/basic.xml/UnnecessaryConversionTemporary"/>
-  <rule ref="rulesets/basic.xml/DoubleCheckedLocking"/>
-  <rule ref="rulesets/basic.xml/OverrideBothEqualsAndHashcode"/>
-  <rule ref="rulesets/basic.xml/ReturnFromFinallyBlock"/>
-  <rule ref="rulesets/basic.xml/EmptySynchronizedBlock"/>
-  <rule ref="rulesets/basic.xml/UnnecessaryReturn"/>
-  <rule ref="rulesets/basic.xml/UnconditionalIfStatement"/>
-  <rule ref="rulesets/basic.xml/EmptyStatementNotInLoop"/>
-  <rule ref="rulesets/basic.xml/BooleanInstantiation"/>
-  <rule ref="rulesets/basic.xml/CollapsibleIfStatements"/>
-  <rule ref="rulesets/basic.xml/ClassCastExceptionWithToArray"/>
-  <rule ref="rulesets/basic.xml/UselessOperationOnImmutable"/>
- <!-- <rule ref="rulesets/basic.xml/NullPointerException"/> -->
-  <rule ref="rulesets/basic.xml/AvoidThreadGroup"/>
- <!-- <rule ref="rulesets/basic.xml/BrokenNullCheck"/> -->
- 
-  <rule ref="rulesets/sunsecure.xml"/>
-  <rule ref="rulesets/strictexception.xml"/>
-  
-  <rule ref="rulesets/codesize.xml/ExcessiveMethodLength"/>
-  <rule ref="rulesets/codesize.xml/ExcessiveParameterList"/>
-
-  <rule ref="rulesets/design.xml/SimplifyBooleanReturns"/>  
-  
-  
-  <rule ref="rulesets/design.xml/AvoidDeeplyNestedIfStmts"/>
-  <rule ref="rulesets/design.xml/ConstructorCallsOverridableMethod"/>
-  <rule ref="rulesets/design.xml/CloseResource"/>
-  <rule ref="rulesets/design.xml/NonStaticInitializer"/>
-  <rule ref="rulesets/design.xml/DefaultLabelNotLastInSwitchStmt"/>
-  <rule ref="rulesets/design.xml/NonCaseLabelInSwitchStatement"/>
-  <rule ref="rulesets/design.xml/OptimizableToArrayCall"/>
-  <rule ref="rulesets/design.xml/BadComparison"/>
-  <rule ref="rulesets/design.xml/EqualsNull"/>
-  <rule ref="rulesets/design.xml/InstantiationToGetClass"/>
-  <rule ref="rulesets/design.xml/IdempotentOperations"/>
-  <rule ref="rulesets/design.xml/AssignmentToNonFinalStatic"/>
-  <rule ref="rulesets/design.xml/MissingStaticMethodInNonInstantiatableClass"/>
-  <rule ref="rulesets/design.xml/MissingBreakInSwitch"/>
-  <rule ref="rulesets/design.xml/UseNotifyAllInsteadOfNotify"/>
-  <rule ref="rulesets/design.xml/SimplifyConditional"/>
-  <rule ref="rulesets/design.xml/CompareObjectsWithEquals"/>
-  <rule ref="rulesets/design.xml/UnnecessaryLocalBeforeReturn"/>
-  <rule ref="rulesets/design.xml/UnsynchronizedStaticDateFormatter"/>
-  <rule ref="rulesets/design.xml/PreserveStackTrace"/>
-
-  <rule ref="rulesets/strings.xml/StringInstantiation"/>
-  <rule ref="rulesets/strings.xml/StringToString"/>
-  <rule ref="rulesets/strings.xml/UnnecessaryCaseChange"/>
-  <rule ref="rulesets/strings.xml/UseStringBufferLength"/>
-  <rule ref="rulesets/strings.xml/InsufficientStringBufferDeclaration"/>
-  <!--<rule ref="rulesets/strings.xml/UselessStringValueOf"/>  -->
-
-
-  <rule ref="rulesets/imports.xml"/>
-
-  <rule ref="rulesets/naming.xml/VariableNamingConventions"/>
-
-  <!--<rule ref="rulesets/naming.xml/AvoidDollarSign"/> -->
-  <rule ref="rulesets/naming.xml/SuspiciousHashcodeMethodName"/>
-  <rule ref="rulesets/naming.xml/SuspiciousConstantFieldName"/>
-  <rule ref="rulesets/naming.xml/SuspiciousEqualsMethodName"/>
-  <rule ref="rulesets/naming.xml/AvoidFieldNameMatchingTypeName"/>
-  <rule ref="rulesets/naming.xml/AvoidFieldNameMatchingMethodName"/>
-  <rule ref="rulesets/naming.xml/AvoidNonConstructorMethodsWithClassName"/>
-  
-  <rule ref="rulesets/naming.xml/NoPackage"/>
-  <rule ref="rulesets/naming.xml/PackageCase"/>  
-  <rule ref="rulesets/naming.xml/MisleadingVariableName"/>
-
-
-  <rule ref="rulesets/logging-java.xml/SystemPrintln"/>
-  <rule ref="rulesets/logging-java.xml/AvoidPrintStackTrace"/>
-  
-  <rule ref="rulesets/logging-jakarta-commons.xml/UseCorrectExceptionLogging"/>
-  
-
-  <rule ref="rulesets/braces.xml"/>
-
-</ruleset>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0111-pluginThatRequiresResourceFromAnExtension/checkstyle-assembly/src/main/resources/stc_checks.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0111-pluginThatRequiresResourceFromAnExtension/checkstyle-assembly/src/main/resources/stc_checks.xml
deleted file mode 100644
index 02aa309..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0111-pluginThatRequiresResourceFromAnExtension/checkstyle-assembly/src/main/resources/stc_checks.xml
+++ /dev/null
@@ -1,121 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE module PUBLIC
-    "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
-    "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
-
-<!--
-
-  Checkstyle configuration that checks the sun coding conventions from:
-
-    - the Java Language Specification at
-      http://java.sun.com/docs/books/jls/second_edition/html/index.html
-
-    - the Sun Code Conventions at http://java.sun.com/docs/codeconv/
-
-    - the Javadoc guidelines at
-      http://java.sun.com/j2se/javadoc/writingdoccomments/index.html
-
-    - the JDK Api documentation http://java.sun.com/j2se/docs/api/index.html
-
-    - some best practices
-
-  Checkstyle is very configurable. Be sure to read the documentation at
-  http://checkstyle.sf.net (or in your downloaded distribution).
-
-  Most Checks are configurable, be sure to consult the documentation.
-
-  To completely disable a check, just comment it out or delete it from the file.
-
-  Finally, it is worth reading the documentation.
-
--->
-
-<module name="Checker">
-  <module name="TreeWalker">
-
-    <!-- Checks for imports                              -->
-    <!-- See http://checkstyle.sf.net/config_import.html -->
-    <module name="AvoidStarImport"/>
-    <module name="IllegalImport"/> <!-- defaults to sun.* packages -->
-    <module name="RedundantImport"/>
-    <module name="UnusedImports"/>
-
-
-    <!-- Checks for Size Violations.                    -->
-    <!-- See http://checkstyle.sf.net/config_sizes.html -->
-
-
-
-    <!-- Modifier Checks                                    -->
-    <!-- See http://checkstyle.sf.net/config_modifiers.html -->
-
-    <!-- Checks for blocks. You know, those {}'s         -->
-    <!-- See http://checkstyle.sf.net/config_blocks.html -->
-    <module name="LeftCurly">
-      <property name="option" value="nl"/>
-    </module>
-    <module name="RightCurly">
-      <property name="option" value="alone"/>
-    </module>
-
-    <module name="TabCharacter"/>
-    <module name="WhitespaceAfter"/>
-
-    <module name="ParenPad"/>
-    <module name="TypecastParenPad"/>
-    <module name="NoWhitespaceBefore"/>
-    <module name="PackageName"/>
-
-
-    <!-- Checks for class design                         -->
-    <!-- See http://checkstyle.sf.net/config_design.html -->
-
-
-    <!-- Miscellaneous other checks.                   -->
-    <!-- See http://checkstyle.sf.net/config_misc.html -->
-    <module name="DoubleCheckedLocking"/>    <!-- MY FAVOURITE -->
-    <module name="EmptyStatement"/>
-
-
-    <module name="GenericIllegalRegexp"> 
-      <!-- \s matches whitespace character, $ matches end of line. --> 
-      <property name="format" value="(?:\x66\x75\x63\x6B)|(?:\x73\x68\x69\x74)|(?:\x63\x75\x6E\x74)"/>
-      <property name="ignoreCase" value="true" />
-      <property name="message" value="Code contains inappropriate language"/>
-
-    </module>
-
-    <!--http://checkstyle.sourceforge.net/config_sizes.html-->
-    <!-- eclipse formatting does not shorten lines -->
-   <!-- <module name="LineLength">
-      <property name="severity" value="warning"/>
-      <property name="max" value="132"/>
-    </module> -->
-
-    <!-- the following exist in sufficent abundance that enforcing and even warning on these is impractical -->
-    <!--
-    <module name="ParameterName">
-      <property name="format" value="^[a-z][a-zA-Z0-9]*" />
-    </module> -->
-
-
-    <!-- http://checkstyle.sourceforge.net/config_coding.html#IllegalCatch-->
-   <!-- <module name="IllegalCatch">
-      <property name="severity" value="warning"/>
-    </module>   
-
-    <module name="IllegalThrows">
-      <property name="severity" value="warning"/>
-    </module>  
-
-    <module name="DefaultComesLast"/>
-
-    <module name="FallThrough">
-      <property name="severity" value="warning"/>
-    </module>  --> 
-
-
-
-
-  </module>
-</module>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0111-pluginThatRequiresResourceFromAnExtension/checkstyle-test/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0111-pluginThatRequiresResourceFromAnExtension/checkstyle-test/pom.xml
deleted file mode 100644
index 4cad7a8..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0111-pluginThatRequiresResourceFromAnExtension/checkstyle-test/pom.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-<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>
-  <parent>
-    <groupId>org.apache.maven.its.it0111</groupId>
-    <artifactId>parent</artifactId>
-    <version>1</version>
-  </parent>
-  <artifactId>checkstyle-test</artifactId>
-  <name>Checkstyle Test</name>
-  <build>
-
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.its.it0111</groupId>
-        <artifactId>checkstyle-assembly</artifactId>
-        <version>1.0</version>
-      </extension>
-    </extensions>
-
-
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.1</version>
-        <inherited>true</inherited>
-        <executions>
-          <execution>
-            <id>STC Checks</id>
-            <phase>verify</phase>
-            <goals>
-              <goal>checkstyle</goal>
-            </goals>
-            <configuration>
-              <configLocation>stc_checks.xml</configLocation>
-              <failsOnError>true</failsOnError>
-              <cacheFile>${project.build.directory}/checkstyle-cachefile</cacheFile>
-              <consoleOutput>true</consoleOutput>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0111-pluginThatRequiresResourceFromAnExtension/checkstyle-test/src/main/java/Class.java b/core-integration-testing/core-integration-tests/src/test/resources/it0111-pluginThatRequiresResourceFromAnExtension/checkstyle-test/src/main/java/Class.java
deleted file mode 100644
index 244f1e5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0111-pluginThatRequiresResourceFromAnExtension/checkstyle-test/src/main/java/Class.java
+++ /dev/null
@@ -1,9 +0,0 @@
-public class Class
-{
-
-public static void main(String[] args)
-{
-  System.out.println("hello");
-  }
-  
-}
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0111-pluginThatRequiresResourceFromAnExtension/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0111-pluginThatRequiresResourceFromAnExtension/pom.xml
deleted file mode 100644
index 353b743..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0111-pluginThatRequiresResourceFromAnExtension/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.it0111</groupId>
-  <artifactId>parent</artifactId>
-  <packaging>pom</packaging>
-  <version>1</version>
-  <name>Checkstyle</name>
-  <!--
-  <modules>
-    <module>checkstyle-assembly</module>
-    <module>checkstyle-test</module>
-  </modules>
-  -->
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0111-pluginThatRequiresResourceFromAnExtension/readme.txt b/core-integration-testing/core-integration-tests/src/test/resources/it0111-pluginThatRequiresResourceFromAnExtension/readme.txt
deleted file mode 100644
index 70e812e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0111-pluginThatRequiresResourceFromAnExtension/readme.txt
+++ /dev/null
@@ -1 +0,0 @@
-This test is disabled and replaced with it0114. This test uses checkstyle directly and doesn't completely reproduce all issues with extensions.

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0112-extensionsThatDragDependencies/test-extension/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0112-extensionsThatDragDependencies/test-extension/pom.xml
deleted file mode 100644
index 9dda459..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0112-extensionsThatDragDependencies/test-extension/pom.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-  <groupId>org.apache.maven.its.it0112</groupId>
-  <artifactId>test-extension</artifactId>
-  <name>Test Wagon SCM</name>
-  <version>1.0-SNAPSHOT</version>
-  <inceptionYear>2005</inceptionYear>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.wagon</groupId>
-      <artifactId>wagon-provider-api</artifactId>
-      <version>1.0-beta-2</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.scm</groupId>
-      <artifactId>maven-scm-api</artifactId>
-      <version>1.0-beta-4</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.scm</groupId>
-      <artifactId>maven-scm-manager-plexus</artifactId>
-      <version>1.0-beta-4</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.scm</groupId>
-      <artifactId>maven-scm-test</artifactId>
-      <version>1.0-beta-4</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.scm</groupId>
-      <artifactId>maven-scm-provider-cvsexe</artifactId>
-      <version>1.0-beta-4</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.scm</groupId>
-      <artifactId>maven-scm-provider-svnexe</artifactId>
-      <version>1.0-beta-4</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0112-extensionsThatDragDependencies/test-extension/src/main/java/org/apache/maven/wagon/providers/scm/ScmWagon.java b/core-integration-testing/core-integration-tests/src/test/resources/it0112-extensionsThatDragDependencies/test-extension/src/main/java/org/apache/maven/wagon/providers/scm/ScmWagon.java
deleted file mode 100644
index a77555a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0112-extensionsThatDragDependencies/test-extension/src/main/java/org/apache/maven/wagon/providers/scm/ScmWagon.java
+++ /dev/null
@@ -1,548 +0,0 @@
-package org.apache.maven.wagon.providers.scm;
-
-/*
- * Copyright 2001-2006 The Apache Software 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.
- */
-
-import org.apache.maven.scm.ScmException;
-import org.apache.maven.scm.ScmFileSet;
-import org.apache.maven.scm.ScmResult;
-import org.apache.maven.scm.command.add.AddScmResult;
-import org.apache.maven.scm.command.checkout.CheckOutScmResult;
-import org.apache.maven.scm.command.list.ListScmResult;
-import org.apache.maven.scm.manager.NoSuchScmProviderException;
-import org.apache.maven.scm.manager.ScmManager;
-import org.apache.maven.scm.provider.ScmProvider;
-import org.apache.maven.scm.provider.ScmProviderRepository;
-import org.apache.maven.scm.provider.ScmProviderRepositoryWithHost;
-import org.apache.maven.scm.repository.ScmRepository;
-import org.apache.maven.scm.repository.ScmRepositoryException;
-import org.apache.maven.wagon.AbstractWagon;
-import org.apache.maven.wagon.ConnectionException;
-import org.apache.maven.wagon.ResourceDoesNotExistException;
-import org.apache.maven.wagon.TransferFailedException;
-import org.apache.maven.wagon.authorization.AuthorizationException;
-import org.apache.maven.wagon.events.TransferEvent;
-import org.apache.maven.wagon.resource.Resource;
-import org.codehaus.plexus.util.FileUtils;
-import org.codehaus.plexus.util.StringUtils;
-
-import java.io.File;
-import java.io.IOException;
-
-/**
- * Wagon provider to get and put files form and to SCM systems, using Maven-SCM as underlying transport.
- * <p/>
- * TODO it probably creates problems if the same wagon is used in two different SCM protocols, as
- * instance variables can keep incorrect state.
- *
- * @author <a href="brett@apache.org">Brett Porter</a>
- * @author <a href="evenisse@apache.org">Emmanuel Venisse</a>
- * @author <a href="carlos@apache.org">Carlos Sanchez</a>
- * @version $Id$
- */
-public class ScmWagon
-    extends AbstractWagon
-{
-    private ScmManager scmManager;
-
-    private File checkoutDirectory;
-
-    /**
-     * Get the {@link ScmManager} used in this Wagon
-     *
-     * @return rhe {@link ScmManager}
-     */
-    public ScmManager getScmManager()
-    {
-        return scmManager;
-    }
-
-    /**
-     * Set the {@link ScmManager} used in this Wagon
-     *
-     * @param scmManager
-     */
-    public void setScmManager( ScmManager scmManager )
-    {
-        this.scmManager = scmManager;
-    }
-
-    /**
-     * Get the directory where Wagon will checkout files from SCM.
-     * This directory will be deleted!
-     *
-     * @return directory
-     */
-    public File getCheckoutDirectory()
-    {
-        return checkoutDirectory;
-    }
-
-    /**
-     * Set the directory where Wagon will checkout files from SCM.
-     * This directory will be deleted!
-     *
-     * @param checkoutDirectory
-     */
-    public void setCheckoutDirectory( File checkoutDirectory )
-    {
-        this.checkoutDirectory = checkoutDirectory;
-    }
-
-    /**
-     * Convenience method to get the {@link ScmProvider} implementation to handle the provided SCM type
-     *
-     * @param scmType type of SCM, eg. <code>svn</code>, <code>cvs</code>
-     * @return the {@link ScmProvider} that will handle provided SCM type
-     * @throws NoSuchScmProviderException if there is no {@link ScmProvider} able to handle that SCM type
-     */
-    public ScmProvider getScmProvider( String scmType )
-        throws NoSuchScmProviderException
-    {
-        return getScmManager().getProviderByType( scmType );
-    }
-
-    /**
-     * This will cleanup the checkout directory
-     */
-    public void openConnection()
-        throws ConnectionException
-    {
-        if ( checkoutDirectory.exists() )
-        {
-            try
-            {
-                FileUtils.deleteDirectory( checkoutDirectory );
-            }
-            catch ( IOException e )
-            {
-                throw new ConnectionException( "Unable to cleanup checkout directory", e );
-            }
-        }
-        checkoutDirectory.mkdirs();
-    }
-
-    private ScmRepository getScmRepository( String url )
-        throws TransferFailedException
-    {
-        String username = null;
-
-        String password = null;
-
-        String privateKey = null;
-
-        String passphrase = null;
-
-        if ( authenticationInfo != null )
-        {
-            username = authenticationInfo.getUserName();
-
-            password = authenticationInfo.getPassword();
-
-            privateKey = authenticationInfo.getPrivateKey();
-
-            passphrase = authenticationInfo.getPassphrase();
-        }
-
-        ScmRepository scmRepository;
-
-        try
-        {
-            scmRepository = getScmManager().makeScmRepository( url );
-        }
-        catch ( ScmRepositoryException e )
-        {
-            throw new TransferFailedException( "Error initialising SCM repository", e );
-        }
-        catch ( NoSuchScmProviderException e )
-        {
-            throw new TransferFailedException( "Unknown SCM type", e );
-        }
-
-        ScmProviderRepository providerRepository = scmRepository.getProviderRepository();
-
-        if ( StringUtils.isNotEmpty( username ) )
-        {
-            providerRepository.setUser( username );
-        }
-
-        if ( StringUtils.isNotEmpty( password ) )
-        {
-            providerRepository.setPassword( password );
-        }
-
-        if ( providerRepository instanceof ScmProviderRepositoryWithHost )
-        {
-            ScmProviderRepositoryWithHost providerRepo = (ScmProviderRepositoryWithHost) providerRepository;
-
-            if ( StringUtils.isNotEmpty( privateKey ) )
-            {
-                providerRepo.setPrivateKey( privateKey );
-            }
-
-            if ( StringUtils.isNotEmpty( passphrase ) )
-            {
-                providerRepo.setPassphrase( passphrase );
-            }
-        }
-
-        return scmRepository;
-    }
-
-    public void put( File source, String resourceName )
-        throws TransferFailedException, ResourceDoesNotExistException, AuthorizationException
-    {
-        if ( source.isDirectory() )
-        {
-            throw new IllegalArgumentException( "Source is a directory: " + source );
-        }
-        putInternal( source, resourceName );
-    }
-
-    /**
-     * Puts both files and directories
-     *
-     * @param source
-     * @param resourceName
-     * @throws TransferFailedException
-     */
-    private void putInternal( File source, String resourceName )
-        throws TransferFailedException
-    {
-        Resource resource = new Resource( resourceName );
-
-        firePutInitiated( resource, source );
-
-        String url = getRepository().getUrl();
-
-        ScmRepository scmRepository = getScmRepository( url );
-
-        firePutStarted( resource, source );
-
-        try
-        {
-            File basedir = checkoutDirectory;
-
-            String msg = "Wagon: Adding " + source.getName() + " to repository";
-
-            ScmProvider scmProvider = getScmProvider( scmRepository.getProvider() );
-
-            ScmResult result;
-
-            File newCheckoutDirectory = mkdirs( scmProvider, scmRepository, basedir );
-
-            File scmFile = new File( newCheckoutDirectory, resourceName );
-
-            boolean fileAlreadyInScm = scmFile.exists();
-
-            if ( !scmFile.equals( source ) )
-            {
-                if ( source.isDirectory() )
-                {
-                    FileUtils.copyDirectoryStructure( source, scmFile );
-                }
-                else
-                {
-                    FileUtils.copyFile( source, scmFile );
-                }
-            }
-
-            if ( !fileAlreadyInScm || scmFile.isDirectory() )
-            {
-                int addedFiles = addFiles( scmProvider, scmRepository, newCheckoutDirectory, scmFile.getName() );
-
-                if ( !fileAlreadyInScm && addedFiles == 0 )
-                {
-                    throw new TransferFailedException(
-                        "Unable to add file to SCM: " + scmFile + "; see error messages above for more information" );
-                }
-            }
-
-            result = scmProvider.checkIn( scmRepository,
-                                          new ScmFileSet( newCheckoutDirectory, scmFile.getName(), null ), null, msg );
-
-            checkScmResult( result );
-
-        }
-        catch ( ScmException e )
-        {
-            throw new TransferFailedException( "Error interacting with SCM", e );
-        }
-        catch ( IOException e )
-        {
-            throw new TransferFailedException( "Error interacting with SCM", e );
-        }
-
-        if ( source.isFile() )
-        {
-            postProcessListeners( resource, source, TransferEvent.REQUEST_PUT );
-        }
-
-        firePutCompleted( resource, source );
-    }
-
-    /**
-     * Add a file or directory to a SCM repository.
-     * If it's a directory all its contents are added recursively.
-     * <p/>
-     * TODO this is less than optimal, SCM API should provide a way to add a directory recursively
-     *
-     * @param scmProvider   SCM provider
-     * @param scmRepository SCM repository
-     * @param basedir       local directory corresponding to scmRepository
-     * @param scmFilePath   path of the file or directory to add, relative to basedir
-     * @return the number of files added.
-     * @throws ScmException
-     */
-    private int addFiles( ScmProvider scmProvider, ScmRepository scmRepository, File basedir, String scmFilePath )
-        throws ScmException, TransferFailedException
-    {
-        File scmFile = new File( basedir, scmFilePath );
-
-        AddScmResult result = scmProvider.add( scmRepository, new ScmFileSet( basedir, new File( scmFilePath ) ) );
-
-        /* 
-         * TODO dirty fix to work around files with property svn:eol-style=native
-         * if a file has that property, first time file is added it fails, second time it succeeds
-         * the solution is check if the scm provider is svn and unset that property
-         * when the SCM API allows it 
-         */
-        if ( !result.isSuccess() )
-        {
-            result = scmProvider.add( scmRepository, new ScmFileSet( basedir, new File( scmFilePath ) ) );
-        }
-
-        int addedFiles = result.getAddedFiles().size();
-
-        String reservedScmFile = scmProvider.getScmSpecificFilename();
-
-        if ( scmFile.isDirectory() )
-        {
-            File[] files = scmFile.listFiles();
-
-            for ( int i = 0; i < files.length; i++ )
-            {
-                if ( reservedScmFile != null && !reservedScmFile.equals( files[i].getName() ) )
-                {
-                    addedFiles +=
-                        addFiles( scmProvider, scmRepository, basedir, scmFilePath + "/" + files[i].getName() );
-                }
-            }
-        }
-
-        return addedFiles;
-    }
-
-    /**
-     * Make the necessary directories in the SCM repository to commit the files in the place asked
-     *
-     * @param scmProvider
-     * @param repository
-     * @param basedir
-     * @return the new checkout directory. Will be <code>null</code> if it does not need to change.
-     * @throws ScmException
-     * @throws TransferFailedException
-     */
-    private File mkdirs( ScmProvider scmProvider, ScmRepository repository, File basedir )
-        throws ScmException, TransferFailedException
-    {
-        ScmProviderRepository baseProviderRepository = repository.getProviderRepository();
-
-        ScmFileSet fileSet = new ScmFileSet( basedir, new File( "." ) );
-
-        ListScmResult listScmResult;
-
-        ScmRepository baseRepository = repository;
-
-        ScmProviderRepository lastBaseProviderRepository = baseProviderRepository;
-
-        while ( baseProviderRepository != null )
-        {
-            listScmResult = scmProvider.list( baseRepository, fileSet, false, null );
-
-            if ( listScmResult.isSuccess() )
-            {
-                break;
-            }
-
-            lastBaseProviderRepository = baseProviderRepository;
-
-            baseProviderRepository = baseProviderRepository.getParent();
-
-            baseRepository = new ScmRepository( repository.getProvider(), baseProviderRepository );
-        }
-
-        if ( baseProviderRepository != null )
-        {
-            String relativePath = repository.getProviderRepository().getRelativePath( baseProviderRepository );
-
-            if ( relativePath != null )
-            {
-                scmProvider.checkOut( baseRepository, new ScmFileSet( basedir ), null );
-
-                File path = new File( basedir, relativePath );
-
-                path.mkdirs();
-
-                String folderNameToCommit = lastBaseProviderRepository.getRelativePath( baseProviderRepository );
-
-                int addedFiles = addFiles( scmProvider, baseRepository, basedir, folderNameToCommit );
-
-                if ( addedFiles == 0 )
-                {
-                    throw new TransferFailedException(
-                        "Unable to add folder to SCM: " + new File( basedir, folderNameToCommit ) );
-                }
-
-                scmProvider.checkIn( baseRepository, new ScmFileSet( basedir, new File( folderNameToCommit ) ), null,
-                                     "Adding required folders for Wagon.put" );
-
-                return path;
-            }
-            else
-            {
-                /* folder already in SCM */
-
-                CheckOutScmResult result = scmProvider.checkOut( repository, new ScmFileSet( basedir ), null );
-
-                checkScmResult( result );
-
-                return basedir;
-            }
-        }
-
-        throw new TransferFailedException(
-            "Unable to create directories in the remote repository: " + repository.getProviderRepository() );
-    }
-
-    /**
-     * @return true
-     */
-    public boolean supportsDirectoryCopy()
-    {
-        return true;
-    }
-
-    public void putDirectory( File sourceDirectory, String destinationDirectory )
-        throws TransferFailedException, ResourceDoesNotExistException, AuthorizationException
-    {
-        if ( !sourceDirectory.isDirectory() )
-        {
-            throw new IllegalArgumentException( "Source is not a directory: " + sourceDirectory );
-        }
-
-        putInternal( sourceDirectory, destinationDirectory );
-    }
-
-    /**
-     * Check that the ScmResult was a successful operation
-     *
-     * @param result
-     * @throws TransferFailedException if result was not a successful operation
-     */
-    private void checkScmResult( ScmResult result )
-        throws TransferFailedException
-    {
-        if ( !result.isSuccess() )
-        {
-            throw new TransferFailedException(
-                "Unable to commit file. " + result.getProviderMessage() + " " + result.getCommandOutput() );
-        }
-    }
-
-    public void closeConnection()
-    {
-    }
-
-    /**
-     * Not implemented
-     *
-     * @throws UnsupportedOperationException always
-     */
-    public boolean getIfNewer( String resourceName, File destination, long timestamp )
-        throws TransferFailedException, ResourceDoesNotExistException, AuthorizationException
-    {
-        throw new UnsupportedOperationException( "Not currently supported: getIfNewer" );
-    }
-
-    public void get( String resourceName, File destination )
-        throws TransferFailedException, ResourceDoesNotExistException, AuthorizationException
-    {
-        Resource resource = new Resource( resourceName );
-
-        fireGetInitiated( resource, destination );
-
-        String url = getRepository().getUrl() + "/" + resourceName;
-
-        // remove the file
-        url = url.substring( 0, url.lastIndexOf( '/' ) );
-
-        ScmRepository scmRepository = getScmRepository( url );
-
-        fireGetStarted( resource, destination );
-
-        // TODO: limitations:
-        //  - destination filename must match that in the repository - should allow the "-d" CVS equiv to be passed in
-        //  - we don't get granular exceptions from SCM (ie, auth, not found)
-        //  - need to make it non-recursive to save time
-        //  - exists() check doesn't test if it is in SCM already
-
-        try
-        {
-            File scmFile = new File( checkoutDirectory, resourceName );
-            File basedir = scmFile.getParentFile();
-
-            ScmProvider scmProvider = getScmProvider( scmRepository.getProvider() );
-
-            String reservedScmFile = scmProvider.getScmSpecificFilename();
-
-            if ( reservedScmFile != null && new File( basedir, reservedScmFile ).exists() )
-            {
-                scmProvider.update( scmRepository, new ScmFileSet( basedir ), null );
-            }
-            else
-            {
-                // TODO: this should be checking out a full hierachy (requires the -d equiv)
-                basedir.mkdirs();
-
-                scmProvider.checkOut( scmRepository, new ScmFileSet( basedir ), null );
-            }
-
-            if ( !scmFile.exists() )
-            {
-                throw new ResourceDoesNotExistException( "Unable to find resource " + destination + " after checkout" );
-            }
-
-            if ( !scmFile.equals( destination ) )
-            {
-                FileUtils.copyFile( scmFile, destination );
-            }
-        }
-        catch ( ScmException e )
-        {
-            throw new TransferFailedException( "Error getting file from SCM", e );
-        }
-        catch ( IOException e )
-        {
-            throw new TransferFailedException( "Error getting file from SCM", e );
-        }
-
-        postProcessListeners( resource, destination, TransferEvent.REQUEST_GET );
-
-        fireGetCompleted( resource, destination );
-    }
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0112-extensionsThatDragDependencies/test-extension/src/main/resources/META-INF/plexus/components.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0112-extensionsThatDragDependencies/test-extension/src/main/resources/META-INF/plexus/components.xml
deleted file mode 100644
index 13603be..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0112-extensionsThatDragDependencies/test-extension/src/main/resources/META-INF/plexus/components.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<component-set>
-  <components>
-    <component>
-      <role>org.apache.maven.wagon.Wagon</role>
-      <role-hint>scm</role-hint>
-      <implementation>org.apache.maven.wagon.providers.scm.ScmWagon</implementation>
-      <instantiation-strategy>per-lookup</instantiation-strategy>
-      <requirements>
-        <requirement>
-          <role>org.apache.maven.scm.manager.ScmManager</role>
-        </requirement>
-      </requirements>
-      <configuration>
-        <checkoutDirectory>target/checkout</checkoutDirectory>
-      </configuration>
-    </component>
-  </components>
-</component-set>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0112-extensionsThatDragDependencies/test-project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0112-extensionsThatDragDependencies/test-project/pom.xml
deleted file mode 100755
index 7c62f27..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0112-extensionsThatDragDependencies/test-project/pom.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-  <groupId>org.apache.maven.its.it0112</groupId>
-  <artifactId>test-project</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>Test Wagon SCM</name>
-  <version>1.0-SNAPSHOT</version>
-  <inceptionYear>2005</inceptionYear>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-model</artifactId>
-      <version>2.0.2</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-container-default</artifactId>
-      <version>1.0-alpha-9</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>1.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-settings</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.scm</groupId>
-      <artifactId>maven-scm-manager-plexus</artifactId>
-      <version>1.0-beta-4</version>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.scm</groupId>
-        <artifactId>maven-scm-provider-svnexe</artifactId>
-        <version>1.0-beta-4</version>
-      </extension>
-      <extension>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>test-extension</artifactId>
-        <version>1.0-SNAPSHOT</version>
-      </extension>
-    </extensions>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0112-extensionsThatDragDependencies/test-project/src/main/java/org/apache/maven/plugins/ScmTestMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0112-extensionsThatDragDependencies/test-project/src/main/java/org/apache/maven/plugins/ScmTestMojo.java
deleted file mode 100755
index 1c9f595..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0112-extensionsThatDragDependencies/test-project/src/main/java/org/apache/maven/plugins/ScmTestMojo.java
+++ /dev/null
@@ -1,62 +0,0 @@
-package org.apache.maven.plugins;
-
-/*
- * Copyright 2004-2006 The Apache Software 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.
- */
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.scm.manager.AbstractScmManager;
-import org.apache.maven.scm.manager.ScmManager;
-import org.apache.maven.scm.manager.plexus.DefaultScmManager;
-
-/**
- * Test for classpath issues
- *
- * @author <a href="mailto:carlos@apache.org">Carlos Sanchez</a>
- * @version $Id$
- * @goal test
- */
-public class ScmTestMojo
-    extends AbstractMojo
-{
-
-    /**
-     * Maven SCM Manager.
-     *
-     * @parameter expression="${component.org.apache.maven.scm.manager.ScmManager}"
-     * @required
-     * @readonly
-     */
-    protected ScmManager scmManager;
-
-    public void execute()
-    {
-        System.out.println( "scmManager class: " + scmManager.getClass().getName() );
-        ClassLoader defaultScmManagerClassLoader = DefaultScmManager.class.getClassLoader();
-        ClassLoader scmManagerClassLoader = scmManager.getClass().getClassLoader();
-        System.out.println( "DefaultScmManager.class.getClassLoader(): " + defaultScmManagerClassLoader );
-        System.out.println( "scmManager.getClass().getClassLoader(): " + scmManagerClassLoader );
-        System.out.println( "DefaultScmManager.class.isAssignableFrom( scmManager.getClass() ): " +
-            DefaultScmManager.class.isAssignableFrom( scmManager.getClass() ) );
-        System.out.println( "AbstractScmManager.class.isAssignableFrom( scmManager.getClass() )" +
-            AbstractScmManager.class.isAssignableFrom( scmManager.getClass() ) );
-        System.out.println( "ScmManager.class.isAssignableFrom( scmManager.getClass() ): " +
-            ScmManager.class.isAssignableFrom( scmManager.getClass() ) );
-
-        /* This breaks */
-        DefaultScmManager defaultScmManager = (DefaultScmManager) scmManager;
-    }
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0113-serverAuthzAvailableToWagonMgrInPlugin/maven-it0113-plugin/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0113-serverAuthzAvailableToWagonMgrInPlugin/maven-it0113-plugin/pom.xml
deleted file mode 100644
index 5d05600..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0113-serverAuthzAvailableToWagonMgrInPlugin/maven-it0113-plugin/pom.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.it0113</groupId>
-  <artifactId>maven-it0113-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <name>maven-it0113-plugin Maven Mojo</name>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-      <version>2.0.2</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact-manager</artifactId>
-      <version>2.0.2</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0113-serverAuthzAvailableToWagonMgrInPlugin/maven-it0113-plugin/src/main/java/org/apache/maven/plugins/MyMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0113-serverAuthzAvailableToWagonMgrInPlugin/maven-it0113-plugin/src/main/java/org/apache/maven/plugins/MyMojo.java
deleted file mode 100644
index 92b015a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0113-serverAuthzAvailableToWagonMgrInPlugin/maven-it0113-plugin/src/main/java/org/apache/maven/plugins/MyMojo.java
+++ /dev/null
@@ -1,80 +0,0 @@
-package org.apache.maven.plugins;
-
-/*
- * Copyright 2001-2005 The Apache Software 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.
- */
-
-import org.apache.maven.artifact.manager.WagonManager;
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.wagon.authentication.AuthenticationInfo;
-
-/**
- * Goal which checks for a server entry of the specified serverId in the wagon manager.
- *
- * @goal test
- * @phase initialize
- */
-public class MyMojo
-    extends AbstractMojo
-{
-    
-    /**
-     * @component
-     */
-    private WagonManager wagonManager;
-    
-    /**
-     * @parameter default-value="test"
-     * @required
-     */
-    private String serverId;
-    
-    /**
-     * @parameter default-value="testuser"
-     * @required
-     */
-    private String username;
-    
-    /**
-     * @parameter default-value="testtest"
-     * @required
-     */
-    private String password;
-    
-    public void execute()
-        throws MojoExecutionException
-    {
-        AuthenticationInfo authInfo = wagonManager.getAuthenticationInfo( serverId );
-        
-        if ( authInfo == null )
-        {
-            getLog().error( "Cannot find AuthenticationInfo for: " + serverId + "." );
-            throw new MojoExecutionException( "Cannot find AuthenticationInfo for: " + serverId + "." );
-        }
-        
-        if ( !username.equals( authInfo.getUserName() ) )
-        {
-            getLog().error( "Expected username: '" + username + "'; found: '" + authInfo.getUserName() + "'" );
-            throw new MojoExecutionException( "Expected username: " + username + "; found: " + authInfo.getUserName() );
-        }
-        
-        if ( !password.equals( authInfo.getPassword() ) )
-        {
-            getLog().error( "Expected password: '" + password + "'; found: '" + authInfo.getPassword() + "'" );
-            throw new MojoExecutionException( "Expected password: " + password + "; found: " + authInfo.getPassword() );
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0113-serverAuthzAvailableToWagonMgrInPlugin/test-project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0113-serverAuthzAvailableToWagonMgrInPlugin/test-project/pom.xml
deleted file mode 100644
index 48669ae..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0113-serverAuthzAvailableToWagonMgrInPlugin/test-project/pom.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.it0113</groupId>
-  <artifactId>test-project</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <name>test-project</name>
-  <url>http://maven.apache.org</url>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.it0113</groupId>
-        <artifactId>maven-it0113-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>test</id>
-            <phase>initialize</phase>
-            <goals><goal>test</goal></goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0113-serverAuthzAvailableToWagonMgrInPlugin/test-project/settings.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0113-serverAuthzAvailableToWagonMgrInPlugin/test-project/settings.xml
deleted file mode 100644
index 2a1f270..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0113-serverAuthzAvailableToWagonMgrInPlugin/test-project/settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<settings>
-  <servers>
-    <server>
-      <id>test</id>
-      <username>testuser</username>
-      <password>testtest</password>
-    </server>
-  </servers>
-</settings>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0113-serverAuthzAvailableToWagonMgrInPlugin/test-project/src/main/java/org/apache/maven/integrationtests/App.java b/core-integration-testing/core-integration-tests/src/test/resources/it0113-serverAuthzAvailableToWagonMgrInPlugin/test-project/src/main/java/org/apache/maven/integrationtests/App.java
deleted file mode 100644
index 6864260..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0113-serverAuthzAvailableToWagonMgrInPlugin/test-project/src/main/java/org/apache/maven/integrationtests/App.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package org.apache.maven.integrationtests;
-
-/**
- * Hello world!
- *
- */
-public class App 
-{
-    public static void main( String[] args )
-    {
-        System.out.println( "Hello World!" );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0113-serverAuthzAvailableToWagonMgrInPlugin/test-project/src/test/java/org/apache/maven/integrationtests/AppTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0113-serverAuthzAvailableToWagonMgrInPlugin/test-project/src/test/java/org/apache/maven/integrationtests/AppTest.java
deleted file mode 100644
index 0825c55..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0113-serverAuthzAvailableToWagonMgrInPlugin/test-project/src/test/java/org/apache/maven/integrationtests/AppTest.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
-{
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/Readme.txt b/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/Readme.txt
deleted file mode 100644
index f579f02..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/Readme.txt
+++ /dev/null
@@ -1 +0,0 @@
-This test needs to build an extension and then a plugin to use it. The root pom does that. The verifier then goes into test-project and executes mvn verify to execute the plugin. I did this to make sure the verifier picked up the correct artifacts by making a separate execution.
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/extension/it0114_rule_set.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/extension/it0114_rule_set.xml
deleted file mode 100644
index fda8b54..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/extension/it0114_rule_set.xml
+++ /dev/null
@@ -1,112 +0,0 @@
-<?xml version="1.0"?>

-<ruleset name="EPHS Custom ruleset"

-    xmlns="http://pmd.sf.net/ruleset/1.0.0"

-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

-    xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"

-    xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">

-

-  <description>

-  This ruleset checks EPHS code

-  </description>

-

-  <rule ref="rulesets/finalizers.xml"/>  

-

-  

-  <rule ref="rulesets/controversial.xml/UnnecessaryParentheses"/>

-

-  <rule ref="rulesets/optimizations.xml/UseArrayListInsteadOfVector"/>

-  <rule ref="rulesets/optimizations.xml/SimplifyStartsWith"/>

-  <rule ref="rulesets/optimizations.xml/UseArraysAsList"/>

-  <rule ref="rulesets/optimizations.xml/AvoidArrayLoops"/>

-  <!--<rule ref="rulesets/optimizations.xml/UnnecessaryWrapperObjectCreation"/> -->

-

-  <rule ref="rulesets/j2ee.xml/UseProperClassLoader"/>

-

-

-  <rule ref="rulesets/basic.xml/EmptyCatchBlock"/>

-  <rule ref="rulesets/basic.xml/EmptyIfStmt"/>

-  <rule ref="rulesets/basic.xml/EmptyWhileStmt"/>

-  <rule ref="rulesets/basic.xml/EmptyTryBlock"/>

-  <rule ref="rulesets/basic.xml/EmptyFinallyBlock"/>

-  <rule ref="rulesets/basic.xml/EmptySwitchStatements"/>

-  <rule ref="rulesets/basic.xml/JumbledIncrementer"/>

-  <rule ref="rulesets/basic.xml/UnnecessaryConversionTemporary"/>

-  <rule ref="rulesets/basic.xml/DoubleCheckedLocking"/>

-  <rule ref="rulesets/basic.xml/OverrideBothEqualsAndHashcode"/>

-  <rule ref="rulesets/basic.xml/ReturnFromFinallyBlock"/>

-  <rule ref="rulesets/basic.xml/EmptySynchronizedBlock"/>

-  <rule ref="rulesets/basic.xml/UnnecessaryReturn"/>

-  <rule ref="rulesets/basic.xml/UnconditionalIfStatement"/>

-  <rule ref="rulesets/basic.xml/EmptyStatementNotInLoop"/>

-  <rule ref="rulesets/basic.xml/BooleanInstantiation"/>

-  <rule ref="rulesets/basic.xml/CollapsibleIfStatements"/>

-  <rule ref="rulesets/basic.xml/ClassCastExceptionWithToArray"/>

-  <rule ref="rulesets/basic.xml/UselessOperationOnImmutable"/>

- <!-- <rule ref="rulesets/basic.xml/NullPointerException"/> -->

-  <rule ref="rulesets/basic.xml/AvoidThreadGroup"/>

- <!-- <rule ref="rulesets/basic.xml/BrokenNullCheck"/> -->

- 

-  <rule ref="rulesets/sunsecure.xml"/>

-  <rule ref="rulesets/strictexception.xml"/>

-  

-  <rule ref="rulesets/codesize.xml/ExcessiveMethodLength"/>

-  <rule ref="rulesets/codesize.xml/ExcessiveParameterList"/>

-

-  <rule ref="rulesets/design.xml/SimplifyBooleanReturns"/>  

-  

-  

-  <rule ref="rulesets/design.xml/AvoidDeeplyNestedIfStmts"/>

-  <rule ref="rulesets/design.xml/ConstructorCallsOverridableMethod"/>

-  <rule ref="rulesets/design.xml/CloseResource"/>

-  <rule ref="rulesets/design.xml/NonStaticInitializer"/>

-  <rule ref="rulesets/design.xml/DefaultLabelNotLastInSwitchStmt"/>

-  <rule ref="rulesets/design.xml/NonCaseLabelInSwitchStatement"/>

-  <rule ref="rulesets/design.xml/OptimizableToArrayCall"/>

-  <rule ref="rulesets/design.xml/BadComparison"/>

-  <rule ref="rulesets/design.xml/EqualsNull"/>

-  <rule ref="rulesets/design.xml/InstantiationToGetClass"/>

-  <rule ref="rulesets/design.xml/IdempotentOperations"/>

-  <rule ref="rulesets/design.xml/AssignmentToNonFinalStatic"/>

-  <rule ref="rulesets/design.xml/MissingStaticMethodInNonInstantiatableClass"/>

-  <rule ref="rulesets/design.xml/MissingBreakInSwitch"/>

-  <rule ref="rulesets/design.xml/UseNotifyAllInsteadOfNotify"/>

-  <rule ref="rulesets/design.xml/SimplifyConditional"/>

-  <rule ref="rulesets/design.xml/CompareObjectsWithEquals"/>

-  <rule ref="rulesets/design.xml/UnnecessaryLocalBeforeReturn"/>

-  <rule ref="rulesets/design.xml/UnsynchronizedStaticDateFormatter"/>

-  <rule ref="rulesets/design.xml/PreserveStackTrace"/>

-

-  <rule ref="rulesets/strings.xml/StringInstantiation"/>

-  <rule ref="rulesets/strings.xml/StringToString"/>

-  <rule ref="rulesets/strings.xml/UnnecessaryCaseChange"/>

-  <rule ref="rulesets/strings.xml/UseStringBufferLength"/>

-  <rule ref="rulesets/strings.xml/InsufficientStringBufferDeclaration"/>

-  <!--<rule ref="rulesets/strings.xml/UselessStringValueOf"/>  -->

-

-

-  <rule ref="rulesets/imports.xml"/>

-

-  <rule ref="rulesets/naming.xml/VariableNamingConventions"/>

-

-  <!--<rule ref="rulesets/naming.xml/AvoidDollarSign"/> -->

-  <rule ref="rulesets/naming.xml/SuspiciousHashcodeMethodName"/>

-  <rule ref="rulesets/naming.xml/SuspiciousConstantFieldName"/>

-  <rule ref="rulesets/naming.xml/SuspiciousEqualsMethodName"/>

-  <rule ref="rulesets/naming.xml/AvoidFieldNameMatchingTypeName"/>

-  <rule ref="rulesets/naming.xml/AvoidFieldNameMatchingMethodName"/>

-  <rule ref="rulesets/naming.xml/AvoidNonConstructorMethodsWithClassName"/>

-  

-  <rule ref="rulesets/naming.xml/NoPackage"/>

-  <rule ref="rulesets/naming.xml/PackageCase"/>  

-  <rule ref="rulesets/naming.xml/MisleadingVariableName"/>

-

-

-  <rule ref="rulesets/logging-java.xml/SystemPrintln"/>

-  <rule ref="rulesets/logging-java.xml/AvoidPrintStackTrace"/>

-  

-  <rule ref="rulesets/logging-jakarta-commons.xml/UseCorrectExceptionLogging"/>

-  

-

-  <rule ref="rulesets/braces.xml"/>

-

-</ruleset>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/extension/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/extension/pom.xml
deleted file mode 100644
index aba1d2a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/extension/pom.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0"?><project>

-  <modelVersion>4.0.0</modelVersion>

-  <groupId>org.apache.maven.its.it0114</groupId>

-  <artifactId>it0114-extension</artifactId>

-  <packaging>pom</packaging>

-  <version>1.0</version>

-  <name>it0114 - extension</name>

-  <build>

-    <plugins>

-      <plugin>

-        <artifactId>maven-assembly-plugin</artifactId>

-        <version>2.1</version> 

-        <executions>

-          <execution>

-            <phase>process-resources</phase>

-            <goals>

-              <goal>attached</goal>

-            </goals>

-            <configuration>

-              <descriptors>

-                <descriptor>src/assembly/assembly.xml</descriptor>

-              </descriptors>

-              <outputDirectory>target</outputDirectory>

-            </configuration>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-

-</project>

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/extension/src/assembly/assembly.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/extension/src/assembly/assembly.xml
deleted file mode 100644
index 6de530c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/extension/src/assembly/assembly.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-    <assembly>

-      <id></id>

-      <formats>

-        <format>jar</format>

-       </formats>

-       <includeBaseDirectory>false</includeBaseDirectory>

-       <fileSets>

-        <fileSet>

-          <directory>.</directory> 

-          <outputDirectory>/</outputDirectory>

-             <includes>

-                <include>it0114_rule_set.xml</include>

-             </includes>          

-        </fileSet>

-      </fileSets>

-    </assembly>

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/pom.xml
deleted file mode 100644
index cf9bd73..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/pom.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<project>

-  <modelVersion>4.0.0</modelVersion>

-  <groupId>org.apache.maven.its.it0114</groupId>

-  <artifactId>parent</artifactId>

-  <version>1.0</version>

-  <packaging>pom</packaging>

-  <name>it0114 - parent</name>

-  <modules>

-    <module>extension</module>

-    <module>test-plugin</module>

-  </modules>

-</project>

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/test-plugin/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/test-plugin/pom.xml
deleted file mode 100644
index 4736b1e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/test-plugin/pom.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0"?><project>

-  <modelVersion>4.0.0</modelVersion>

-  <groupId>org.apache.maven.its.it0114</groupId>

-  <artifactId>it0114-plugin</artifactId>

-  <packaging>maven-plugin</packaging>

-  <version>1.0</version>

-  <name>it0114 - plugin</name>

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.maven</groupId>

-      <artifactId>maven-project</artifactId>

-      <version>2.0</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.maven</groupId>

-      <artifactId>maven-plugin-api</artifactId>

-      <version>2.0</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.maven</groupId>

-      <artifactId>maven-artifact</artifactId>

-      <version>2.0</version>

-    </dependency>

-  </dependencies>

-  

- </project>

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/test-plugin/src/main/java/org/apache/maven/plugin/It0014Mojo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/test-plugin/src/main/java/org/apache/maven/plugin/It0014Mojo.java
deleted file mode 100644
index c4ef41e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/test-plugin/src/main/java/org/apache/maven/plugin/It0014Mojo.java
+++ /dev/null
@@ -1,31 +0,0 @@
-package org.apache.maven.plugin;

-

-import java.net.URL;

-

-/**

- * @author <a href="mailto:brianf@apache.org">Brian Fox</a>

- * @goal test

- * @phase verify

- */

-public class It0014Mojo

-    extends AbstractMojo

-{

-

-    public void execute()

-        throws MojoExecutionException, MojoFailureException

-    {

-        ClassLoader cl = this.getClass().getClassLoader();

-        URL url = cl.getResource( "it0114_rule_set.xml" );

-        

-        if (url != null)

-        {

-            this.getLog().info( "Found Url: "+ url.getFile() );

-        }

-        else

-        {

-            throw new MojoExecutionException("Can't find it0114_rule_set.xml on classpath!!");

-        }

-        

-    }

-

-}

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/test-project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/test-project/pom.xml
deleted file mode 100644
index a89d5c3..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0114-extensionThatProvidesResources/test-project/pom.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0"?>
-<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>
-	<groupId>org.apache.maven.its.it0114</groupId>
-	<artifactId>it0114-plugin-runner</artifactId>
-	<version>1.0</version>
-	<packaging>pom</packaging>
-	<name>it0114 - plugin runner</name>
-	<build>
-		<extensions>
-			<extension>
-				<groupId>org.apache.maven.its.it0114</groupId>
-				<artifactId>it0114-extension</artifactId>
-				<version>1.0</version>
-			</extension>
-		</extensions>
-		<plugins>			
-			<plugin>
-				<groupId>org.apache.maven.its.it0114</groupId>
-				<artifactId>it0114-plugin</artifactId>
-				<version>1.0</version>
-				<executions>
-					<execution>
-						<goals>
-							<goal>test</goal>
-						</goals>
-					</execution>
-				</executions>
-
-			</plugin>	
-		</plugins>
-	</build>
-</project>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0115-customArtifactHandlerAndCustomLifecycle/test-extension/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0115-customArtifactHandlerAndCustomLifecycle/test-extension/pom.xml
deleted file mode 100644
index 4f8e3c3..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0115-customArtifactHandlerAndCustomLifecycle/test-extension/pom.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-  <groupId>org.apache.maven.its.it0115</groupId>
-  <artifactId>test-extension</artifactId>
-  <name>Test Extension</name>
-  <version>1.0-SNAPSHOT</version>
-  <inceptionYear>2007</inceptionYear>
-  <packaging>maven-plugin</packaging>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-      </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-archiver</artifactId>
-      <version>2.2</version>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>1.4</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0115-customArtifactHandlerAndCustomLifecycle/test-extension/src/main/java/org/apache/maven/its/it0115/XarMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0115-customArtifactHandlerAndCustomLifecycle/test-extension/src/main/java/org/apache/maven/its/it0115/XarMojo.java
deleted file mode 100644
index c41a376..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0115-customArtifactHandlerAndCustomLifecycle/test-extension/src/main/java/org/apache/maven/its/it0115/XarMojo.java
+++ /dev/null
@@ -1,80 +0,0 @@
-package org.apache.maven.its.it0115;
-
-/*
- * Copyright 2007 The Apache Software 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.
- */
-
-import java.io.File;
-import java.io.IOException;
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.plugin.MojoFailureException;
-import org.apache.maven.project.MavenProject;
-import org.codehaus.plexus.archiver.ArchiverException;
-import org.codehaus.plexus.archiver.zip.ZipArchiver;
-
-/**
- * Gather all resources in a XAR file (which is actually a ZIP file)
- *
- * @version $Id: $
- * @goal xar
- * @phase package
- */
-public class XarMojo extends AbstractMojo
-{
-    /**
-     * The maven project.
-     *
-     * @parameter expression="${project}"
-     * @required
-     * @readonly
-     */
-    private MavenProject project;
-
-    /** 
-     * @see org.apache.maven.plugin.Mojo#execute()
-     */
-    public void execute() throws MojoExecutionException, MojoFailureException
-    {
-        if (this.project.getResources().size() < 1)
-        {
-            this.getLog().warn("No XAR created as no resources were found");
-            return;
-        }
-
-        try
-        {
-            performArchive();
-        }
-        catch (Exception e)
-        {
-            throw new MojoExecutionException("Error while creating XAR file", e );
-        }
-    }
-
-    private void performArchive() throws ArchiverException, IOException
-    {
-        File xarFile = new File(this.project.getBuild().getDirectory(),
-            this.project.getArtifactId() + ".xar" );
-        ZipArchiver archiver = new ZipArchiver();
-        archiver.setDestFile(xarFile);
-        archiver.setIncludeEmptyDirs(false);
-        archiver.setCompress(true);
-        archiver.addDirectory(new File(this.project.getBuild().getOutputDirectory()));
-        archiver.createArchive();
-        this.project.getArtifact().setFile(xarFile);
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0115-customArtifactHandlerAndCustomLifecycle/test-extension/src/main/resources/META-INF/plexus/components.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0115-customArtifactHandlerAndCustomLifecycle/test-extension/src/main/resources/META-INF/plexus/components.xml
deleted file mode 100644
index 324ff4a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0115-customArtifactHandlerAndCustomLifecycle/test-extension/src/main/resources/META-INF/plexus/components.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<component-set>
-  <components>
-    <component>
-      <role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role>
-      <role-hint>xar</role-hint>
-      <implementation>org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping</implementation>
-      <configuration>
-        <phases>
-          <process-resources>org.apache.maven.plugins:maven-resources-plugin:resources</process-resources>
-          <package>org.apache.maven.its.it0115:test-extension:xar</package>
-          <install>org.apache.maven.plugins:maven-install-plugin:install</install>
-          <deploy>org.apache.maven.plugins:maven-deploy-plugin:deploy</deploy>
-        </phases>
-      </configuration>
-    </component>
-    <component>
-      <role>org.apache.maven.artifact.handler.ArtifactHandler</role>
-      <role-hint>xar</role-hint>
-      <implementation>org.apache.maven.artifact.handler.DefaultArtifactHandler</implementation>
-      <configuration>
-        <type>xar</type>
-        <extension>xar</extension>
-        <packaging>xar</packaging>
-      </configuration>
-    </component>
-  </components>
-</component-set>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0115-customArtifactHandlerAndCustomLifecycle/test-project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0115-customArtifactHandlerAndCustomLifecycle/test-project/pom.xml
deleted file mode 100644
index cc853a2..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0115-customArtifactHandlerAndCustomLifecycle/test-project/pom.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-  <groupId>org.apache.maven.its.it0115</groupId>
-  <artifactId>test-project</artifactId>
-  <name>Test Project</name>
-  <version>1.0-SNAPSHOT</version>
-  <inceptionYear>2007</inceptionYear>
-
-  <packaging>xar</packaging>
-

-  <build>

-    <extensions>

-      <extension>

-        <groupId>org.apache.maven.its.it0115</groupId>

-        <artifactId>test-extension</artifactId>

-        <version>1.0-SNAPSHOT</version>

-      </extension>

-    </extensions>

-  </build>

-
-</project>

-        
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0115-customArtifactHandlerAndCustomLifecycle/test-project/src/main/resources/package.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0115-customArtifactHandlerAndCustomLifecycle/test-project/src/main/resources/package.xml
deleted file mode 100644
index 07caedc..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0115-customArtifactHandlerAndCustomLifecycle/test-project/src/main/resources/package.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<package>
-  <infos>
-    <name>Backup</name>
-    <description>on Fri Jan 26 09:55:02 CET 2007 by XWiki.Admin</description>
-    <licence></licence>
-    <author>XWiki.Admin</author>
-    <version></version>
-    <backupPack>true</backupPack>
-  </infos>
-  <files/>
-</package>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0116-verifyCorrectOsProfileActivation/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0116-verifyCorrectOsProfileActivation/pom.xml
deleted file mode 100644
index bcbf46c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0116-verifyCorrectOsProfileActivation/pom.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.it0116</groupId>
-  <artifactId>parent</artifactId>
-  <packaging>pom</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <profiles>
-    <profile> 
-      <id>bogus-profile</id> 
-      <activation> 
-        <os>
-          <family>bogus-family</family> 
-        </os> 
-      </activation>
-      <properties>
-        <name>value</name>
-      </properties>
-    </profile>
-  </profiles>  
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0117-testUsesOfPropertiesInAMojo/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0117-testUsesOfPropertiesInAMojo/pom.xml
deleted file mode 100644
index 0a32b11..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0117-testUsesOfPropertiesInAMojo/pom.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.it0117</groupId>
-  <artifactId>parent</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-uses-properties</artifactId>
-        <executions>
-          <execution>
-            <phase>validate</phase>
-            <goals>
-              <goal>generate-properties</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>      
-    </plugins>
-  </build>
-  <properties>
-    <name>bastille</name>
-    <occupation>sonambulist</occupation>
-  </properties> 
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0118-attachedartifactinreactor/one/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0118-attachedartifactinreactor/one/pom.xml
deleted file mode 100644
index 981a883..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0118-attachedartifactinreactor/one/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.it0118</groupId>
-  <artifactId>one</artifactId>
-  <version>1.0</version>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>package</phase>
-            <goals>
-              <goal>single</goal>
-            </goals>
-            <configuration>
-              <descriptorRefs>
-                <descriptorRef>src</descriptorRef>
-              </descriptorRefs>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0118-attachedartifactinreactor/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0118-attachedartifactinreactor/pom.xml
deleted file mode 100644
index 8167b2d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0118-attachedartifactinreactor/pom.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.it0118</groupId>
-  <artifactId>parent</artifactId>
-  <version>1.0</version>
-  <packaging>pom</packaging>
-  <modules>
-    <module>one</module>
-    <module>two</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0118-attachedartifactinreactor/two/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0118-attachedartifactinreactor/two/pom.xml
deleted file mode 100644
index a9d17d3..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0118-attachedartifactinreactor/two/pom.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.it0118</groupId>
-  <artifactId>two</artifactId>
-  <version>1.0</version>
-  <packaging>pom</packaging>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.its.it0118</groupId>
-      <artifactId>one</artifactId>
-      <version>1.0</version>
-      <classifier>src</classifier>
-      <type>zip</type>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <version>2.0-alpha-4</version>
-        <executions>
-          <execution>
-            <id>unpack</id>
-            <phase>generate-sources</phase>
-            <goals>
-              <goal>unpack-dependencies</goal>
-            </goals>
-            <configuration>
-              <outputDirectory>${project.build.directory}/extracted</outputDirectory>
-              <includeTypes>zip</includeTypes>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/Readme.txt b/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/Readme.txt
deleted file mode 100644
index c52c63e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/Readme.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-This test checks the order of plugin searching. In <2.0.7, Maven searched codehaus before apache.

-

-This test also verifies that prefixes set by a user in the settings are searched first before the standard ones.

-

-This is to fix MNG-2926. This test will fail with Maven <=2.0.6.
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/pom.xml
deleted file mode 100644
index efa6a17..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<project>

-  <modelVersion>4.0.0</modelVersion>

-  <groupId>org.apache.maven.its.it0119</groupId>

-  <artifactId>parent</artifactId>

-  <version>1.0</version>

-  <packaging>pom</packaging>

-  <name>it0119 - parent</name>

-  <modules>

-    <module>test-plugin-apache</module>

-    <module>test-plugin-codehaus</module>

-    <module>test-plugin-custom</module>  

-  </modules>

-</project>

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-apache/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-apache/pom.xml
deleted file mode 100644
index bc325b8..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-apache/pom.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0"?><project>

-  <modelVersion>4.0.0</modelVersion>

-  <groupId>org.apache.maven.plugins</groupId>

-  <artifactId>it0119</artifactId>

-  <packaging>maven-plugin</packaging>

-  <version>1.0</version>

-  <name>it0119 - Apache plugin</name>

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.maven</groupId>

-      <artifactId>maven-project</artifactId>

-      <version>2.0</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.maven</groupId>

-      <artifactId>maven-plugin-api</artifactId>

-      <version>2.0</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.maven</groupId>

-      <artifactId>maven-artifact</artifactId>

-      <version>2.0</version>

-    </dependency>

-  </dependencies>

-  

- </project>

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-apache/src/main/java/org/apache/maven/plugin/ApacheMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-apache/src/main/java/org/apache/maven/plugin/ApacheMojo.java
deleted file mode 100644
index 7511fe8..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-apache/src/main/java/org/apache/maven/plugin/ApacheMojo.java
+++ /dev/null
@@ -1,19 +0,0 @@
-package org.apache.maven.plugin;

-

-import java.net.URL;

-

-/**

- * @author <a href="mailto:brianf@apache.org">Brian Fox</a>

- * @goal apache

- */

-public class ApacheMojo

-    extends AbstractMojo

-{

-

-    public void execute()

-        throws MojoExecutionException, MojoFailureException

-    {

-        this.getLog().info("Ran Test Apache");

-    }

-

-}

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-apache/src/main/java/org/apache/maven/plugin/IDMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-apache/src/main/java/org/apache/maven/plugin/IDMojo.java
deleted file mode 100644
index 9813274..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-apache/src/main/java/org/apache/maven/plugin/IDMojo.java
+++ /dev/null
@@ -1,19 +0,0 @@
-package org.apache.maven.plugin;

-

-import java.net.URL;

-

-/**

- * @author <a href="mailto:brianf@apache.org">Brian Fox</a>

- * @goal id

- */

-public class IDMojo

-    extends AbstractMojo

-{

-

-    public void execute()

-        throws MojoExecutionException, MojoFailureException

-    {

-        this.getLog().info("Ran Test Apache");

-    }

-

-}

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-codehaus/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-codehaus/pom.xml
deleted file mode 100644
index b3847c6..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-codehaus/pom.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0"?><project>

-  <modelVersion>4.0.0</modelVersion>

-    <groupId>org.codehaus.mojo</groupId>

-    <artifactId>it0119</artifactId>

-    <packaging>maven-plugin</packaging>

-    <version>1.0</version>

-    <name>it0119 - Codehaus plugin</name>

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.maven</groupId>

-      <artifactId>maven-project</artifactId>

-      <version>2.0</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.maven</groupId>

-      <artifactId>maven-plugin-api</artifactId>

-      <version>2.0</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.maven</groupId>

-      <artifactId>maven-artifact</artifactId>

-      <version>2.0</version>

-    </dependency>

-  </dependencies>

-  

- </project>

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-codehaus/src/main/java/org/apache/maven/plugin/CodehausMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-codehaus/src/main/java/org/apache/maven/plugin/CodehausMojo.java
deleted file mode 100644
index d7eb162..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-codehaus/src/main/java/org/apache/maven/plugin/CodehausMojo.java
+++ /dev/null
@@ -1,19 +0,0 @@
-package org.apache.maven.plugin;

-

-import java.net.URL;

-

-/**

- * @author <a href="mailto:brianf@apache.org">Brian Fox</a>

- * @goal codehaus

- */

-public class CodehausMojo

-    extends AbstractMojo

-{

-

-    public void execute()

-        throws MojoExecutionException, MojoFailureException

-    {

-        this.getLog().info("Ran Test Codehaus");

-    }

-

-}

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-codehaus/src/main/java/org/apache/maven/plugin/IDMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-codehaus/src/main/java/org/apache/maven/plugin/IDMojo.java
deleted file mode 100644
index fd14066..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-codehaus/src/main/java/org/apache/maven/plugin/IDMojo.java
+++ /dev/null
@@ -1,19 +0,0 @@
-package org.apache.maven.plugin;

-

-import java.net.URL;

-

-/**

- * @author <a href="mailto:brianf@apache.org">Brian Fox</a>

- * @goal id

- */

-public class IDMojo

-    extends AbstractMojo

-{

-

-    public void execute()

-        throws MojoExecutionException, MojoFailureException

-    {

-        this.getLog().info("Ran Test Codehaus");

-    }

-

-}

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-custom/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-custom/pom.xml
deleted file mode 100644
index 83a3b14..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-custom/pom.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0"?><project>

-  <modelVersion>4.0.0</modelVersion>

-    <groupId>it0119</groupId>

-    <artifactId>it0119</artifactId>

-    <packaging>maven-plugin</packaging>

-    <version>1.0</version>

-    <name>it0119 - Custom plugin</name>

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.maven</groupId>

-      <artifactId>maven-project</artifactId>

-      <version>2.0</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.maven</groupId>

-      <artifactId>maven-plugin-api</artifactId>

-      <version>2.0</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.maven</groupId>

-      <artifactId>maven-artifact</artifactId>

-      <version>2.0</version>

-    </dependency>

-  </dependencies>

-  

- </project>

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-custom/src/main/java/org/apache/maven/plugin/CustomMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-custom/src/main/java/org/apache/maven/plugin/CustomMojo.java
deleted file mode 100644
index 755a237..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-custom/src/main/java/org/apache/maven/plugin/CustomMojo.java
+++ /dev/null
@@ -1,19 +0,0 @@
-package org.apache.maven.plugin;

-

-import java.net.URL;

-

-/**

- * @author <a href="mailto:brianf@apache.org">Brian Fox</a>

- * @goal custom

- */

-public class CustomMojo

-    extends AbstractMojo

-{

-

-    public void execute()

-        throws MojoExecutionException, MojoFailureException

-    {

-        this.getLog().info("Ran Test Custom");

-    }

-

-}

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-custom/src/main/java/org/apache/maven/plugin/IDMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-custom/src/main/java/org/apache/maven/plugin/IDMojo.java
deleted file mode 100644
index aeb6f7c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-plugin-custom/src/main/java/org/apache/maven/plugin/IDMojo.java
+++ /dev/null
@@ -1,19 +0,0 @@
-package org.apache.maven.plugin;

-

-import java.net.URL;

-

-/**

- * @author <a href="mailto:brianf@apache.org">Brian Fox</a>

- * @goal id

- */

-public class IDMojo

-    extends AbstractMojo

-{

-

-    public void execute()

-        throws MojoExecutionException, MojoFailureException

-    {

-        this.getLog().info("Ran Test Custom");

-    }

-

-}

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-project/pom.xml
deleted file mode 100644
index 50ecfc2..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-project/pom.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0"?>

-<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>

-	<groupId>org.apache.maven.its.it0119</groupId>

-	<artifactId>it0119-plugin-runner</artifactId>

-	<version>1.0</version>

-	<packaging>pom</packaging>

-	<name>it0119 - plugin runner</name>

-	<build>

-	</build>

-</project>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-project/settings.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-project/settings.xml
deleted file mode 100644
index 739f0d1..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0119-pluginprefixorder/test-project/settings.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<settings>

-<pluginGroups>

-  <pluginGroup>it0119</pluginGroup>

-</pluginGroups>

-</settings>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0120-ejbClientDependency/client/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0120-ejbClientDependency/client/pom.xml
deleted file mode 100644
index badc73b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0120-ejbClientDependency/client/pom.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you 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.
--->
-
-<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>
-    <parent>
-        <groupId>org.apache.maven.its.it0120</groupId>
-        <artifactId>parent</artifactId>
-        <version>1.0-SNAPSHOT</version>
-    </parent>
-    <artifactId>client</artifactId>
-    <name>Client</name>
-    <packaging>jar</packaging>
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.maven.its.it0120</groupId>
-            <artifactId>model</artifactId>
-            <type>ejb-client</type>
-            <version>1.0-SNAPSHOT</version>
-        </dependency>
-    </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0120-ejbClientDependency/client/src/main/java/org/apache/maven/its/it0120/MyClient.java b/core-integration-testing/core-integration-tests/src/test/resources/it0120-ejbClientDependency/client/src/main/java/org/apache/maven/its/it0120/MyClient.java
deleted file mode 100644
index f356d89..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0120-ejbClientDependency/client/src/main/java/org/apache/maven/its/it0120/MyClient.java
+++ /dev/null
@@ -1,37 +0,0 @@
-package org.apache.maven.its.it0120;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-import org.apache.maven.its.it0120.Component;
-
-public class MyClient
-{
-
-    void func()
-    {
-        Component testComponent = new Component()
-        {
-
-            public void func()
-            {
-            }
-        };
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0120-ejbClientDependency/model/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0120-ejbClientDependency/model/pom.xml
deleted file mode 100644
index 92ea091..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0120-ejbClientDependency/model/pom.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you 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.
--->
-
-<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>
-    <parent>
-        <groupId>org.apache.maven.its.it0120</groupId>
-        <artifactId>parent</artifactId>
-        <version>1.0-SNAPSHOT</version>
-    </parent>
-    <artifactId>model</artifactId>
-    <name>Model</name>
-    <packaging>ejb</packaging>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-ejb-plugin</artifactId>
-                <configuration>
-                    <ejbVersion>3.0</ejbVersion>
-                    <archive>
-                        <manifest>
-                            <addClasspath>true</addClasspath>
-                        </manifest>
-                    </archive>
-                    <generateClient>true</generateClient>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0120-ejbClientDependency/model/src/main/java/org/apache/maven/its/it0120/Component.java b/core-integration-testing/core-integration-tests/src/test/resources/it0120-ejbClientDependency/model/src/main/java/org/apache/maven/its/it0120/Component.java
deleted file mode 100644
index 8a1b4db..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0120-ejbClientDependency/model/src/main/java/org/apache/maven/its/it0120/Component.java
+++ /dev/null
@@ -1,25 +0,0 @@
-package org.apache.maven.its.it0120;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-public interface Component
-{
-    void func();
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0120-ejbClientDependency/model/src/main/resources/META-INF/ejb-jar.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0120-ejbClientDependency/model/src/main/resources/META-INF/ejb-jar.xml
deleted file mode 100644
index 0ff6983..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0120-ejbClientDependency/model/src/main/resources/META-INF/ejb-jar.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you 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.
--->
-
-<ejb-jar xmlns="http://java.sun.com/xml/ns/javaee"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"
-	version="3.0">
-</ejb-jar>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0120-ejbClientDependency/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0120-ejbClientDependency/pom.xml
deleted file mode 100644
index 5858871..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0120-ejbClientDependency/pom.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you 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.
--->
-
-<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>
-  <groupId>org.apache.maven.its.it0120</groupId>
-  <artifactId>parent</artifactId>
-  <name>Parent</name>
-  <packaging>pom</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <modules>
-    <module>model</module>
-    <module>client</module>
-  </modules>
-  <properties>
-    <issue>MNG-2921,MNG-2871</issue>
-  </properties>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-other-deps/D1/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-other-deps/D1/pom.xml
deleted file mode 100644
index 4b9a031..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-other-deps/D1/pom.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" ?>
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.it0121</groupId>
-  <artifactId>D</artifactId>
-  <version>1.0</version>
-  <packaging>jar</packaging>
-
-  <dependencies>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-other-deps/D1/src/main/java/org/apache/maven/its/it0121/D/Foo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-other-deps/D1/src/main/java/org/apache/maven/its/it0121/D/Foo.java
deleted file mode 100644
index 114f317..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-other-deps/D1/src/main/java/org/apache/maven/its/it0121/D/Foo.java
+++ /dev/null
@@ -1,11 +0,0 @@
-package org.apache.maven.its.it0121.D;
-
-import java.util.Date;
-
-public class Foo
-{
-    public String getTimestamp()
-    {
-        return (new Date()).toString();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-other-deps/D2/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-other-deps/D2/pom.xml
deleted file mode 100644
index 2872226..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-other-deps/D2/pom.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" ?>
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.it0121</groupId>
-  <artifactId>D</artifactId>
-  <version>2.0</version>
-  <packaging>jar</packaging>
-
-  <dependencies>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-other-deps/D2/src/main/java/org/apache/maven/its/it0121/D/Foo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-other-deps/D2/src/main/java/org/apache/maven/its/it0121/D/Foo.java
deleted file mode 100644
index 09a98c9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-other-deps/D2/src/main/java/org/apache/maven/its/it0121/D/Foo.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.apache.maven.its.it0121.D;
-
-import java.util.Date;
-import java.util.Locale;
-import java.text.DateFormat;
-
-public class Foo
-{
-    public String getTimestamp( Locale aLocale )
-    {
-        DateFormat format = DateFormat.getDateInstance( 
-                DateFormat.LONG, aLocale );
-
-        return format.format( new Date() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-project/A/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-project/A/pom.xml
deleted file mode 100644
index 21346a9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-project/A/pom.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" ?>
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.it0121</groupId>
-  <artifactId>A</artifactId>
-  <version>1.0</version>
-  <packaging>jar</packaging>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.its.it0121</groupId>
-      <artifactId>B</artifactId>
-      <version>1.0</version>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-project/A/src/main/java/org/apache/maven/its/it0121/A/App.java b/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-project/A/src/main/java/org/apache/maven/its/it0121/A/App.java
deleted file mode 100644
index 62ff317..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-project/A/src/main/java/org/apache/maven/its/it0121/A/App.java
+++ /dev/null
@@ -1,21 +0,0 @@
-package org.apache.maven.its.it0121.A;
-
-import java.io.PrintWriter;
-
-import org.apache.maven.its.it0121.B.Out;
-
-public class App
-{
-    public static void main(String args[])
-    {
-        (new App()).output( new PrintWriter( System.out ) );
-    }
-
-    public void output( PrintWriter writer )
-    {
-        Out out = new Out( writer );
-
-        out.println( "Welcome to the org.apache.maven.its.it0121.A App." );
-        out.println( "The time is now: " + out.getTimestamp() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-project/A/src/test/java/org/apache/maven/its/it0121/A/AppTest.java b/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-project/A/src/test/java/org/apache/maven/its/it0121/A/AppTest.java
deleted file mode 100644
index ed30be6..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-project/A/src/test/java/org/apache/maven/its/it0121/A/AppTest.java
+++ /dev/null
@@ -1,18 +0,0 @@
-package org.apache.maven.its.it0121.A;
-
-import java.io.*;
-import junit.framework.*;
-
-public class AppTest
-    extends TestCase
-{
-    public void testOutput()
-    {
-        App app = new App();
-        StringWriter actual = new StringWriter();
-        PrintWriter writer = new PrintWriter( actual );
-        app.output( writer );
-
-        assertTrue( actual.getBuffer().length() > 10 );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-project/B/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-project/B/pom.xml
deleted file mode 100644
index f552834..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-project/B/pom.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" ?>
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.it0121</groupId>
-  <artifactId>B</artifactId>
-  <version>1.0</version>
-  <packaging>jar</packaging>
-
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.apache.maven.its.it0121</groupId>
-        <artifactId>D</artifactId>
-        <version>2.0</version>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.its.it0121</groupId>
-      <artifactId>C</artifactId>
-      <version>1.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-project/B/src/main/java/org/apache/maven/its/it0121/B/Out.java b/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-project/B/src/main/java/org/apache/maven/its/it0121/B/Out.java
deleted file mode 100644
index e3bbbb7..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-project/B/src/main/java/org/apache/maven/its/it0121/B/Out.java
+++ /dev/null
@@ -1,27 +0,0 @@
-package org.apache.maven.its.it0121.B;
-
-import java.io.PrintWriter;
-import java.util.Locale;
-
-import org.apache.maven.its.it0121.D.Foo;
-
-public class Out
-{
-    private PrintWriter writer;
-
-    public Out( PrintWriter writer )
-    {
-        this.writer = writer;
-    }
-
-    public void println( String msg )
-    {
-        writer.println( "[Out] " + msg );
-    }
-
-    public String getTimestamp()
-    {
-        Foo foo = new Foo();
-        return foo.getTimestamp( Locale.getDefault() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-project/C/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-project/C/pom.xml
deleted file mode 100644
index 61785cb..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-project/C/pom.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" ?>
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.it0121</groupId>
-  <artifactId>C</artifactId>
-  <version>1.0</version>
-  <packaging>jar</packaging>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.its.it0121</groupId>
-      <artifactId>D</artifactId>
-      <version>1.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-project/pom.xml
deleted file mode 100644
index 4ae5e51..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0121-transitiveDepManVersion/test-project/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" ?>
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.it0121</groupId>
-  <artifactId>example-parent</artifactId>
-  <version>1.0</version>
-  <packaging>pom</packaging>
-
-  <modules>
-    <module>A</module>
-    <module>B</module>
-    <module>C</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0122-reactorDependencyResolution/plugin/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0122-reactorDependencyResolution/plugin/pom.xml
deleted file mode 100644
index 74b54bb..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0122-reactorDependencyResolution/plugin/pom.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0122 :: Plugin</name>
-  <groupId>org.apache.maven.its.it0122</groupId>
-  <artifactId>maven-it-it0122-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0122-reactorDependencyResolution/plugin/src/main/java/org/apache/maven/its/it0122/TestMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0122-reactorDependencyResolution/plugin/src/main/java/org/apache/maven/its/it0122/TestMojo.java
deleted file mode 100644
index e153ec1..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0122-reactorDependencyResolution/plugin/src/main/java/org/apache/maven/its/it0122/TestMojo.java
+++ /dev/null
@@ -1,46 +0,0 @@
-package org.apache.maven.its.it0122;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-import java.io.File;
-import java.io.IOException;
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.plugin.MojoFailureException;
-
-/**
- * Simple Mojo that just requires compile-scope dependency resolution.
- *
- * @author <a href="mailto:markhobson@gmail.com">Mark Hobson</a>
- * @version $Id$
- * @goal test
- * @requiresDependencyResolution compile
- */
-public class TestMojo extends AbstractMojo
-{
-    /** 
-     * @see org.apache.maven.plugin.Mojo#execute()
-     */
-    public void execute() throws MojoExecutionException, MojoFailureException
-    {
-        getLog().info("Test Mojo executed");
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0122-reactorDependencyResolution/project/dependency/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0122-reactorDependencyResolution/project/dependency/pom.xml
deleted file mode 100644
index 6109fbc..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0122-reactorDependencyResolution/project/dependency/pom.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0122 :: Dependency</name>
-  <groupId>org.apache.maven.its.it0122</groupId>
-  <artifactId>maven-it-it0122-dependency</artifactId>
-  <version>1.0</version>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0122-reactorDependencyResolution/project/main/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0122-reactorDependencyResolution/project/main/pom.xml
deleted file mode 100644
index 97d90c5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0122-reactorDependencyResolution/project/main/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0122 :: Main</name>
-  <groupId>org.apache.maven.its.it0122</groupId>
-  <artifactId>maven-it-it0122-main</artifactId>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.its.it0122</groupId>
-      <artifactId>maven-it-it0122-dependency</artifactId>
-      <version>1.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0122-reactorDependencyResolution/project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0122-reactorDependencyResolution/project/pom.xml
deleted file mode 100644
index 9bcb46b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0122-reactorDependencyResolution/project/pom.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0122</name> 
-  <description>Test that reactor projects are included in dependency resolution.</description>
-  <groupId>org.apache.maven.its.it0122</groupId>
-  <artifactId>maven-it-it0122</artifactId>
-  <packaging>pom</packaging>
-  <version>1.0</version>
-  <modules>
-    <module>dependency</module>
-    <module>main</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0123-snapshotRangeRepository/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0123-snapshotRangeRepository/pom.xml
deleted file mode 100644
index 4402c73..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0123-snapshotRangeRepository/pom.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0123</name> 
-  <groupId>org.apache.maven.its.it0123</groupId>
-  <artifactId>maven-it-it0123</artifactId>
-  <description>Test that snapshot repositories are checked for ranges with snapshot boundaries.</description>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.its.it0123</groupId>
-      <artifactId>maven-it-it0123-dependency</artifactId>
-      <version>[1.0-SNAPSHOT]</version>
-    </dependency>
-  </dependencies>
-  <repositories>
-    <repository>
-      <id>it0123</id>
-      <url>file://localhost/${basedir}/repository</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0123-snapshotRangeRepository/repository/org/apache/maven/its/it0123/maven-it-it0123-dependency/1.0-SNAPSHOT/maven-it-it0123-dependency-1.0-SNAPSHOT.jar b/core-integration-testing/core-integration-tests/src/test/resources/it0123-snapshotRangeRepository/repository/org/apache/maven/its/it0123/maven-it-it0123-dependency/1.0-SNAPSHOT/maven-it-it0123-dependency-1.0-SNAPSHOT.jar
deleted file mode 100644
index dadf84f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0123-snapshotRangeRepository/repository/org/apache/maven/its/it0123/maven-it-it0123-dependency/1.0-SNAPSHOT/maven-it-it0123-dependency-1.0-SNAPSHOT.jar
+++ /dev/null
@@ -1 +0,0 @@
-THIS IS NOT A JAR
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0123-snapshotRangeRepository/repository/org/apache/maven/its/it0123/maven-it-it0123-dependency/1.0-SNAPSHOT/maven-it-it0123-dependency-1.0-SNAPSHOT.pom b/core-integration-testing/core-integration-tests/src/test/resources/it0123-snapshotRangeRepository/repository/org/apache/maven/its/it0123/maven-it-it0123-dependency/1.0-SNAPSHOT/maven-it-it0123-dependency-1.0-SNAPSHOT.pom
deleted file mode 100644
index daea0d9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0123-snapshotRangeRepository/repository/org/apache/maven/its/it0123/maven-it-it0123-dependency/1.0-SNAPSHOT/maven-it-it0123-dependency-1.0-SNAPSHOT.pom
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.it0123</groupId>
-  <artifactId>maven-it-it0123-dependency</artifactId>
-  <version>1.0-SNAPSHOT</version>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0123-snapshotRangeRepository/repository/org/apache/maven/its/it0123/maven-it-it0123-dependency/maven-metadata.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0123-snapshotRangeRepository/repository/org/apache/maven/its/it0123/maven-it-it0123-dependency/maven-metadata.xml
deleted file mode 100644
index dd1f86a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0123-snapshotRangeRepository/repository/org/apache/maven/its/it0123/maven-it-it0123-dependency/maven-metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
-  <groupId>org.apache.maven.its.it0123</groupId>
-  <artifactId>maven-it-it0123-dependency</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <versioning>
-    <versions>
-      <version>1.0-SNAPSHOT</version>
-    </versions>
-    <lastUpdated>20070515170129</lastUpdated>
-  </versioning>
-</metadata>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0124-pomExtensionComponentOverride/extension/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0124-pomExtensionComponentOverride/extension/pom.xml
deleted file mode 100644
index 9497d36..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0124-pomExtensionComponentOverride/extension/pom.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0124</name> 
-  <groupId>org.apache.maven.its.it0124</groupId>
-  <artifactId>maven-it-it0124-extension</artifactId>
-  <description>Project that provides an alternative ArtifactFactory implementation for testing.</description>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0124-pomExtensionComponentOverride/extension/src/main/java/org/apache/maven/its/it0124/CustomArtifactFactory.java b/core-integration-testing/core-integration-tests/src/test/resources/it0124-pomExtensionComponentOverride/extension/src/main/java/org/apache/maven/its/it0124/CustomArtifactFactory.java
deleted file mode 100644
index 4f93863..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0124-pomExtensionComponentOverride/extension/src/main/java/org/apache/maven/its/it0124/CustomArtifactFactory.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package org.apache.maven.its.it0124;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-import org.apache.maven.artifact.factory.DefaultArtifactFactory;
-
-/**
- * Simple alternative artifact factory implementation for testing.
- * 
- * @author <a href="mailto:markhobson@gmail.com">Mark Hobson</a>
- */
-public class CustomArtifactFactory
-    extends DefaultArtifactFactory
-{
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0124-pomExtensionComponentOverride/extension/src/main/resources/META-INF/plexus/components.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0124-pomExtensionComponentOverride/extension/src/main/resources/META-INF/plexus/components.xml
deleted file mode 100644
index 8af6191..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0124-pomExtensionComponentOverride/extension/src/main/resources/META-INF/plexus/components.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you 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.
--->
-
-<component-set>
-  <components>
-    <component>
-      <role>org.apache.maven.artifact.factory.ArtifactFactory</role>
-      <implementation>org.apache.maven.its.it0124.CustomArtifactFactory</implementation>
-    </component>
-  </components>
-</component-set>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0124-pomExtensionComponentOverride/plugin/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0124-pomExtensionComponentOverride/plugin/pom.xml
deleted file mode 100644
index 9eafb23..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0124-pomExtensionComponentOverride/plugin/pom.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0124</name> 
-  <groupId>org.apache.maven.its.it0124</groupId>
-  <artifactId>maven-it-it0124-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <description>Plugin that writes the injected artifact factory implementation to a file.</description>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0124-pomExtensionComponentOverride/plugin/src/main/java/org/apache/maven/its/it0124/LookupMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0124-pomExtensionComponentOverride/plugin/src/main/java/org/apache/maven/its/it0124/LookupMojo.java
deleted file mode 100644
index 2c22f73..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0124-pomExtensionComponentOverride/plugin/src/main/java/org/apache/maven/its/it0124/LookupMojo.java
+++ /dev/null
@@ -1,78 +0,0 @@
-package org.apache.maven.its.it0124;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-import java.io.BufferedOutputStream;
-import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileOutputStream;
-import java.io.FileWriter;
-import java.io.IOException;
-import java.io.Writer;
-
-import org.apache.maven.artifact.Artifact;
-import org.apache.maven.artifact.factory.ArtifactFactory;
-import org.apache.maven.artifact.factory.DefaultArtifactFactory;
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.plugin.MojoFailureException;
-
-/**
- * Simple mojo to write the injected artifact factory implementation to a file.
- *
- * @author <a href="mailto:markhobson@gmail.com">Mark Hobson</a>
- * @goal lookup
- */
-public class LookupMojo extends AbstractMojo
-{
-    /**
-     * @component
-     */
-    private ArtifactFactory artifactFactory;
-    
-    /**
-     * @parameter expression="${project.build.directory}"
-     */
-    private String buildDirectory;
-    
-    /*
-     * @see org.apache.maven.plugin.Mojo#execute()
-     */
-    public void execute() throws MojoExecutionException, MojoFailureException
-    {
-        File file = new File( buildDirectory, "lookup.log" );
-        
-        if ( !file.getParentFile().mkdirs() )
-        {
-            throw new MojoExecutionException( "Cannot create build directory" );
-        }
-
-        try
-        {
-            Writer writer = new FileWriter( file );
-            writer.write( artifactFactory == null ? "null" : artifactFactory.getClass().getName() );
-            writer.close();
-        }
-        catch ( IOException exception )
-        {
-            throw new MojoExecutionException( "Cannot create lookup.log", exception );
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0124-pomExtensionComponentOverride/project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0124-pomExtensionComponentOverride/project/pom.xml
deleted file mode 100644
index 657f792..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0124-pomExtensionComponentOverride/project/pom.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0124</name> 
-  <groupId>org.apache.maven.its.it0124</groupId>
-  <artifactId>maven-it-it0124</artifactId>
-  <description>Test that ensures the POM extensions can override default component implementations.</description>
-  <version>1.0</version>
-  <build>
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.its.it0124</groupId>
-        <artifactId>maven-it-it0124-extension</artifactId>
-        <version>1.0</version>
-      </extension>
-    </extensions>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.it0124</groupId>
-        <artifactId>maven-it-it0124-plugin</artifactId>
-        <version>1.0</version>
-        <executions>
-          <execution>
-            <phase>generate-resources</phase>
-            <goals>
-              <goal>lookup</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-      	 <groupId>org.apache.maven.plugins</groupId>
-      	 <artifactId>maven-verifier-plugin</artifactId>
-      	 <configuration>
-      	   <verificationFile>src/test/verifier/verifications-test.xml</verificationFile>
-      	 </configuration>
-      	 <executions>
-      	   <execution>
-      	     <phase>verify</phase>
-      	     <goals>
-      	       <goal>verify</goal>
-      	     </goals>
-      	   </execution>
-      	 </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0124-pomExtensionComponentOverride/project/src/test/verifier/verifications-test.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0124-pomExtensionComponentOverride/project/src/test/verifier/verifications-test.xml
deleted file mode 100644
index f8fd924..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0124-pomExtensionComponentOverride/project/src/test/verifier/verifications-test.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<verifications>
-  <files>
-    <file>
-      <location>target/lookup.log</location>
-      <contains>org.apache.maven.its.it0124.CustomArtifactFactory</contains>
-    </file>
-  </files>
-</verifications>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0125-newestConflictResolver/dependency/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0125-newestConflictResolver/dependency/pom.xml
deleted file mode 100644
index 1f652b7..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0125-newestConflictResolver/dependency/pom.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test Dependency :: it0125</name> 
-  <groupId>org.apache.maven.its.it0125</groupId>
-  <artifactId>maven-it-it0125-dependency</artifactId>
-  <description>Project that brings in a newer version of maven-core-it-support.</description>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.its</groupId>
-      <artifactId>maven-core-it-support</artifactId>
-      <version>1.1</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0125-newestConflictResolver/plugin/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0125-newestConflictResolver/plugin/pom.xml
deleted file mode 100644
index 3163644..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0125-newestConflictResolver/plugin/pom.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test Plugin :: it0125</name> 
-  <groupId>org.apache.maven.its.it0125</groupId>
-  <artifactId>maven-it-it0125-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <description>Plugin that writes the resolved artifacts to a file.</description>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0125-newestConflictResolver/plugin/src/main/java/org/apache/maven/its/it0125/DependenciesMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0125-newestConflictResolver/plugin/src/main/java/org/apache/maven/its/it0125/DependenciesMojo.java
deleted file mode 100644
index 2f9802a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0125-newestConflictResolver/plugin/src/main/java/org/apache/maven/its/it0125/DependenciesMojo.java
+++ /dev/null
@@ -1,90 +0,0 @@
-package org.apache.maven.its.it0125;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-import java.io.BufferedOutputStream;
-import java.io.BufferedWriter;
-import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileOutputStream;
-import java.io.FileWriter;
-import java.io.IOException;
-import java.io.Writer;
-import java.util.Iterator;
-import java.util.Set;
-
-import org.apache.maven.artifact.Artifact;
-import org.apache.maven.artifact.factory.ArtifactFactory;
-import org.apache.maven.artifact.factory.DefaultArtifactFactory;
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.plugin.MojoFailureException;
-
-/**
- * Simple mojo to write the project's resolved dependencies to a file.
- *
- * @author <a href="mailto:markhobson@gmail.com">Mark Hobson</a>
- * @goal dependencies
- * @requiresDependencyResolution test
- */
-public class DependenciesMojo extends AbstractMojo
-{
-    /**
-     * @parameter expression="${project.artifacts}"
-     */
-    private Set artifacts;
-    
-    /**
-     * @parameter expression="${project.build.directory}"
-     */
-    private String buildDirectory;
-    
-    /*
-     * @see org.apache.maven.plugin.Mojo#execute()
-     */
-    public void execute() throws MojoExecutionException, MojoFailureException
-    {
-        File file = new File( buildDirectory, "dependencies.log" );
-        
-        if ( !file.getParentFile().mkdirs() )
-        {
-            throw new MojoExecutionException( "Cannot create build directory" );
-        }
-
-        try
-        {
-            BufferedWriter writer = new BufferedWriter( new FileWriter( file ) );
-            
-            for ( Iterator iterator = artifacts.iterator(); iterator.hasNext(); )
-            {
-                Artifact artifact = (Artifact) iterator.next();
-                
-                writer.write( artifact.toString() );
-                writer.newLine();
-            }
-            
-            writer.close();
-        }
-        catch ( IOException exception )
-        {
-            throw new MojoExecutionException( "Cannot create dependencies.log", exception );
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0125-newestConflictResolver/project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0125-newestConflictResolver/project/pom.xml
deleted file mode 100644
index 0ad7d02..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0125-newestConflictResolver/project/pom.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0125</name> 
-  <groupId>org.apache.maven.its.it0125</groupId>
-  <artifactId>maven-it-it0125</artifactId>
-  <description>Test that ensures the newest-wins conflict resolver is used.</description>
-  <version>1.0</version>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.it0125</groupId>
-        <artifactId>maven-it-it0125-plugin</artifactId>
-        <version>1.0</version>
-        <executions>
-          <execution>
-            <phase>generate-resources</phase>
-            <goals>
-              <goal>dependencies</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-      	 <groupId>org.apache.maven.plugins</groupId>
-      	 <artifactId>maven-verifier-plugin</artifactId>
-      	 <configuration>
-      	   <verificationFile>src/test/verifier/verifications-test.xml</verificationFile>
-      	 </configuration>
-      	 <executions>
-      	   <execution>
-      	     <phase>verify</phase>
-      	     <goals>
-      	       <goal>verify</goal>
-      	     </goals>
-      	   </execution>
-      	 </executions>
-      </plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.its.it0125</groupId>
-      <artifactId>maven-it-it0125-dependency</artifactId>
-      <version>1.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.its</groupId>
-      <artifactId>maven-core-it-support</artifactId>
-      <version>1.0</version>
-    </dependency>
-  </dependencies>
-  <properties>
-    <mavenConflictResolvers>newest</mavenConflictResolvers>
-  </properties>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0125-newestConflictResolver/project/src/test/verifier/verifications-test.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0125-newestConflictResolver/project/src/test/verifier/verifications-test.xml
deleted file mode 100644
index bdc88f0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0125-newestConflictResolver/project/src/test/verifier/verifications-test.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<verifications>
-  <files>
-    <file>
-      <location>target/dependencies.log</location>
-      <contains>org.apache.maven.its:maven-core-it-support:jar:1.1:compile</contains>
-    </file>
-  </files>
-</verifications>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0126-testJarDependency/client/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0126-testJarDependency/client/pom.xml
deleted file mode 100644
index fa77dac..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0126-testJarDependency/client/pom.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you 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.
--->
-
-<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>
-    <parent>
-        <groupId>org.apache.maven.its.it0126</groupId>
-        <artifactId>parent</artifactId>
-        <version>1.0-SNAPSHOT</version>
-    </parent>
-    <artifactId>client</artifactId>
-    <name>Client</name>
-    <packaging>jar</packaging>
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.maven.its.it0126</groupId>
-            <artifactId>model</artifactId>
-            <type>test-jar</type>
-            <version>1.0-SNAPSHOT</version>
-        </dependency>
-    </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0126-testJarDependency/client/src/main/java/org/apache/maven/its/it0126/MyClient.java b/core-integration-testing/core-integration-tests/src/test/resources/it0126-testJarDependency/client/src/main/java/org/apache/maven/its/it0126/MyClient.java
deleted file mode 100644
index 2aeadb2..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0126-testJarDependency/client/src/main/java/org/apache/maven/its/it0126/MyClient.java
+++ /dev/null
@@ -1,30 +0,0 @@
-package org.apache.maven.its.it0126;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-import org.apache.maven.its.it0126.Component;
-
-public class MyClient
-{
-
-    void func()
-    {
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0126-testJarDependency/model/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0126-testJarDependency/model/pom.xml
deleted file mode 100644
index c76d449..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0126-testJarDependency/model/pom.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you 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.
--->
-
-<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>
-    <parent>
-        <groupId>org.apache.maven.its.it0126</groupId>
-        <artifactId>parent</artifactId>
-        <version>1.0-SNAPSHOT</version>
-    </parent>
-    <artifactId>model</artifactId>
-    <name>Model</name>
-    <packaging>jar</packaging>
-    <build>
-        <plugins>
-	    <plugin>
-    		<groupId>org.apache.maven.plugins</groupId>
-		<artifactId>maven-jar-plugin</artifactId>
-		<executions>
-    		    <execution>
-        		<goals>
-            		    <goal>test-jar</goal>
-        		</goals>
-        	    </execution>
-    		</executions>
-    	    </plugin>
-	</plugins>
-    </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0126-testJarDependency/model/src/main/java/org/apache/maven/its/it0126/Component.java b/core-integration-testing/core-integration-tests/src/test/resources/it0126-testJarDependency/model/src/main/java/org/apache/maven/its/it0126/Component.java
deleted file mode 100644
index 958dda2..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0126-testJarDependency/model/src/main/java/org/apache/maven/its/it0126/Component.java
+++ /dev/null
@@ -1,25 +0,0 @@
-package org.apache.maven.its.it0126;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-public interface Component
-{
-    void func();
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0126-testJarDependency/model/src/main/resources/META-INF/ejb-jar.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0126-testJarDependency/model/src/main/resources/META-INF/ejb-jar.xml
deleted file mode 100644
index 0ff6983..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0126-testJarDependency/model/src/main/resources/META-INF/ejb-jar.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you 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.
--->
-
-<ejb-jar xmlns="http://java.sun.com/xml/ns/javaee"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"
-	version="3.0">
-</ejb-jar>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0126-testJarDependency/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0126-testJarDependency/pom.xml
deleted file mode 100644
index 3c7e625..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0126-testJarDependency/pom.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you 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.
--->
-
-<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>
-  <groupId>org.apache.maven.its.it0126</groupId>
-  <artifactId>parent</artifactId>
-  <name>Parent</name>
-  <packaging>pom</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <modules>
-    <module>model</module>
-    <module>client</module>
-  </modules>
-  <properties>
-    <issue>MNG-2871</issue>
-  </properties>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0127-antrunDependencies/a/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0127-antrunDependencies/a/pom.xml
deleted file mode 100644
index 0836bae..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0127-antrunDependencies/a/pom.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you 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.
--->
-
-<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>
-    <parent>
-        <groupId>org.apache.maven.its.it0127</groupId>
-        <artifactId>parent</artifactId>
-        <version>1.0-SNAPSHOT</version>
-    </parent>
-    <artifactId>a</artifactId>
-    <name>a</name>
-    <packaging>jar</packaging>
-    
-    <build>
-	<plugins>
-			<plugin>
-		            <artifactId>maven-antrun-plugin</artifactId>
-		            <executions>
-		        	<execution>
-        			    <phase>generate-sources</phase>
-        			    <configuration>
-			            <tasks>
-                			<copy todir="${basedir}/target/filtered-webapp">
-						<fileset dir="${basedir}/src/main"/>
-				        </copy>
-            			    </tasks>
-        			    </configuration>
-			            <goals>
-            				<goal>run</goal>
-	                	    </goals>
-			        </execution>
-			    </executions>
-			    <dependencies>
-			    </dependencies>
-		        </plugin>
-		</plugins>
-</build>	
-
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0127-antrunDependencies/a/src/main/java/org/apache/maven/its/it0127/Component.java b/core-integration-testing/core-integration-tests/src/test/resources/it0127-antrunDependencies/a/src/main/java/org/apache/maven/its/it0127/Component.java
deleted file mode 100644
index 5c821c2..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0127-antrunDependencies/a/src/main/java/org/apache/maven/its/it0127/Component.java
+++ /dev/null
@@ -1,25 +0,0 @@
-package org.apache.maven.its.it0127;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-public interface Component
-{
-    void func();
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0127-antrunDependencies/b/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0127-antrunDependencies/b/pom.xml
deleted file mode 100644
index 5271abf..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0127-antrunDependencies/b/pom.xml
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you 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.
--->
-
-<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>
-    <parent>
-        <groupId>org.apache.maven.its.it0127</groupId>
-        <artifactId>parent</artifactId>
-        <version>1.0-SNAPSHOT</version>
-    </parent>
-    <artifactId>b</artifactId>
-    <name>b</name>
-    <packaging>jar</packaging>
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.maven.its.it0127</groupId>
-            <artifactId>a</artifactId>
-            <version>1.0-SNAPSHOT</version>
-        </dependency>
-    </dependencies>
-    
-        <build>
-	<plugins>
-			<plugin>
-		            <artifactId>maven-antrun-plugin</artifactId>
-		            <executions>
-		        	<execution>
-        			    <phase>generate-sources</phase>
-        			    <configuration>
-			            <tasks>
-                			<copy todir="${basedir}/target/filtered-webapp">
-						<fileset dir="${basedir}/src/main"/>
-				        </copy>
-				        <replaceregexp match="#\{([^}]*)\}" replace="--Filtered expression: \1--" flags="g" byline="true">
-					    <fileset dir="${basedir}/target/filtered-webapp" includes="**/*.xhtml"/>
-				        </replaceregexp>
-            			    </tasks>
-        			    </configuration>
-			            <goals>
-            				<goal>run</goal>
-	                	    </goals>
-			        </execution>
-			    </executions>
-			    <dependencies>
-				<dependency>
-				    <groupId>jakarta-regexp</groupId>
-				    <artifactId>jakarta-regexp</artifactId>
-				    <version>1.4</version>
-				</dependency>
-				<dependency>
-				    <groupId>ant</groupId>
-				    <artifactId>ant-jakarta-regexp</artifactId>
-				    <version>1.6.1</version>
-				</dependency>
-				<dependency>
-				    <groupId>org.apache.ant</groupId>
-    				    <artifactId>ant-nodeps</artifactId>
-				    <version>1.7.0</version>
-				</dependency>
-			    </dependencies>
-		        </plugin>
-		</plugins>
-	    </build>	
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0127-antrunDependencies/b/src/main/java/org/apache/maven/its/it0127/MyClient.java b/core-integration-testing/core-integration-tests/src/test/resources/it0127-antrunDependencies/b/src/main/java/org/apache/maven/its/it0127/MyClient.java
deleted file mode 100644
index 721d0e9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0127-antrunDependencies/b/src/main/java/org/apache/maven/its/it0127/MyClient.java
+++ /dev/null
@@ -1,29 +0,0 @@
-package org.apache.maven.its.it0127;
-
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you 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.
- */
-
-
-public class MyClient
-{
-
-    void func()
-    {
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0127-antrunDependencies/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0127-antrunDependencies/pom.xml
deleted file mode 100644
index 81a1fa7..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0127-antrunDependencies/pom.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you 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.
--->
-
-<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>
-  <groupId>org.apache.maven.its.it0127</groupId>
-  <artifactId>parent</artifactId>
-  <name>Parent</name>
-  <packaging>pom</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <modules>
-    <module>a</module>
-    <module>b</module>
-  </modules>
-  <properties>
-    <issue>MNG-1323</issue>
-  </properties>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0128-distMgmtSiteUrlParentCalc/parent/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0128-distMgmtSiteUrlParentCalc/parent/pom.xml
deleted file mode 100644
index b4981bd..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0128-distMgmtSiteUrlParentCalc/parent/pom.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.it0095</groupId>
-  <artifactId>parent</artifactId>
-  <version>1</version>
-  <packaging>pom</packaging>
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core-it/it0095/parent</connection>
-  </scm>
-  <distributionManagement>
-    <site>
-      <id>website</id>
-      <url>scp://host/path/parent</url>
-    </site>
-  </distributionManagement>
-  <modules>
-    <module>../sub1</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0128-distMgmtSiteUrlParentCalc/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0128-distMgmtSiteUrlParentCalc/pom.xml
deleted file mode 100644
index f8fd28f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0128-distMgmtSiteUrlParentCalc/pom.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <name>Maven Integration Test :: it0095</name> 
-  <groupId>org.apache.maven.its.it0095</groupId>
-  <artifactId>maven-it-it0128</artifactId>
-  <description>Test DistributionManagement/Site URL calculation when modules are sibling dirs of parent. (MNG-3134)</description>
-  <version>1</version>
-
-  <packaging>pom</packaging>
-
-  <modules>
-    <module>parent</module>
-  </modules>
-
-  <build>
-    <defaultGoal>integration-test</defaultGoal>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0128-distMgmtSiteUrlParentCalc/sub1/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0128-distMgmtSiteUrlParentCalc/sub1/pom.xml
deleted file mode 100644
index d855240..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0128-distMgmtSiteUrlParentCalc/sub1/pom.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its.it0095</groupId>
-    <artifactId>parent</artifactId>
-    <version>1</version>
-    <relativePath>../parent</relativePath>
-  </parent>
-  <artifactId>sub1</artifactId>
-  <build>
-    <defaultGoal>integration-test</defaultGoal>
-    <plugins>
-      <plugin>
-        <artifactId>maven-help-plugin</artifactId>
-        <configuration>
-          <output>${project.build.directory}/effective-pom.xml</output>
-        </configuration>
-        <executions>
-          <execution>
-            <id>effective-pom</id>
-            <phase>generate-resources</phase>
-            <goals>
-              <goal>effective-pom</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <artifactId>maven-verifier-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>verify</id>
-            <goals>
-              <goal>verify</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0128-distMgmtSiteUrlParentCalc/sub1/src/test/verifier/verifications.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0128-distMgmtSiteUrlParentCalc/sub1/src/test/verifier/verifications.xml
deleted file mode 100644
index a19537c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0128-distMgmtSiteUrlParentCalc/sub1/src/test/verifier/verifications.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<verifications>
-  <files>
-    <file>
-      <location>target/effective-pom.xml</location>
-      <contains>scp://host/path/sub1</contains>
-    </file>
-  </files>
-</verifications>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/Readme.txt b/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/Readme.txt
deleted file mode 100644
index 6942030..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/Readme.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-This test needs to build a JAR and then a plugin to use it. The root pom does that. The verifier then goes into test-project 
-and executes mvn verify to execute the plugin. I did this to make sure the verifier picked up the correct 
-artifacts by making a separate execution.
-
-This test also shows that any resources that are required by plugins should be specified as dependencies and not extensions.
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/extension/it0129_rule_set.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/extension/it0129_rule_set.xml
deleted file mode 100644
index fc5f454..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/extension/it0129_rule_set.xml
+++ /dev/null
@@ -1,112 +0,0 @@
-<?xml version="1.0"?>
-<ruleset name="EPHS Custom ruleset"
-    xmlns="http://pmd.sf.net/ruleset/1.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
-    xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">
-
-  <description>
-  This ruleset checks EPHS code
-  </description>
-
-  <rule ref="rulesets/finalizers.xml"/>  
-
-  
-  <rule ref="rulesets/controversial.xml/UnnecessaryParentheses"/>
-
-  <rule ref="rulesets/optimizations.xml/UseArrayListInsteadOfVector"/>
-  <rule ref="rulesets/optimizations.xml/SimplifyStartsWith"/>
-  <rule ref="rulesets/optimizations.xml/UseArraysAsList"/>
-  <rule ref="rulesets/optimizations.xml/AvoidArrayLoops"/>
-  <!--<rule ref="rulesets/optimizations.xml/UnnecessaryWrapperObjectCreation"/> -->
-
-  <rule ref="rulesets/j2ee.xml/UseProperClassLoader"/>
-
-
-  <rule ref="rulesets/basic.xml/EmptyCatchBlock"/>
-  <rule ref="rulesets/basic.xml/EmptyIfStmt"/>
-  <rule ref="rulesets/basic.xml/EmptyWhileStmt"/>
-  <rule ref="rulesets/basic.xml/EmptyTryBlock"/>
-  <rule ref="rulesets/basic.xml/EmptyFinallyBlock"/>
-  <rule ref="rulesets/basic.xml/EmptySwitchStatements"/>
-  <rule ref="rulesets/basic.xml/JumbledIncrementer"/>
-  <rule ref="rulesets/basic.xml/UnnecessaryConversionTemporary"/>
-  <rule ref="rulesets/basic.xml/DoubleCheckedLocking"/>
-  <rule ref="rulesets/basic.xml/OverrideBothEqualsAndHashcode"/>
-  <rule ref="rulesets/basic.xml/ReturnFromFinallyBlock"/>
-  <rule ref="rulesets/basic.xml/EmptySynchronizedBlock"/>
-  <rule ref="rulesets/basic.xml/UnnecessaryReturn"/>
-  <rule ref="rulesets/basic.xml/UnconditionalIfStatement"/>
-  <rule ref="rulesets/basic.xml/EmptyStatementNotInLoop"/>
-  <rule ref="rulesets/basic.xml/BooleanInstantiation"/>
-  <rule ref="rulesets/basic.xml/CollapsibleIfStatements"/>
-  <rule ref="rulesets/basic.xml/ClassCastExceptionWithToArray"/>
-  <rule ref="rulesets/basic.xml/UselessOperationOnImmutable"/>
- <!-- <rule ref="rulesets/basic.xml/NullPointerException"/> -->
-  <rule ref="rulesets/basic.xml/AvoidThreadGroup"/>
- <!-- <rule ref="rulesets/basic.xml/BrokenNullCheck"/> -->
- 
-  <rule ref="rulesets/sunsecure.xml"/>
-  <rule ref="rulesets/strictexception.xml"/>
-  
-  <rule ref="rulesets/codesize.xml/ExcessiveMethodLength"/>
-  <rule ref="rulesets/codesize.xml/ExcessiveParameterList"/>
-
-  <rule ref="rulesets/design.xml/SimplifyBooleanReturns"/>  
-  
-  
-  <rule ref="rulesets/design.xml/AvoidDeeplyNestedIfStmts"/>
-  <rule ref="rulesets/design.xml/ConstructorCallsOverridableMethod"/>
-  <rule ref="rulesets/design.xml/CloseResource"/>
-  <rule ref="rulesets/design.xml/NonStaticInitializer"/>
-  <rule ref="rulesets/design.xml/DefaultLabelNotLastInSwitchStmt"/>
-  <rule ref="rulesets/design.xml/NonCaseLabelInSwitchStatement"/>
-  <rule ref="rulesets/design.xml/OptimizableToArrayCall"/>
-  <rule ref="rulesets/design.xml/BadComparison"/>
-  <rule ref="rulesets/design.xml/EqualsNull"/>
-  <rule ref="rulesets/design.xml/InstantiationToGetClass"/>
-  <rule ref="rulesets/design.xml/IdempotentOperations"/>
-  <rule ref="rulesets/design.xml/AssignmentToNonFinalStatic"/>
-  <rule ref="rulesets/design.xml/MissingStaticMethodInNonInstantiatableClass"/>
-  <rule ref="rulesets/design.xml/MissingBreakInSwitch"/>
-  <rule ref="rulesets/design.xml/UseNotifyAllInsteadOfNotify"/>
-  <rule ref="rulesets/design.xml/SimplifyConditional"/>
-  <rule ref="rulesets/design.xml/CompareObjectsWithEquals"/>
-  <rule ref="rulesets/design.xml/UnnecessaryLocalBeforeReturn"/>
-  <rule ref="rulesets/design.xml/UnsynchronizedStaticDateFormatter"/>
-  <rule ref="rulesets/design.xml/PreserveStackTrace"/>
-
-  <rule ref="rulesets/strings.xml/StringInstantiation"/>
-  <rule ref="rulesets/strings.xml/StringToString"/>
-  <rule ref="rulesets/strings.xml/UnnecessaryCaseChange"/>
-  <rule ref="rulesets/strings.xml/UseStringBufferLength"/>
-  <rule ref="rulesets/strings.xml/InsufficientStringBufferDeclaration"/>
-  <!--<rule ref="rulesets/strings.xml/UselessStringValueOf"/>  -->
-
-
-  <rule ref="rulesets/imports.xml"/>
-
-  <rule ref="rulesets/naming.xml/VariableNamingConventions"/>
-
-  <!--<rule ref="rulesets/naming.xml/AvoidDollarSign"/> -->
-  <rule ref="rulesets/naming.xml/SuspiciousHashcodeMethodName"/>
-  <rule ref="rulesets/naming.xml/SuspiciousConstantFieldName"/>
-  <rule ref="rulesets/naming.xml/SuspiciousEqualsMethodName"/>
-  <rule ref="rulesets/naming.xml/AvoidFieldNameMatchingTypeName"/>
-  <rule ref="rulesets/naming.xml/AvoidFieldNameMatchingMethodName"/>
-  <rule ref="rulesets/naming.xml/AvoidNonConstructorMethodsWithClassName"/>
-  
-  <rule ref="rulesets/naming.xml/NoPackage"/>
-  <rule ref="rulesets/naming.xml/PackageCase"/>  
-  <rule ref="rulesets/naming.xml/MisleadingVariableName"/>
-
-
-  <rule ref="rulesets/logging-java.xml/SystemPrintln"/>
-  <rule ref="rulesets/logging-java.xml/AvoidPrintStackTrace"/>
-  
-  <rule ref="rulesets/logging-jakarta-commons.xml/UseCorrectExceptionLogging"/>
-  
-
-  <rule ref="rulesets/braces.xml"/>
-
-</ruleset>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/extension/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/extension/pom.xml
deleted file mode 100644
index eb93278..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/extension/pom.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0"?><project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.it0129</groupId>
-  <artifactId>it0129-extension</artifactId>
-  <packaging>pom</packaging>
-  <version>1.0</version>
-  <name>it0129 - extension</name>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.1</version> 
-        <executions>
-          <execution>
-            <phase>process-resources</phase>
-            <goals>
-              <goal>single</goal>
-            </goals>
-            <configuration>
-              <descriptors>
-                <descriptor>src/assembly/assembly.xml</descriptor>
-              </descriptors>
-              <outputDirectory>target</outputDirectory>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/extension/src/assembly/assembly.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/extension/src/assembly/assembly.xml
deleted file mode 100644
index f466936..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/extension/src/assembly/assembly.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-    <assembly>
-      <id></id>
-      <formats>
-        <format>jar</format>
-       </formats>
-       <includeBaseDirectory>false</includeBaseDirectory>
-       <fileSets>
-        <fileSet>
-          <directory>.</directory> 
-          <outputDirectory>/</outputDirectory>
-             <includes>
-                <include>it0129_rule_set.xml</include>
-             </includes>          
-        </fileSet>
-      </fileSets>
-    </assembly>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/pom.xml
deleted file mode 100644
index 2dd31c4..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/pom.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.it0129</groupId>
-  <artifactId>parent</artifactId>
-  <version>1.0</version>
-  <packaging>pom</packaging>
-  <name>it0129 - parent</name>
-  <modules>
-    <module>extension</module>
-    <module>test-plugin</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/test-plugin/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/test-plugin/pom.xml
deleted file mode 100644
index 5b90e80..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/test-plugin/pom.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0"?><project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.it0129</groupId>
-  <artifactId>it0129-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <version>1.0</version>
-  <name>it0129 - plugin</name>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-  
- </project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/test-plugin/src/main/java/org/apache/maven/plugin/It0129Mojo.java b/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/test-plugin/src/main/java/org/apache/maven/plugin/It0129Mojo.java
deleted file mode 100644
index 0df5b25..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/test-plugin/src/main/java/org/apache/maven/plugin/It0129Mojo.java
+++ /dev/null
@@ -1,31 +0,0 @@
-package org.apache.maven.plugin;
-
-import java.net.URL;
-
-/**
- * @author <a href="mailto:brianf@apache.org">Brian Fox</a>
- * @goal test
- * @phase verify
- */
-public class It0129Mojo
-    extends AbstractMojo
-{
-
-    public void execute()
-        throws MojoExecutionException, MojoFailureException
-    {
-        ClassLoader cl = this.getClass().getClassLoader();
-        URL url = cl.getResource( "it0129_rule_set.xml" );
-        
-        if (url != null)
-        {
-            this.getLog().info( "Found Url: "+ url.getFile() );
-        }
-        else
-        {
-            throw new MojoExecutionException("Can't find it0129_rule_set.xml on classpath!!");
-        }
-        
-    }
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/test-project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/test-project/pom.xml
deleted file mode 100644
index 158b174..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/it0129-resourcesForAPluginProvidedAsAPluginDependency/test-project/pom.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0"?>
-<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>
-  <groupId>org.apache.maven.its.it0129</groupId>
-  <artifactId>it0129-plugin-runner</artifactId>
-  <version>1.0</version>
-  <packaging>pom</packaging>
-  <name>it0129 - plugin runner</name>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.it0129</groupId>
-        <artifactId>it0129-plugin</artifactId>
-        <version>1.0</version>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven.its.it0129</groupId>
-            <artifactId>it0129-extension</artifactId>
-            <version>1.0</version>
-          </dependency>
-        </dependencies>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-1412-DependenciesOrder/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-1412-DependenciesOrder/pom.xml
deleted file mode 100644
index 89a730b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-1412-DependenciesOrder/pom.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its</groupId>
-  <artifactId>maven-it-MNG1412-DependenciesOrder</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
-  <description>Check that dependencies are available in classpath in same order as declared in POM</description>
-
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3.1</version><!-- to avoid problem with SUREFIRE-460 -->
-      </plugin>
-    </plugins>
-  </build>
-
-  <dependencies>
-    <dependency>
-      <groupId>commons-net</groupId>
-      <artifactId>commons-net</artifactId>
-      <version>1.4.1</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-collections</groupId>
-      <artifactId>commons-collections</artifactId>
-      <version>3.2</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-lang</groupId>
-      <artifactId>commons-lang</artifactId>
-      <version>2.3</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>1.3.1</version>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-1412-DependenciesOrder/src/test/java/org/apache/maven/its/itmng1412/ITmng1412DependenciesOrderTest.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-1412-DependenciesOrder/src/test/java/org/apache/maven/its/itmng1412/ITmng1412DependenciesOrderTest.java
deleted file mode 100644
index 957ef32..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-1412-DependenciesOrder/src/test/java/org/apache/maven/its/itmng1412/ITmng1412DependenciesOrderTest.java
+++ /dev/null
@@ -1,58 +0,0 @@
-package org.apache.maven.its.itmng1412;
-
-import java.io.IOException;
-import java.net.URL;
-import java.util.Enumeration;
-import java.util.jar.Attributes;
-import java.util.jar.Manifest;
-
-import org.apache.commons.lang.StringUtils;
-
-import junit.framework.TestCase;
-
-/**
- * Test that dependencies order in classpath matches pom.xml.
- * 
- * @author <a href="mailto:hboutemy@apache.org">Herve Boutemy</a>
- * 
- */
-public class ITmng1412DependenciesOrderTest
-extends TestCase
-{
-    private final static String[] EXTENSIONS = {
-        // same order as in pom.xml
-        "commons-net",
-        "commons-collections",
-        "commons-lang",
-        "commons-io",
-    };
-    
-    public void testOrder() throws IOException
-    {
-        String expected = StringUtils.join( EXTENSIONS, ',' );
-        StringBuffer found = new StringBuffer();
-
-        Enumeration resources = this.getClass().getClassLoader().getResources( "META-INF/MANIFEST.MF" );
-        while ( resources.hasMoreElements() )
-        {
-            URL url = (URL) resources.nextElement();
-
-            Manifest manifest = new Manifest( url.openStream() );
-            Attributes attributes = manifest.getMainAttributes();
-            String extensionName = attributes.getValue( "Extension-Name" );
-
-            if ( ( extensionName != null ) && extensionName.startsWith( "commons" ) )
-            {
-                if ( found.length() > 0 )
-                {
-                    found.append( ',' );
-                }
-                found.append( extensionName );
-            }
-        }
-
-        System.out.println( "Expected:\n\n" + expected + "\n\nFound:\n\n" + found );
-
-        assertEquals( "dependencies order in classpath should match pom.xml", expected, found.toString() );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-1491-reactorArtifactIdCollision/child1/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-1491-reactorArtifactIdCollision/child1/pom.xml
deleted file mode 100644
index e79b05f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-1491-reactorArtifactIdCollision/child1/pom.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <parent>
-    <artifactId>parent</artifactId>
-    <groupId>org.apache.maven.its.mng1491</groupId>
-    <version>1</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-
-  <artifactId>child</artifactId>
-</project>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-1491-reactorArtifactIdCollision/child2/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-1491-reactorArtifactIdCollision/child2/pom.xml
deleted file mode 100644
index e79b05f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-1491-reactorArtifactIdCollision/child2/pom.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <parent>
-    <artifactId>parent</artifactId>
-    <groupId>org.apache.maven.its.mng1491</groupId>
-    <version>1</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-
-  <artifactId>child</artifactId>
-</project>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-1491-reactorArtifactIdCollision/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-1491-reactorArtifactIdCollision/pom.xml
deleted file mode 100644
index 37fc7b0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-1491-reactorArtifactIdCollision/pom.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-  <groupId>org.apache.maven.its.mng1491</groupId>
-  <artifactId>parent</artifactId>
-  <packaging>pom</packaging>
-  <version>1</version>
-
-  <modules>
-    <module>child1</module>
-    <module>child2</module>
-  </modules>
-</project>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-1491-reactorArtifactIdCollision/readme.txt b/core-integration-testing/core-integration-tests/src/test/resources/mng-1491-reactorArtifactIdCollision/readme.txt
deleted file mode 100644
index ec10b19..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-1491-reactorArtifactIdCollision/readme.txt
+++ /dev/null
@@ -1 +0,0 @@
-Check to make sure the build fails when two projects' artifactIds collide inside the reactor.
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-1493-nonstandardModulePomNames/module/pom-unusual.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-1493-nonstandardModulePomNames/module/pom-unusual.xml
deleted file mode 100644
index 372e7e3..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-1493-nonstandardModulePomNames/module/pom-unusual.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.itsample</groupId>
-  <artifactId>module</artifactId>
-  <packaging>pom</packaging>
-  <version>1</version>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-1493-nonstandardModulePomNames/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-1493-nonstandardModulePomNames/pom.xml
deleted file mode 100644
index 1b9ab20..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-1493-nonstandardModulePomNames/pom.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng1493</groupId>
-  <artifactId>parent</artifactId>
-  <packaging>pom</packaging>
-  <version>1</version>
-
-  <modules>
-    <module>module/pom-unusual.xml</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-1493-nonstandardModulePomNames/readme.txt b/core-integration-testing/core-integration-tests/src/test/resources/mng-1493-nonstandardModulePomNames/readme.txt
deleted file mode 100644
index c42c04f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-1493-nonstandardModulePomNames/readme.txt
+++ /dev/null
@@ -1 +0,0 @@
-Checks that non-standard module-pom filenames can be referenced by file within a <modules/> section, rather than depending on using the directory name with the normal 'pom.xml' as an implied POM filename.
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2045-testJarDependenciesBrokenInReactor/first-project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-2045-testJarDependenciesBrokenInReactor/first-project/pom.xml
deleted file mode 100644
index 7726dbc..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2045-testJarDependenciesBrokenInReactor/first-project/pom.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0"?>
-<project>
-  <parent>
-    <groupId>testing</groupId>
-    <artifactId>mng-2045-test</artifactId>
-    <version>1.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>first-project</artifactId>
-  <name>first-project</name>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-jar-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals><goal>test-jar</goal></goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2045-testJarDependenciesBrokenInReactor/first-project/src/test/java/com/mycompany/app/SomeGeneralTestClass.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-2045-testJarDependenciesBrokenInReactor/first-project/src/test/java/com/mycompany/app/SomeGeneralTestClass.java
deleted file mode 100644
index fbb994f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2045-testJarDependenciesBrokenInReactor/first-project/src/test/java/com/mycompany/app/SomeGeneralTestClass.java
+++ /dev/null
@@ -1,8 +0,0 @@
-package com.mycompany.app;
-
-public class SomeGeneralTestClass {
-
-	public void foo() {
-		System.out.println("FOO!");
-	}
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2045-testJarDependenciesBrokenInReactor/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-2045-testJarDependenciesBrokenInReactor/pom.xml
deleted file mode 100644
index 078313f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2045-testJarDependenciesBrokenInReactor/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>testing</groupId>
-  <artifactId>mng-2045-test</artifactId>
-  <name>mng-2045-test</name>
-  <packaging>pom</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <modules>
-    <module>first-project</module>
-    <module>second-project</module>
-  </modules>
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>3.8.1</version>
-        <scope>test</scope>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-</project>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2045-testJarDependenciesBrokenInReactor/second-project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-2045-testJarDependenciesBrokenInReactor/second-project/pom.xml
deleted file mode 100644
index adc13dc..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2045-testJarDependenciesBrokenInReactor/second-project/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-<project>
-  <parent>
-    <groupId>testing</groupId>
-    <artifactId>mng-2045-test</artifactId>
-    <version>1.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>second-project</artifactId>
-  <name>second-project</name>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>first-project</artifactId>
-      <version>${project.version}</version>
-      <type>test-jar</type>
-      <!-- This also fails: 
-      <classifier>tests</classifier> 
-      -->
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2045-testJarDependenciesBrokenInReactor/second-project/src/main/java/com/somecompany/OtherAppRequiringGeneralTestClass.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-2045-testJarDependenciesBrokenInReactor/second-project/src/main/java/com/somecompany/OtherAppRequiringGeneralTestClass.java
deleted file mode 100644
index b1ab480..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2045-testJarDependenciesBrokenInReactor/second-project/src/main/java/com/somecompany/OtherAppRequiringGeneralTestClass.java
+++ /dev/null
@@ -1,15 +0,0 @@
-package com.somecompany;
-
-import com.mycompany.app.SomeGeneralTestClass;
-
-/**
- * Hello world!
- * 
- */
-public class OtherAppRequiringGeneralTestClass {
-
-	public static void main(String[] args) throws Exception {
-		SomeGeneralTestClass.class.newInstance();
-	}
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/artifact-combined/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/artifact-combined/pom.xml
deleted file mode 100644
index 8018d92..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/artifact-combined/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<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>

-  <parent>

-    <groupId>org.apache.maven.its.mng2123</groupId>

-    <artifactId>parent</artifactId>

-    <version>1</version>

-  </parent>

-  <artifactId>artifact-combined</artifactId>

-  

-  <dependencies>

-  	<dependency>

-    	<groupId>org.apache.maven.its.mng2123</groupId>

-  		<artifactId>artifact-fix</artifactId>

-  		<version>1.0</version>

-  	</dependency>

-  	<dependency>

-    	<groupId>org.apache.maven.its.mng2123</groupId>

-  		<artifactId>artifact-range</artifactId>

-  		<version>1.0</version>

-  	</dependency>

-  </dependencies>

-

-</project>

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/artifact-combined/src/main/java/Class.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/artifact-combined/src/main/java/Class.java
deleted file mode 100644
index b7f0034..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/artifact-combined/src/main/java/Class.java
+++ /dev/null
@@ -1,9 +0,0 @@
-public class Class

-{

-

-public static void main(String[] args)

-{

-  System.out.println("hello");

-  }

-  

-}
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/artifact-fix/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/artifact-fix/pom.xml
deleted file mode 100644
index 58caf91..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/artifact-fix/pom.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<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>

-	<parent>

-		<groupId>org.apache.maven.its.mng2123</groupId>

-		<artifactId>parent</artifactId>

-		<version>1</version>

-	</parent>

-	<artifactId>artifact-fix</artifactId>

-	<version>1.0</version>

-	<name>Artifact fix Version</name>

-	<dependencies>

-		<dependency>

-			<groupId>commons-collections</groupId>

-			<artifactId>commons-collections</artifactId>

-			<version>3.2</version>

-		</dependency>

-	</dependencies>

-</project>

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/artifact-fix/src/main/java/Class.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/artifact-fix/src/main/java/Class.java
deleted file mode 100644
index b7f0034..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/artifact-fix/src/main/java/Class.java
+++ /dev/null
@@ -1,9 +0,0 @@
-public class Class

-{

-

-public static void main(String[] args)

-{

-  System.out.println("hello");

-  }

-  

-}
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/artifact-range/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/artifact-range/pom.xml
deleted file mode 100644
index aec2fac..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/artifact-range/pom.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<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>

-  <parent>

-    <groupId>org.apache.maven.its.mng2123</groupId>

-    <artifactId>parent</artifactId>

-    <version>1</version>

-  </parent>

-  <name>STC Checkstyle</name>

-  <artifactId>artifact-range</artifactId>

-  <version>1.0</version>

-  <dependencies>

-  	<dependency>

-  		<groupId>commons-collections</groupId>

-  		<artifactId>commons-collections</artifactId>

-  		<version>[2.0,3.1.99]</version>

-  	</dependency>

-  </dependencies>

-</project>

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/artifact-range/src/main/java/Class.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/artifact-range/src/main/java/Class.java
deleted file mode 100644
index b7f0034..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/artifact-range/src/main/java/Class.java
+++ /dev/null
@@ -1,9 +0,0 @@
-public class Class

-{

-

-public static void main(String[] args)

-{

-  System.out.println("hello");

-  }

-  

-}
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/pom.xml
deleted file mode 100644
index 78e9b2e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<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>

-  <groupId>org.apache.maven.its.mng2123</groupId>

-  <artifactId>parent</artifactId>

-  <packaging>pom</packaging>

-  <version>1</version>

-  <name>Checkstyle</name>

-  <!--

-  <modules>

-    <module>checkstyle-assembly</module>

-    <module>checkstyle-test</module>

-  </modules>

-  -->

-</project>

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/readme.txt b/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/readme.txt
deleted file mode 100644
index 6e694df..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2123-npe-with-conflicting-ranges/readme.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-Integration test.

-The test creates two artifacts with a dependency to commons-collection.

-artifact-fix requires version 3.2

-artifact-range requires version (2.0,3.1.99]

-

-artifact-combined has a dependency on the artifacts above.

-In version 2.0.8 the test fails with a NPE
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2234-activeProfilesFromSettings/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-2234-activeProfilesFromSettings/pom.xml
deleted file mode 100644
index 1eac3ec..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2234-activeProfilesFromSettings/pom.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng2234</groupId>
-  <artifactId>test-artifact</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <profiles>
-    <profile>
-      <id>env-test</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.its.plugins</groupId>
-            <artifactId>maven-it-plugin-touch</artifactId>
-            <version>2.1-SNAPSHOT</version>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>touch</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-  <!--remove when the IT plugins are actually release-->
-    <pluginRepositories>
-        <pluginRepository>
-            <id>apache.snapshots</id>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </pluginRepository>
-    </pluginRepositories>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2234-activeProfilesFromSettings/settings.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-2234-activeProfilesFromSettings/settings.xml
deleted file mode 100644
index 74c5f76..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2234-activeProfilesFromSettings/settings.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<settings>
-  <activeProfiles>
-    <activeProfile>env-test</activeProfile>
-  </activeProfiles>
-</settings>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2254-PomEncoding/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-2254-PomEncoding/pom.xml
deleted file mode 100644
index aa671f5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2254-PomEncoding/pom.xml
+++ /dev/null
Binary files differ
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2254-PomEncoding/src/test/java/org/apache/maven/integrationtests/MavenITmng2254PomEncodingTest.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-2254-PomEncoding/src/test/java/org/apache/maven/integrationtests/MavenITmng2254PomEncodingTest.java
deleted file mode 100644
index fb7e722..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2254-PomEncoding/src/test/java/org/apache/maven/integrationtests/MavenITmng2254PomEncodingTest.java
+++ /dev/null
@@ -1,37 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-import org.apache.maven.integrationtests.AbstractMavenIntegrationTestCase;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-/**
- * Test that pom.xml encoding is properly detected.
- * 
- * @author <a href="mailto:herve.boutemy@free.fr">Herve Boutemy</a>
- * 
- */
-public class MavenITmng2254PomEncodingTest
-    extends AbstractMavenIntegrationTestCase
-{
-    public void testitMNG2254 ()
-        throws Exception
-    {
-        // The testdir is computed from the location of this
-        // file.
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-2254-PomEncoding" );
-
-        Verifier verifier = new Verifier( testDir.getAbsolutePath() );
-
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-N" );
-        verifier.executeGoal( "compile" );
-
-        verifier.verifyErrorFreeLog();
-
-        verifier.resetStreams();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2254-PomEncoding/src/test/resources/mng-2254-PomEncoding/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-2254-PomEncoding/src/test/resources/mng-2254-PomEncoding/pom.xml
deleted file mode 100644
index b16536f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2254-PomEncoding/src/test/resources/mng-2254-PomEncoding/pom.xml
+++ /dev/null
Binary files differ
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2339-badProjectInterpolation/a/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-2339-badProjectInterpolation/a/pom.xml
deleted file mode 100644
index c512033..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2339-badProjectInterpolation/a/pom.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng2339</groupId>
-  <artifactId>bad-project-interpolation</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  
-  <!-- 
-    NOTE: This actually tests that the ${project.version} expression 
-    in the version of a DEPENDENCY in the project-interpolation plugin 
-    gets the correct value, despite a -Dversion=foo command-line property!
-  -->
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-project-interpolation</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <configuration>
-          <myDirectory>${project.build.directory}/foo</myDirectory>
-        </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>check-plugin</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2339-badProjectInterpolation/a/readme.txt b/core-integration-testing/core-integration-tests/src/test/resources/mng-2339-badProjectInterpolation/a/readme.txt
deleted file mode 100644
index 9ddf159..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2339-badProjectInterpolation/a/readme.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-This actually tests that the ${project.version} expression 
-in the version of a DEPENDENCY in the project-interpolation plugin 
-gets the correct value, despite a -Dversion=foo command-line property!
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2339-badProjectInterpolation/b/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-2339-badProjectInterpolation/b/pom.xml
deleted file mode 100644
index 3a1116e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2339-badProjectInterpolation/b/pom.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<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>
-  <groupId>tests</groupId>
-  <artifactId>interpolation-of-cliProps</artifactId>
-  <version>1</version>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-touch</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <configuration>
-          <pluginItem>touch-${version}.txt</pluginItem>
-        </configuration>
-        <executions>
-          <execution>
-            <id>test</id>
-            <phase>initialize</phase>
-            <goals>
-              <goal>touch</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2339-badProjectInterpolation/b/readme.txt b/core-integration-testing/core-integration-tests/src/test/resources/mng-2339-badProjectInterpolation/b/readme.txt
deleted file mode 100644
index 77027c7..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2339-badProjectInterpolation/b/readme.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-This verifies that -Dversion=2 overrides the normal result of the ${version} expression in the pom, which should otherwise resolve to the POM's own version (1). The test build runs twice:
-
-1. run: `mvn clean initialize` and verify that target/touch-1.txt exists.
-2. run: `mvn -Dversion=2 clean initialize` and verify that target/touch-2.txt exists.
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/pom.xml
deleted file mode 100644
index bcf71b0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/pom.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<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>

-  <groupId>org.apache.maven.its.mng2744</groupId>

-  <artifactId>mng2744</artifactId>

-  <packaging>jar</packaging>

-  <version>1</version>

-  <name>[MNG-2744] checksum comparison should be case-insensitive</name>

-

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.maven.its.mng2744</groupId>

-      <artifactId>a</artifactId>

-      <version>1</version>

-    </dependency>

-    <dependency>

-      <groupId>org.apache.maven.its.mng2744</groupId>

-      <artifactId>b</artifactId>

-      <version>1</version>

-    </dependency>

-  </dependencies>

-

-  <repositories>

-    <repository>

-      <id>mng2744</id>

-      <url>file://${basedir}/repository</url>

-      <releases>

-        <checksumPolicy>fail</checksumPolicy>

-      </releases>

-      <snapshots>

-        <checksumPolicy>fail</checksumPolicy>

-      </snapshots>

-    </repository>

-  </repositories>

-</project>

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/a/1/a-1.jar b/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/a/1/a-1.jar
deleted file mode 100644
index 84735bb..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/a/1/a-1.jar
+++ /dev/null
@@ -1 +0,0 @@
-dummy

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/a/1/a-1.jar.sha1 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/a/1/a-1.jar.sha1
deleted file mode 100644
index 36eac12..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/a/1/a-1.jar.sha1
+++ /dev/null
@@ -1,2 +0,0 @@
-615A3C9D156504F2B757B5BE8AACE03EAD845895

-

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/a/1/a-1.pom b/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/a/1/a-1.pom
deleted file mode 100644
index 72047a7..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/a/1/a-1.pom
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<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>

-  <groupId>org.apache.maven.its.mng2744</groupId>

-  <artifactId>a</artifactId>

-  <packaging>jar</packaging>

-  <version>1</version>

-</project>

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/a/1/a-1.pom.sha1 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/a/1/a-1.pom.sha1
deleted file mode 100644
index 06b5753..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/a/1/a-1.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-aeddc7db6c6d28079d6b84d875cd456f327de010

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/b/1/b-1.jar b/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/b/1/b-1.jar
deleted file mode 100644
index 84735bb..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/b/1/b-1.jar
+++ /dev/null
@@ -1 +0,0 @@
-dummy

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/b/1/b-1.jar.sha1 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/b/1/b-1.jar.sha1
deleted file mode 100644
index 57242f7..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/b/1/b-1.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-615a3c9d156504f2b757b5be8aace03ead845895
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/b/1/b-1.pom b/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/b/1/b-1.pom
deleted file mode 100644
index 3de5247..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/b/1/b-1.pom
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<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>

-  <groupId>org.apache.maven.its.mng2744</groupId>

-  <artifactId>b</artifactId>

-  <packaging>jar</packaging>

-  <version>1</version>

-</project>

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/b/1/b-1.pom.sha1 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/b/1/b-1.pom.sha1
deleted file mode 100644
index a4ddf1f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2744-checksumVerification/repository/org/apache/maven/its/mng2744/b/1/b-1.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-FE9A315948C64B2C0F944B5C9AC2F87FBF2A51BB

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/A/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/A/pom.xml
deleted file mode 100644
index 8aca01f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/A/pom.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <parent>
-    <artifactId>MNG-2861</artifactId>
-    <groupId>org.apache.maven.its.mng2861</groupId>
-    <version>1.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>A</artifactId>
-  <name>A</name>
-  <version>1.0-SNAPSHOT</version>
-  <url>http://maven.apache.org</url>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.its.mng2861</groupId>
-      <artifactId>B</artifactId>
-      <version>1.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.its.mng2861</groupId>
-      <artifactId>C</artifactId>
-      <version>1.0-SNAPSHOT</version>
-    </dependency>
-  </dependencies>
-  <repositories>
-    <repository>
-      <id>id</id>
-      <url>file:///${basedir}/../../repository</url>
-      <releases><enabled>true</enabled></releases>
-    </repository>
-  </repositories>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/A/src/main/java/test/App.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/A/src/main/java/test/App.java
deleted file mode 100644
index b8e9695..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/A/src/main/java/test/App.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package test;
-
-/**
- * Hello world!
- *
- */
-public class App 
-{
-    public static void main( String[] args )
-    {
-        System.out.println( "Hello World!" );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/A/src/test/java/test/AppTest.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/A/src/test/java/test/AppTest.java
deleted file mode 100644
index e6046e5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/A/src/test/java/test/AppTest.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package test;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
-{
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/B/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/B/pom.xml
deleted file mode 100644
index cd1868e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/B/pom.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <parent>
-    <artifactId>MNG-2861</artifactId>
-    <groupId>org.apache.maven.its.mng2861</groupId>
-    <version>1.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>B</artifactId>
-  <name>B</name>
-  <version>1.0-SNAPSHOT</version>
-  <url>http://maven.apache.org</url>
-  <dependencies>
-    <dependency>
-      <groupId>oldgroupId</groupId>
-      <artifactId>project</artifactId>
-      <version>[1.2,)</version>
-    </dependency>
-  </dependencies>
-  <repositories>
-    <repository>
-      <id>id</id>
-      <url>file:///${basedir}/../../repository</url>
-      <releases><enabled>true</enabled></releases>
-    </repository>
-  </repositories>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/B/src/main/java/test/App.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/B/src/main/java/test/App.java
deleted file mode 100644
index b8e9695..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/B/src/main/java/test/App.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package test;
-
-/**
- * Hello world!
- *
- */
-public class App 
-{
-    public static void main( String[] args )
-    {
-        System.out.println( "Hello World!" );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/B/src/test/java/test/AppTest.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/B/src/test/java/test/AppTest.java
deleted file mode 100644
index e6046e5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/B/src/test/java/test/AppTest.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package test;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
-{
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/C/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/C/pom.xml
deleted file mode 100644
index 22f49ea..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/C/pom.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <parent>
-    <artifactId>MNG-2861</artifactId>
-    <groupId>org.apache.maven.its.mng2861</groupId>
-    <version>1.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>C</artifactId>
-  <name>C</name>
-  <version>1.0-SNAPSHOT</version>
-  <url>http://maven.apache.org</url>
-  <dependencies>
-    <dependency>
-      <groupId>newgroupId</groupId>
-      <artifactId>project</artifactId>
-      <version>[2.0,3.0)</version>
-    </dependency>
-  </dependencies>
-  <repositories>
-    <repository>
-      <id>id</id>
-      <url>file:///${basedir}/../../repository</url>
-      <releases><enabled>true</enabled></releases>
-    </repository>
-  </repositories>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/C/src/main/java/test/App.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/C/src/main/java/test/App.java
deleted file mode 100644
index b8e9695..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/C/src/main/java/test/App.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package test;
-
-/**
- * Hello world!
- *
- */
-public class App 
-{
-    public static void main( String[] args )
-    {
-        System.out.println( "Hello World!" );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/C/src/test/java/test/AppTest.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/C/src/test/java/test/AppTest.java
deleted file mode 100644
index e6046e5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/C/src/test/java/test/AppTest.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package test;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
-{
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/pom.xml
deleted file mode 100644
index fcaabd0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/MNG-2861/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-  <groupId>org.apache.maven.its.mng2861</groupId>
-  <artifactId>MNG-2861</artifactId>
-  <packaging>pom</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <name>MNG-2861</name>
-  <url>http://maven.apache.org</url>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <modules>
-    <module>A</module>
-    <module>B</module>
-    <module>C</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/1.2/project-1.2.jar b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/1.2/project-1.2.jar
deleted file mode 100644
index 4edeb0b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/1.2/project-1.2.jar
+++ /dev/null
Binary files differ
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/1.2/project-1.2.jar.md5 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/1.2/project-1.2.jar.md5
deleted file mode 100644
index 40cc3e6..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/1.2/project-1.2.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-1fe5ef0ab6b4d1c8926341f2035f50a4
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/1.2/project-1.2.jar.sha1 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/1.2/project-1.2.jar.sha1
deleted file mode 100644
index aeca784..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/1.2/project-1.2.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-c1ee3de58820c588e73422f4d2068573edbe6fab
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/1.2/project-1.2.pom b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/1.2/project-1.2.pom
deleted file mode 100644
index 417e29f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/1.2/project-1.2.pom
+++ /dev/null
@@ -1,24 +0,0 @@
-<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>

-  <groupId>newgroupId</groupId>

-  <artifactId>project</artifactId>

-  <packaging>jar</packaging>

-  <version>1.2</version>

-  <name>project</name>

-  <url>http://maven.apache.org</url>

-  <dependencies>

-    <dependency>

-      <groupId>junit</groupId>

-      <artifactId>junit</artifactId>

-      <version>3.8.1</version>

-      <scope>test</scope>

-    </dependency>

-  </dependencies>

-  <distributionManagement>

-    <repository>

-      <id>id</id>

-      <url>file://localhost/${basedir}/../repository</url>

-    </repository>

-  </distributionManagement>

-</project>

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/1.2/project-1.2.pom.md5 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/1.2/project-1.2.pom.md5
deleted file mode 100644
index 0ff3080..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/1.2/project-1.2.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-7938848539389e07b287b4d8738e1860
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/1.2/project-1.2.pom.sha1 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/1.2/project-1.2.pom.sha1
deleted file mode 100644
index ea22501..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/1.2/project-1.2.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-f43a739fc913e9e09c9d16d38b754c0e095e3b4c
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/2.0/project-2.0.jar b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/2.0/project-2.0.jar
deleted file mode 100644
index 28ae559..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/2.0/project-2.0.jar
+++ /dev/null
Binary files differ
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/2.0/project-2.0.jar.md5 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/2.0/project-2.0.jar.md5
deleted file mode 100644
index 2df523b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/2.0/project-2.0.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-595b0dfde7fe78e157b281ad19a7b213
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/2.0/project-2.0.jar.sha1 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/2.0/project-2.0.jar.sha1
deleted file mode 100644
index 1a3e33b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/2.0/project-2.0.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-79a503103228c65c8fc4f577d3e6bc8df7d58e70
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/2.0/project-2.0.pom b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/2.0/project-2.0.pom
deleted file mode 100644
index 6155239..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/2.0/project-2.0.pom
+++ /dev/null
@@ -1,24 +0,0 @@
-<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>

-  <groupId>newgroupId</groupId>

-  <artifactId>project</artifactId>

-  <packaging>jar</packaging>

-  <version>2.0</version>

-  <name>project</name>

-  <url>http://maven.apache.org</url>

-  <dependencies>

-    <dependency>

-      <groupId>junit</groupId>

-      <artifactId>junit</artifactId>

-      <version>3.8.1</version>

-      <scope>test</scope>

-    </dependency>

-  </dependencies>

-  <distributionManagement>

-    <repository>

-      <id>id</id>

-      <url>file://localhost/${basedir}/../repository</url>

-    </repository>

-  </distributionManagement>

-</project>

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/2.0/project-2.0.pom.md5 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/2.0/project-2.0.pom.md5
deleted file mode 100644
index 3be107e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/2.0/project-2.0.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-bf5da02b56db7086721b3126655a274f
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/2.0/project-2.0.pom.sha1 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/2.0/project-2.0.pom.sha1
deleted file mode 100644
index ab1749d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/2.0/project-2.0.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-0f7ed4c92aabbd653f7abd9e3cac5a61c75ff716
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/maven-metadata.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/maven-metadata.xml
deleted file mode 100644
index c9c5589..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/maven-metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>

-  <groupId>newgroupId</groupId>

-  <artifactId>project</artifactId>

-  <version>1.2</version>

-  <versioning>

-    <versions>

-      <version>1.2</version>

-      <version>2.0</version>

-    </versions>

-    <lastUpdated>20070821062219</lastUpdated>

-  </versioning>

-</metadata>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/maven-metadata.xml.md5 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/maven-metadata.xml.md5
deleted file mode 100644
index 315965b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/maven-metadata.xml.md5
+++ /dev/null
@@ -1 +0,0 @@
-26802cd7695d5cba3ce55a445a3a4d38
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/maven-metadata.xml.sha1 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/maven-metadata.xml.sha1
deleted file mode 100644
index 0d06e1b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/newgroupId/project/maven-metadata.xml.sha1
+++ /dev/null
@@ -1 +0,0 @@
-759ce44fb6af0b8a351dc60c6d00d3ab1db9a59a
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.0/project-1.0.jar b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.0/project-1.0.jar
deleted file mode 100644
index 3a2078c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.0/project-1.0.jar
+++ /dev/null
Binary files differ
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.0/project-1.0.jar.md5 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.0/project-1.0.jar.md5
deleted file mode 100644
index a7948b7..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.0/project-1.0.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-884943b7d020cb76bb37e1001d826d52
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.0/project-1.0.jar.sha1 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.0/project-1.0.jar.sha1
deleted file mode 100644
index dfc42e0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.0/project-1.0.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-7e896d2fa550520989f4a4475b4df57eb0edea60
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.0/project-1.0.pom b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.0/project-1.0.pom
deleted file mode 100644
index 407bbd6..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.0/project-1.0.pom
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><project>

-  <modelVersion>4.0.0</modelVersion>

-  <groupId>oldgroupId</groupId>

-  <artifactId>project</artifactId>

-  <name>project</name>

-  <version>1.0</version>

-  <url>http://maven.apache.org</url>

-  <dependencies>

-    <dependency>

-      <groupId>junit</groupId>

-      <artifactId>junit</artifactId>

-      <version>3.8.1</version>

-      <scope>test</scope>

-    </dependency>

-  </dependencies>

-  <distributionManagement>

-    <repository>

-      <id>id</id>

-      <url>file://localhost/${basedir}/../repository</url>

-    </repository>

-  </distributionManagement>

-</project>

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.0/project-1.0.pom.md5 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.0/project-1.0.pom.md5
deleted file mode 100644
index 7e6aba8..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.0/project-1.0.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-5fe2afcb15ffe718ffe2c36fb278ddbb
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.0/project-1.0.pom.sha1 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.0/project-1.0.pom.sha1
deleted file mode 100644
index b3e7e0a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.0/project-1.0.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-f557bd0f2499ad748723cab496b1027f5964faf3
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.1/project-1.1.jar b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.1/project-1.1.jar
deleted file mode 100644
index c7c00e8..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.1/project-1.1.jar
+++ /dev/null
Binary files differ
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.1/project-1.1.jar.md5 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.1/project-1.1.jar.md5
deleted file mode 100644
index a979c82..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.1/project-1.1.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-b82f272080a0377c34d890a195812b26
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.1/project-1.1.jar.sha1 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.1/project-1.1.jar.sha1
deleted file mode 100644
index ad5066c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.1/project-1.1.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-b530516717ab5b3052fd3cdca860fc28574bd718
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.1/project-1.1.pom b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.1/project-1.1.pom
deleted file mode 100644
index 683fea2..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.1/project-1.1.pom
+++ /dev/null
@@ -1,24 +0,0 @@
-<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>

-  <groupId>oldgroupId</groupId>

-  <artifactId>project</artifactId>

-  <packaging>jar</packaging>

-  <version>1.1</version>

-  <name>project</name>

-  <url>http://maven.apache.org</url>

-  <dependencies>

-    <dependency>

-      <groupId>junit</groupId>

-      <artifactId>junit</artifactId>

-      <version>3.8.1</version>

-      <scope>test</scope>

-    </dependency>

-  </dependencies>

-  <distributionManagement>

-    <repository>

-      <id>id</id>

-      <url>file://localhost/${basedir}/../repository</url>

-    </repository>

-  </distributionManagement>

-</project>

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.1/project-1.1.pom.md5 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.1/project-1.1.pom.md5
deleted file mode 100644
index 69d2ad8..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.1/project-1.1.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-f2b6f8fa5226132008569b73dd95f69f
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.1/project-1.1.pom.sha1 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.1/project-1.1.pom.sha1
deleted file mode 100644
index ac194d8..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.1/project-1.1.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-4176be3635903857072ddb7974e3ae44a1548048
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.2/project-1.2.pom b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.2/project-1.2.pom
deleted file mode 100644
index 483c80d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.2/project-1.2.pom
+++ /dev/null
@@ -1,27 +0,0 @@
-<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>

-  <groupId>oldgroupId</groupId>

-  <artifactId>project</artifactId>

-  <packaging>jar</packaging>

-  <version>1.2</version>

-  <name>project12</name>

-  <url>http://maven.apache.org</url>

-  <dependencies>

-    <dependency>

-      <groupId>junit</groupId>

-      <artifactId>junit</artifactId>

-      <version>3.8.1</version>

-      <scope>test</scope>

-    </dependency>

-  </dependencies>

-  <distributionManagement>

-    <repository>

-      <id>id</id>

-      <url>file://localhost/${basedir}/../repository</url>

-    </repository>

-    <relocation>

-      <groupId>newgroupId</groupId>

-    </relocation>

-  </distributionManagement>

-</project>

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.2/project-1.2.pom.md5 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.2/project-1.2.pom.md5
deleted file mode 100644
index bee8b4d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.2/project-1.2.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (project-1.2.pom) = 5eb6d8e0d2e97515f072e3844d767c82

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.2/project-1.2.pom.sha1 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.2/project-1.2.pom.sha1
deleted file mode 100644
index 6c56b9b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/1.2/project-1.2.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-b8bcd7b551babda9b1c5e73db4c92246bb41be3aSHA1(project-1.2.pom)= 4d453b0c3fe9970a2124d3abc2bd2260c9ec9bba

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/maven-metadata.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/maven-metadata.xml
deleted file mode 100644
index ab425e1..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/maven-metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>

-  <groupId>oldgroupId</groupId>

-  <artifactId>project</artifactId>

-  <version>1.1</version>

-  <versioning>

-    <versions>

-      <version>1.1</version>

-      <version>1.2</version>

-      <version>1.0</version>

-    </versions>

-    <lastUpdated>20070821062402</lastUpdated>

-  </versioning>

-</metadata>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/maven-metadata.xml.md5 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/maven-metadata.xml.md5
deleted file mode 100644
index 18be729..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/maven-metadata.xml.md5
+++ /dev/null
@@ -1 +0,0 @@
-7b6a16f3694d56298ba7e6f18736c52c
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/maven-metadata.xml.sha1 b/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/maven-metadata.xml.sha1
deleted file mode 100644
index 0680455..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2861relocationsAndRanges/repository/oldgroupId/project/maven-metadata.xml.sha1
+++ /dev/null
@@ -1 +0,0 @@
-32932f915794448efaed9c42a416129343e1a97d
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/dependency/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/dependency/pom.xml
deleted file mode 100644
index 14e429f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/dependency/pom.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng2883</groupId>
-  <artifactId>dependency-user</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0-SNAPSHOT</version>
-  
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.its.mng2883</groupId>
-      <artifactId>dep</artifactId>
-      <version>1.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.0.2</version>
-      </plugin>
-      <plugin>
-        <artifactId>maven-resources-plugin</artifactId>
-        <version>2.0</version>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/dependency/remote-repository/org.apache.maven.its.mng2883/jars/dep-1.0-SNAPSHOT.jar b/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/dependency/remote-repository/org.apache.maven.its.mng2883/jars/dep-1.0-SNAPSHOT.jar
deleted file mode 100644
index 668bdc1..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/dependency/remote-repository/org.apache.maven.its.mng2883/jars/dep-1.0-SNAPSHOT.jar
+++ /dev/null
Binary files differ
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/dependency/remote-repository/org.apache.maven.its.mng2883/poms/dep-1.0-SNAPSHOT.pom b/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/dependency/remote-repository/org.apache.maven.its.mng2883/poms/dep-1.0-SNAPSHOT.pom
deleted file mode 100644
index 340a7be..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/dependency/remote-repository/org.apache.maven.its.mng2883/poms/dep-1.0-SNAPSHOT.pom
+++ /dev/null
@@ -1,17 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng2883</groupId>
-  <artifactId>dep</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0-SNAPSHOT</version>
-  
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/dependency/src/main/java/tests/App.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/dependency/src/main/java/tests/App.java
deleted file mode 100644
index 53e46ad..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/dependency/src/main/java/tests/App.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package tests;
-
-/**
- * Hello world!
- *
- */
-public class App 
-{
-    public static void main( String[] args )
-    {
-        System.out.println( "Hello World!" );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/parent/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/parent/pom.xml
deleted file mode 100644
index f30ff4d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/parent/pom.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<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>
-  
-  <parent>
-    <groupId>org.apache.maven.its.mng2883</groupId>
-    <version>1.0-SNAPSHOT</version>
-    <artifactId>parent</artifactId>
-  </parent>
-  
-  <artifactId>snapshot-offline-parent-legacyRepo</artifactId>
-
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/parent/remote-repository/org.apache.maven.its.mng2883/poms/parent-1.0-SNAPSHOT.pom b/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/parent/remote-repository/org.apache.maven.its.mng2883/poms/parent-1.0-SNAPSHOT.pom
deleted file mode 100644
index 0d72387..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/parent/remote-repository/org.apache.maven.its.mng2883/poms/parent-1.0-SNAPSHOT.pom
+++ /dev/null
@@ -1,19 +0,0 @@
-<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>
-  
-  <groupId>org.apache.maven.its.mng2883</groupId>
-  <version>1.0-SNAPSHOT</version>
-  <artifactId>parent</artifactId>
-  
-  <packaging>pom</packaging>
-
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/plugin/remote-repository/org.apache.maven.its.mng2883/jars/plugin-1.0-SNAPSHOT.jar b/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/plugin/remote-repository/org.apache.maven.its.mng2883/jars/plugin-1.0-SNAPSHOT.jar
deleted file mode 100644
index 668bdc1..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/plugin/remote-repository/org.apache.maven.its.mng2883/jars/plugin-1.0-SNAPSHOT.jar
+++ /dev/null
Binary files differ
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/plugin/remote-repository/org.apache.maven.its.mng2883/poms/plugin-1.0-SNAPSHOT.pom b/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/plugin/remote-repository/org.apache.maven.its.mng2883/poms/plugin-1.0-SNAPSHOT.pom
deleted file mode 100644
index 0376a4a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/plugin/remote-repository/org.apache.maven.its.mng2883/poms/plugin-1.0-SNAPSHOT.pom
+++ /dev/null
@@ -1,17 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng2883</groupId>
-  <artifactId>plugin</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0-SNAPSHOT</version>
-  
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/settings.xml.in b/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/settings.xml.in
deleted file mode 100644
index 7cafca4..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-2883-legacy-repo-offline/settings.xml.in
+++ /dev/null
@@ -1,24 +0,0 @@
-<settings>
-  <profiles>
-    <profile>
-      <id>remote-repository</id>
-      <repositories>
-        <repository>
-          <id>testing-repo</id>
-          <url>file://@TESTDIR@/remote-repository</url>
-          <layout>legacy</layout>
-        </repository>
-      </repositories>
-      <pluginRepositories>
-        <pluginRepository>
-          <id>testing-repo</id>
-          <url>file://@TESTDIR@/remote-repository</url>
-          <layout>legacy</layout>
-        </pluginRepository>
-      </pluginRepositories>
-    </profile>
-  </profiles>
-  <activeProfiles>
-    <activeProfile>remote-repository</activeProfile>
-  </activeProfiles>
-</settings>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3099-settingsProfilesWithNoPOM/plugin/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3099-settingsProfilesWithNoPOM/plugin/pom.xml
deleted file mode 100755
index 3bd4c66..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3099-settingsProfilesWithNoPOM/plugin/pom.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-	
-	<groupId>org.apache.maven.its.mng3099</groupId>
-	<artifactId>maven-mng3099-plugin</artifactId>
-	<version>1</version>
-	<packaging>maven-plugin</packaging>
-	
-	<name>maven-mng3099-plugin</name>
-	<description>Tests properties injected as a result of active profiles in the user settings file.</description>
-	
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-plugin-api</artifactId>
-			<version>2.0.7</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-project</artifactId>
-			<version>2.0.7</version>
-			<scope>compile</scope>
-		</dependency>
-	</dependencies>
-	
-</project>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3099-settingsProfilesWithNoPOM/plugin/src/main/java/org/apache/maven/its/mng3099/MNG3099Mojo.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3099-settingsProfilesWithNoPOM/plugin/src/main/java/org/apache/maven/its/mng3099/MNG3099Mojo.java
deleted file mode 100755
index 379ecd9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3099-settingsProfilesWithNoPOM/plugin/src/main/java/org/apache/maven/its/mng3099/MNG3099Mojo.java
+++ /dev/null
@@ -1,40 +0,0 @@
-package org.apache.maven.its.mng3099;
-
-/*
- * Copyright 2001-2005 The Apache Software 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.
- */
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-
-/**
- * Tests MNG-3099.
- *
- * @goal profile-props
- * @requiresProject false
- */
-public final class MNG3099Mojo extends AbstractMojo {
-
-    /**
-     * @parameter expression="${local-profile-prop}"
-     */
-    private String localProfileProp; 
-    
-    
-    public void execute() throws MojoExecutionException {
-    	
-    	this.getLog().info("local-profile-prop=" + this.localProfileProp);
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3099-settingsProfilesWithNoPOM/readme.txt b/core-integration-testing/core-integration-tests/src/test/resources/mng-3099-settingsProfilesWithNoPOM/readme.txt
deleted file mode 100644
index 06abe34..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3099-settingsProfilesWithNoPOM/readme.txt
+++ /dev/null
@@ -1 +0,0 @@
-This IT checks that profiles which are brought in from settings files (and which are activated via activeProfiles) are present even if no POM is in use.
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3099-settingsProfilesWithNoPOM/settings.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3099-settingsProfilesWithNoPOM/settings.xml
deleted file mode 100755
index bb9abd4..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3099-settingsProfilesWithNoPOM/settings.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<settings 

-	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/xsd/settings-1.0.0.xsd">

-	

-	<profiles>

-		<profile>

-			<id>local-profile</id>

-			<properties>

-				<local-profile-prop>local-profile-prop-value</local-profile-prop>

-			</properties>

-		</profile>

-	</profiles>

-	

-	<activeProfiles>

-		<activeProfile>local-profile</activeProfile>

-	</activeProfiles>

-	

-</settings>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/depMgmt-pom-module-notImported/dm-pom/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/depMgmt-pom-module-notImported/dm-pom/pom.xml
deleted file mode 100644
index a09ddd9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/depMgmt-pom-module-notImported/dm-pom/pom.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<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>
-  <parent>
-    <groupId>org.apache.maven.its.mng3220.2</groupId>
-    <version>1</version>
-    <artifactId>parent</artifactId>
-  </parent>
-  
-  <artifactId>dm-pom</artifactId>
-  <packaging>pom</packaging>
-  
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>3.8.1</version>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/depMgmt-pom-module-notImported/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/depMgmt-pom-module-notImported/pom.xml
deleted file mode 100644
index 3b17387..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/depMgmt-pom-module-notImported/pom.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng3220.2</groupId>
-  <artifactId>parent</artifactId>
-  <packaging>pom</packaging>
-  <version>1</version>
-  
-  <modules>
-    <module>dm-pom</module>
-    <module>project</module>
-  </modules>
-  
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.apache.maven.its.mng3220.2</groupId>
-        <artifactId>dm-pom</artifactId>
-        <version>1</version>
-        <type>pom</type>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/depMgmt-pom-module-notImported/project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/depMgmt-pom-module-notImported/project/pom.xml
deleted file mode 100644
index e150e35..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/depMgmt-pom-module-notImported/project/pom.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<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>
-  <parent>
-    <groupId>org.apache.maven.its.mng3220.2</groupId>
-    <version>1</version>
-    <artifactId>parent</artifactId>
-  </parent>
-  
-  <artifactId>project</artifactId>
-  <packaging>jar</packaging>
-  
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/depMgmt-pom-module-notImported/project/src/main/java/test/App.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/depMgmt-pom-module-notImported/project/src/main/java/test/App.java
deleted file mode 100644
index b8e9695..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/depMgmt-pom-module-notImported/project/src/main/java/test/App.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package test;
-
-/**
- * Hello world!
- *
- */
-public class App 
-{
-    public static void main( String[] args )
-    {
-        System.out.println( "Hello World!" );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/depMgmt-pom-module-notImported/project/src/test/java/test/AppTest.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/depMgmt-pom-module-notImported/project/src/test/java/test/AppTest.java
deleted file mode 100644
index e6046e5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/depMgmt-pom-module-notImported/project/src/test/java/test/AppTest.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package test;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
-{
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/imported-pom-depMgmt/dm-pom/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/imported-pom-depMgmt/dm-pom/pom.xml
deleted file mode 100644
index eb6ce83..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/imported-pom-depMgmt/dm-pom/pom.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng3220.1</groupId>
-  <artifactId>dm-pom</artifactId>
-  <packaging>pom</packaging>
-  <version>1</version>
-  
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>3.8.1</version>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/imported-pom-depMgmt/project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/imported-pom-depMgmt/project/pom.xml
deleted file mode 100644
index f7f3ce1..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/imported-pom-depMgmt/project/pom.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng3220.1</groupId>
-  <artifactId>project</artifactId>
-  <packaging>jar</packaging>
-  <version>1</version>
-  
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.apache.maven.its.mng3220.1</groupId>
-        <artifactId>dm-pom</artifactId>
-        <version>1</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/imported-pom-depMgmt/project/src/main/java/test/App.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/imported-pom-depMgmt/project/src/main/java/test/App.java
deleted file mode 100644
index b8e9695..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/imported-pom-depMgmt/project/src/main/java/test/App.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package test;
-
-/**
- * Hello world!
- *
- */
-public class App 
-{
-    public static void main( String[] args )
-    {
-        System.out.println( "Hello World!" );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/imported-pom-depMgmt/project/src/test/java/test/AppTest.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/imported-pom-depMgmt/project/src/test/java/test/AppTest.java
deleted file mode 100644
index e6046e5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/imported-pom-depMgmt/project/src/test/java/test/AppTest.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package test;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
-{
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/readme.txt b/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/readme.txt
deleted file mode 100644
index a4e4ea0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3220-importedDepMgmt/readme.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-These tests are designed to test the import scope when used in the dependencyManagement section.
-
-The first, imported-pom-depMgmt, tests whether a dependency in a project's dependencyManagement section of type == pom and scope == import will have its own dependencyManagement section merged with the main project's. If this works, the junit dependency in the project's main dependencies section will have a version provided for it, and the build will succeed. This requires the dm-pom project to be installed first, since there is no other link between the projects than the dependencyManagement specification from project -> dm-pom. To execute:
-
-1. cd dm-pom
-2. mvn install
-3. cd project
-4. mvn package
-
-The second, depMgmt-pom-module-notImported, ensures that POM references in dependencyManagement sections that don't specify scope == import will not have their own dependencyManagement sections merged with those of the referencing POM. The dm-pom POM provides a version for junit in its dependencyManagement section, and the project POM specifies a junit dependency without a version. The top-level POM specifies a reference to the dm-pom POM in its dependencyManagement section, and module entries for both dm-pom and project POMs. When the build is started at the top level, it will fail with an invalid dependency specification in the project POM (the junit version is missing, since the dm-pom's junit specification is not merged). 
-
-NOTE: The dependencyManagement reference to dm-pom in the top-level POM does NOT use scope == import. The scope of dm-pom here is a critical feature of this test.
-
-To execute:
-
-1. mvn install
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/plugin/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/plugin/pom.xml
deleted file mode 100644
index 755782a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/plugin/pom.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you 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.
--->
-<project 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"
-  xmlns="http://maven.apache.org/POM/4.0.0">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>tests</groupId>
-  <artifactId>maven-forking-test-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <version>1</version>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0.4</version>
-    </dependency>
-  </dependencies>
-</project>
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/plugin/src/main/java/tests/Test2Mojo.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/plugin/src/main/java/tests/Test2Mojo.java
deleted file mode 100644
index 447e4ba..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/plugin/src/main/java/tests/Test2Mojo.java
+++ /dev/null
@@ -1,34 +0,0 @@
-package tests;
-
-import org.apache.maven.plugin.Mojo;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.plugin.MojoFailureException;
-import org.apache.maven.plugin.logging.Log;
-
-/**
- * @goal test2
- * @execute phase="compile"
- */
-public class Test2Mojo
-    implements Mojo
-{
-
-    private Log log;
-
-    public void execute()
-        throws MojoExecutionException, MojoFailureException
-    {
-        System.out.println( "\n\n\nHI!\n\n" );
-    }
-
-    public Log getLog()
-    {
-        return log;
-    }
-
-    public void setLog( Log log )
-    {
-        this.log = log;
-    }
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/plugin/src/main/java/tests/TestMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/plugin/src/main/java/tests/TestMojo.java
deleted file mode 100644
index eb14a9c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/plugin/src/main/java/tests/TestMojo.java
+++ /dev/null
@@ -1,34 +0,0 @@
-package tests;
-
-import org.apache.maven.plugin.Mojo;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.plugin.MojoFailureException;
-import org.apache.maven.plugin.logging.Log;
-
-/**
- * @goal test
- * @execute phase="compile"
- */
-public class TestMojo
-    implements Mojo
-{
-
-    private Log log;
-
-    public void execute()
-        throws MojoExecutionException, MojoFailureException
-    {
-        System.out.println( "\n\n\nHI!\n\n" );
-    }
-
-    public Log getLog()
-    {
-        return log;
-    }
-
-    public void setLog( Log log )
-    {
-        this.log = log;
-    }
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/report/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/report/pom.xml
deleted file mode 100644
index c32197c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/report/pom.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you 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.
--->
-<project 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"
-  xmlns="http://maven.apache.org/POM/4.0.0">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>tests</groupId>
-  <artifactId>maven-forking-report-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <version>1</version>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0.4</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.reporting</groupId>
-      <artifactId>maven-reporting-api</artifactId>
-      <version>2.0.4</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.reporting</groupId>
-      <artifactId>maven-reporting-impl</artifactId>
-      <version>2.0.4.1</version>
-    </dependency>
-  </dependencies>
-</project>
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/report/src/main/java/tests/ForkingReport.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/report/src/main/java/tests/ForkingReport.java
deleted file mode 100644
index e96db95..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/report/src/main/java/tests/ForkingReport.java
+++ /dev/null
@@ -1,69 +0,0 @@
-package tests;
-
-import org.apache.maven.doxia.siterenderer.DefaultSiteRenderer;
-import org.apache.maven.doxia.siterenderer.Renderer;
-import org.apache.maven.project.MavenProject;
-import org.apache.maven.reporting.AbstractMavenReport;
-import org.apache.maven.reporting.MavenReportException;
-
-import java.io.File;
-import java.util.Locale;
-
-/**
- * @goal report
- * @execute phase="site"
- */
-public class ForkingReport
-    extends AbstractMavenReport
-{
-
-    /**
-     * @parameter default-value="${project}"
-     * @required
-     * @readonly
-     */
-    private MavenProject project;
-
-    /**
-     * @parameter default-value="${project.build.directory}"
-     * @required
-     */
-    private File outputDirectory;
-
-    protected void executeReport( Locale locale )
-        throws MavenReportException
-    {
-        System.out.println( "\n\n\nHI!\n\n" );
-    }
-
-    protected String getOutputDirectory()
-    {
-        return outputDirectory.getAbsolutePath();
-    }
-
-    protected MavenProject getProject()
-    {
-        return project;
-    }
-
-    protected Renderer getSiteRenderer()
-    {
-        return new DefaultSiteRenderer();
-    }
-
-    public String getDescription( Locale locale )
-    {
-        return "test";
-    }
-
-    public String getName( Locale locale )
-    {
-        return "test";
-    }
-
-    public String getOutputName()
-    {
-        return "test";
-    }
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/user/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/user/pom.xml
deleted file mode 100644
index 5fc268f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/user/pom.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you 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.
--->
-<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>
-  <groupId>tests</groupId>
-  <artifactId>mng-3221-with-forking-report</artifactId>
-  <packaging>jar</packaging>
-  <version>1</version>
-
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  
-  <profiles>
-    <profile>
-      <id>site</id>
-      
-      <reporting>
-        <plugins>
-          <plugin>
-            <groupId>tests</groupId>
-            <artifactId>maven-forking-report-plugin</artifactId>
-            <version>1</version>
-          </plugin>
-        </plugins>
-      </reporting>
-    </profile>
-    
-    <profile>
-      <id>plugin</id>
-      
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>tests</groupId>
-            <artifactId>maven-forking-test-plugin</artifactId>
-            <version>1</version>
-            <executions>
-              <execution>
-                <id>test</id>
-                <phase>validate</phase>
-                <goals>
-                  <goal>test</goal>
-                  <goal>test2</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-  
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/user/src/main/java/tests/App.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/user/src/main/java/tests/App.java
deleted file mode 100644
index 53e46ad..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/user/src/main/java/tests/App.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package tests;
-
-/**
- * Hello world!
- *
- */
-public class App 
-{
-    public static void main( String[] args )
-    {
-        System.out.println( "Hello World!" );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/user/src/test/java/tests/AppTest.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/user/src/test/java/tests/AppTest.java
deleted file mode 100644
index c378ad2..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3221/user/src/test/java/tests/AppTest.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package tests;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
-{
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module1/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module1/pom.xml
deleted file mode 100755
index cf765d0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module1/pom.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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">
-
-	<parent>
-	    <groupId>org.codehaus.jira.mng.XXX</groupId>
-    	<artifactId>parent</artifactId>
-	    <version>SNAPSHOT</version>
-	</parent>	
-	
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.codehaus.jira.mng.XXX</groupId>
-    <artifactId>mng-module1-XXX</artifactId>
-    <version>1.0-SNAPSHOT</version>
-    <packaging>jar</packaging>
-    <name>Module-1 XXX</name>
-    <description><![CDATA[Module 1 of issue XXX.]]></description>
-
-    <dependencies>
-        <dependency>
-            <groupId>com.thoughtworks.xstream</groupId>
-            <artifactId>xstream</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>jmock</groupId>
-            <artifactId>jmock</artifactId>
-			<scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-			<scope>compile</scope>
-        </dependency>
-    </dependencies>
-    
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module1/src/main/java/mng/XStreamTestCase.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module1/src/main/java/mng/XStreamTestCase.java
deleted file mode 100755
index fc76d6c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module1/src/main/java/mng/XStreamTestCase.java
+++ /dev/null
@@ -1,23 +0,0 @@
-package mng;
-
-import junit.framework.TestCase;
-import com.thoughtworks.xstream.XStream;
-import org.jmock.MockObjectTestCase;
-
-public abstract class XStreamTestCase extends MockObjectTestCase
-{
-	private XStream xstream; 
-
-	public void setUp()
-	{
-		xstream = new XStream();
-	}
-
-	public void testToXml() {
-		String xml = xstream.toXML(getObject());
-		assertEquals(getXML(), xml);
-	}
-
-	protected abstract Object getObject();
-	protected abstract String getXML();
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module2/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module2/pom.xml
deleted file mode 100755
index 311f84a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module2/pom.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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">
-
-	<parent>
-	    <groupId>org.codehaus.jira.mng.XXX</groupId>
-    	<artifactId>parent</artifactId>
-	    <version>SNAPSHOT</version>
-	</parent>	
-	
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.codehaus.jira.mng.XXX</groupId>
-    <artifactId>mng-module2-XXX</artifactId>
-    <version>1.0-SNAPSHOT</version>
-    <packaging>jar</packaging>
-    <name>Module-2 XXX</name>
-    <description><![CDATA[Module 2 of issue XXX.]]></description>
-
-    <dependencies>
-        <dependency>
-            <groupId>com.thoughtworks.xstream</groupId>
-            <artifactId>xstream</artifactId>
-        </dependency>
-		<!-- for test -->
-        <dependency>
-   	        <groupId>org.codehaus.jira.mng.XXX</groupId>
-       	    <artifactId>mng-module1-XXX</artifactId>
-        </dependency>
-    </dependencies>
-    
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module2/src/main/java/mng/Module2.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module2/src/main/java/mng/Module2.java
deleted file mode 100755
index 32d660a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module2/src/main/java/mng/Module2.java
+++ /dev/null
@@ -1,8 +0,0 @@
-package mng;
-
-import com.thoughtworks.xstream.XStream;
-
-public class Module2
-{
-	XStream xstream; 
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module3/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module3/pom.xml
deleted file mode 100755
index d9b378a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module3/pom.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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">
-
-	<parent>
-	    <groupId>org.codehaus.jira.mng.XXX</groupId>
-    	<artifactId>parent</artifactId>
-	    <version>SNAPSHOT</version>
-	</parent>	
-	
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.codehaus.jira.mng.XXX</groupId>
-    <artifactId>mng-module3-XXX</artifactId>
-    <version>1.0-SNAPSHOT</version>
-    <packaging>jar</packaging>
-    <name>Module-3 XXX</name>
-    <description><![CDATA[Module 3 of issue XXX.]]></description>
-
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-jar-plugin</artifactId>
-				<executions>
-					<execution>
-						<goals>
-							<goal>test-jar</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
-
-    <dependencies>
-        <dependency>
-   	        <groupId>org.codehaus.jira.mng.XXX</groupId>
-       	    <artifactId>mng-module2-XXX</artifactId>
-        </dependency>
-		<!-- for test -->
-        <dependency>
-   	        <groupId>org.codehaus.jira.mng.XXX</groupId>
-       	    <artifactId>mng-module1-XXX</artifactId>
-        </dependency>
-    </dependencies>
-    
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module3/src/main/java/mng/Module3.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module3/src/main/java/mng/Module3.java
deleted file mode 100755
index e06fc87..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module3/src/main/java/mng/Module3.java
+++ /dev/null
@@ -1,6 +0,0 @@
-package mng;
-
-public class Module3 extends Module2
-{
-	public static String MODULE = "3";
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module3/src/test/java/mng/Module3TestUtil.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module3/src/test/java/mng/Module3TestUtil.java
deleted file mode 100755
index b3b5890..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module3/src/test/java/mng/Module3TestUtil.java
+++ /dev/null
@@ -1,14 +0,0 @@
-package mng;
-
-import java.util.Calendar;
-import com.thoughtworks.xstream.XStream;
-import com.thoughtworks.xstream.io.xml.DomDriver;
-
-public class Module3TestUtil
-{
-	public static String getCalendarAsXML(Calendar cal)
-	{
-		XStream xstream = new XStream(new DomDriver());
-		return xstream.toXML(cal);
-	}
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module4/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module4/pom.xml
deleted file mode 100755
index 1504381..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module4/pom.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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">
-
-	<parent>
-	    <groupId>org.codehaus.jira.mng.XXX</groupId>
-    	<artifactId>parent</artifactId>
-	    <version>SNAPSHOT</version>
-	</parent>	
-	
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.codehaus.jira.mng.XXX</groupId>
-    <artifactId>mng-module4-XXX</artifactId>
-    <packaging>ejb</packaging>
-    <version>1.0-SNAPSHOT</version>
-    <name>Module-4 XXX</name>
-    <description><![CDATA[Module 4 of issue XXX.]]></description>
-
-	<build>
-		<plugins>
-			<plugin>
-				<artifactId>maven-ejb-plugin</artifactId>
-				<configuration>
-					<generateClient>true</generateClient>
-					<clientExcludes>
-						<clientExclude>**/*Bean.class</clientExclude>
-					</clientExcludes>
-					<archive>
-						<addMavenDescriptor>false</addMavenDescriptor>
-						<manifest>
-							<addClasspath>true</addClasspath>
-							<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-							<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-						</manifest>
-					</archive>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
-
-    <dependencies>
-        <dependency>
-   	        <groupId>org.codehaus.jira.mng.XXX</groupId>
-       	    <artifactId>mng-module3-XXX</artifactId>
-        </dependency>
-		<dependency>
-			<groupId>jboss</groupId>
-			<artifactId>jboss-j2ee</artifactId>
-		</dependency>
-		<!-- for test -->
-        <dependency>
-   	        <groupId>org.codehaus.jira.mng.XXX</groupId>
-       	    <artifactId>mng-module1-XXX</artifactId>
-        </dependency>
-    </dependencies>
-    
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module4/src/main/java/mng/Module4.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module4/src/main/java/mng/Module4.java
deleted file mode 100755
index 5d8347f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module4/src/main/java/mng/Module4.java
+++ /dev/null
@@ -1,15 +0,0 @@
-package mng;
-
-import java.rmi.RemoteException;
-import javax.ejb.CreateException;
-import javax.ejb.EJBObject;
-
-
-/**
- * An EJB for Module4
- */
-public interface Module4 extends EJBObject
-{
-	public boolean doIt() throws RemoteException;
-}
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module4/src/main/java/mng/Module4Bean.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module4/src/main/java/mng/Module4Bean.java
deleted file mode 100755
index 40c5de6..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module4/src/main/java/mng/Module4Bean.java
+++ /dev/null
@@ -1,36 +0,0 @@
-package mng;
-
-import javax.ejb.CreateException;
-import javax.ejb.SessionBean;
-import javax.ejb.SessionContext;
-
-/**
- * An EJB for Module4
- */
-public class Module4Bean implements SessionBean
-{
-	public void ejbCreate() throws CreateException
-	{
-	}
-
-	public void ejbRemove()
-	{
-	}
-
-	public void ejbActivate()
-	{
-	}
-
-	public void ejbPassivate()
-	{
-	}
-
-	public void setSessionContext(SessionContext sessionContext)
-	{
-	}
-
-	public boolean doIt()
-	{
-		return true;
-	}
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module4/src/main/java/mng/Module4Home.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module4/src/main/java/mng/Module4Home.java
deleted file mode 100755
index d3527b2..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module4/src/main/java/mng/Module4Home.java
+++ /dev/null
@@ -1,15 +0,0 @@
-package mng;
-
-/**
- * Home interface for Module4.
- */
-public interface Module4Home
-   extends javax.ejb.EJBHome
-{
-   public static final String COMP_NAME="java:comp/env/ejb/Module4";
-   public static final String JNDI_NAME="mng/Module4";
-
-   public Module4 create()
-      throws javax.ejb.CreateException,java.rmi.RemoteException;
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module4/src/main/resources/META-INF/ejb-jar.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module4/src/main/resources/META-INF/ejb-jar.xml
deleted file mode 100755
index 315e0ff..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module4/src/main/resources/META-INF/ejb-jar.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
-<ejb-jar>
-  <display-name>MNG XXX Module4</display-name>
-  <enterprise-beans>
-    <session >
-      <description><![CDATA[An EJB in Module4.]]></description>
-      <display-name>Module4</display-name>
-      <ejb-name>Module4</ejb-name>
-      <home>mng.Module4Home</home>
-      <remote>mng.Module4</remote>
-      <ejb-class>mng.Module4Bean</ejb-class>
-      <session-type>Stateless</session-type>
-      <transaction-type>Container</transaction-type>
-    </session>
-  </enterprise-beans>
-  <assembly-descriptor>
-    <container-transaction >
-      <method >
-        <ejb-name>Module4</ejb-name>
-        <method-name>*</method-name>
-      </method>
-      <trans-attribute>Required</trans-attribute>
-    </container-transaction>
-  </assembly-descriptor>
-</ejb-jar>
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module5/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module5/pom.xml
deleted file mode 100755
index 65ad467..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module5/pom.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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">
-
-	<parent>
-	    <groupId>org.codehaus.jira.mng.XXX</groupId>
-    	<artifactId>parent</artifactId>
-	    <version>SNAPSHOT</version>
-	</parent>	
-	
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.codehaus.jira.mng.XXX</groupId>
-    <artifactId>mng-module5-XXX</artifactId>
-    <packaging>jar</packaging>
-    <name>Module-5 XXX</name>
-    <version>1.0-SNAPSHOT</version>
-    <description><![CDATA[Module 5 of issue XXX.]]></description>
-
-    <dependencies>
-   		<dependency>
-			<groupId>jboss</groupId>
-			<artifactId>jboss-j2ee</artifactId>
-		</dependency>
-     	<dependency>
-   	        <groupId>org.codehaus.jira.mng.XXX</groupId>
-       	    <artifactId>mng-module3-XXX</artifactId>
-			<exclusions>
-				<exclusion>
-		            <groupId>com.thoughtworks.xstream</groupId>
-           			<artifactId>xstream</artifactId>
-				</exclusion>
-			</exclusions>
-        </dependency>
-     	<dependency>
-   	        <groupId>org.codehaus.jira.mng.XXX</groupId>
-       	    <artifactId>mng-module4-XXX</artifactId>
-			<type>ejb-client</type>
-			<exclusions>
-				<exclusion>
-		            <groupId>com.thoughtworks.xstream</groupId>
-           			<artifactId>xstream</artifactId>
-				</exclusion>
-			</exclusions>
-        </dependency>
-		<!-- for test -->
-        <dependency>
-   	        <groupId>org.codehaus.jira.mng.XXX</groupId>
-       	    <artifactId>mng-module1-XXX</artifactId>
-        </dependency>
-        <dependency>
-   	        <groupId>org.codehaus.jira.mng.XXX</groupId>
-       	    <artifactId>mng-module3-XXX</artifactId>
-			<type>test-jar</type>
-        </dependency>
-    </dependencies>
-    
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module5/src/main/java/mng/Module5.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module5/src/main/java/mng/Module5.java
deleted file mode 100755
index b7bd62c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module5/src/main/java/mng/Module5.java
+++ /dev/null
@@ -1,6 +0,0 @@
-package mng;
-
-public class Module5
-{
-	private Module4 m4;
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module5/src/test/java/mng/Module5Test.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module5/src/test/java/mng/Module5Test.java
deleted file mode 100755
index e120dfa..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/module5/src/test/java/mng/Module5Test.java
+++ /dev/null
@@ -1,20 +0,0 @@
-package mng;
-
-import java.util.Calendar;
-
-public class Module5Test extends XStreamTestCase
-{
-	private Calendar cal = Calendar.getInstance();
-
-	protected Object getObject() {
-		return cal;
-	}
-
-	protected String getXML() {
-		return Module3TestUtil.getCalendarAsXML(cal);
-	}
-
-	public void testJMockAvailable() {
-		assertNotNull(mock(Module4.class));
-	}
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/parent/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/parent/pom.xml
deleted file mode 100755
index 2ad6c39..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/parent/pom.xml
+++ /dev/null
@@ -1,101 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-    <groupId>org.codehaus.jira.mng.XXX</groupId>
-    <artifactId>parent</artifactId>
-    <packaging>pom</packaging>
-    <name>Parent POM for issue</name>
-    <version>SNAPSHOT</version>
-    <inceptionYear>2007</inceptionYear>
-
-	<build>
-		<pluginManagement>
-			<plugins>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-surefire-plugin</artifactId>
-					<version>2.3</version>
-					<configuration>
-						<forkMode>once</forkMode>
-						<workingDirectory>${basedir}</workingDirectory>
-						<childDelegation>false</childDelegation>
-						<useFile>false</useFile>
-					</configuration>
-				</plugin>
-			</plugins>
-		</pluginManagement>
-	</build>
-
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-			    <groupId>org.codehaus.jira.mng.XXX</groupId>
-			    <artifactId>mng-module1-XXX</artifactId>
-                <version>1.0-SNAPSHOT</version>
-				<scope>test</scope>
-            </dependency>
-            <dependency>
-			    <groupId>org.codehaus.jira.mng.XXX</groupId>
-			    <artifactId>mng-module2-XXX</artifactId>
-                <version>1.0-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-			    <groupId>org.codehaus.jira.mng.XXX</groupId>
-			    <artifactId>mng-module3-XXX</artifactId>
-                <version>1.0-SNAPSHOT</version>
-            </dependency>
-			<dependency>
-			    <groupId>org.codehaus.jira.mng.XXX</groupId>
-			    <artifactId>mng-module3-XXX</artifactId>
-				<type>test-jar</type>
-				<scope>test</scope>
-                <version>1.0-SNAPSHOT</version>
-			</dependency>
-            <dependency>
-			    <groupId>org.codehaus.jira.mng.XXX</groupId>
-			    <artifactId>mng-module4-XXX</artifactId>
-                <version>1.0-SNAPSHOT</version>
-				<type>ejb</type>
-            </dependency>
-            <dependency>
-			    <groupId>org.codehaus.jira.mng.XXX</groupId>
-			    <artifactId>mng-module4-XXX</artifactId>
-                <version>1.0-SNAPSHOT</version>
-				<type>ejb-client</type>
-            </dependency>
-
-			<dependency>
-				<groupId>jboss</groupId>
-				<artifactId>jboss-j2ee</artifactId>
-				<version>3.2.3</version>
-				<scope>provided</scope>
-			</dependency>
-            <dependency>
-	            <groupId>xpp3</groupId>
-                <artifactId>xpp3_min</artifactId>
-                <version>1.1.3.4.O</version>
-            </dependency>
-            <dependency>
-	            <groupId>com.thoughtworks.xstream</groupId>
-                <artifactId>xstream</artifactId>
-                <version>1.2.2</version>
-            </dependency>
-            <dependency>
-	            <groupId>jmock</groupId>
-                <artifactId>jmock</artifactId>
-                <version>1.2.0</version>
-				<scope>test</scope>
-            </dependency>
-	        <dependency>
-    	        <groupId>junit</groupId>
-        	    <artifactId>junit</artifactId>
-				<version>3.8.2</version>
-				<scope>test</scope>
-    	    </dependency>
-    	</dependencies>
-    </dependencyManagement>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/pom.xml
deleted file mode 100755
index 5db0ad6..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/pom.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-    <groupId>org.codehaus.jira.mng</groupId>
-    <artifactId>builder</artifactId>
-    <packaging>pom</packaging>
-    <name>Builder POM for issue XXX</name>
-    <version>SNAPSHOT</version>
-    <inceptionYear>2007</inceptionYear>
-    
-    <modules>
-        <module>module1</module>
-        <module>module2</module>
-        <module>module3</module>
-        <module>module4</module>
-        <module>module5</module>
-    </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/settings.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/settings.xml
deleted file mode 100644
index 75c148f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3259-depsDroppedInMultiModuleBuild/settings.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-<settings>
-  <localRepository>/Users/jdcasey/downloads/MNG-3259/local-repository</localRepository>
-</settings>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3268-MultipleDashPCommandLine/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3268-MultipleDashPCommandLine/pom.xml
deleted file mode 100644
index 6eab512..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3268-MultipleDashPCommandLine/pom.xml
+++ /dev/null
@@ -1,120 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng3268</groupId>
-  <artifactId>test-artifact</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.its.plugins</groupId>
-          <artifactId>maven-it-plugin-touch</artifactId>
-          <version>2.1-SNAPSHOT</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-  <profiles>
-    <profile>
-      <id>profile1</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.its.plugins</groupId>
-            <artifactId>maven-it-plugin-touch</artifactId>
-            <executions>
-              <execution>
-                <id>profile1-touch</id>
-                <goals>
-                  <goal>touch</goal>
-                </goals>
-                <configuration>
-                  <outputDirectory>${project.build.directory}/profile1</outputDirectory>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
-      <id>profile2</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.its.plugins</groupId>
-            <artifactId>maven-it-plugin-touch</artifactId>
-            <executions>
-              <execution>
-                <id>profile2-touch</id>
-                <goals>
-                  <goal>touch</goal>
-                </goals>
-                <configuration>
-                  <outputDirectory>${project.build.directory}/profile2</outputDirectory>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
-      <id>profile3</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.its.plugins</groupId>
-            <artifactId>maven-it-plugin-touch</artifactId>
-            <executions>
-              <execution>
-                <id>profile3-touch</id>
-                <goals>
-                  <goal>touch</goal>
-                </goals>
-                <configuration>
-                  <outputDirectory>${project.build.directory}/profile3</outputDirectory>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
-      <id>profile4</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.its.plugins</groupId>
-            <artifactId>maven-it-plugin-touch</artifactId>
-            <executions>
-              <execution>
-                <id>profile4-touch</id>
-                <goals>
-                  <goal>touch</goal>
-                </goals>
-                <configuration>
-                  <outputDirectory>${project.build.directory}/profile4</outputDirectory>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-  <!--remove when the IT plugins are actually release-->
-    <pluginRepositories>
-        <pluginRepository>
-            <id>apache.snapshots</id>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </pluginRepository>
-    </pluginRepositories>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3331-modulePathNormalization/with-relative-parentDir-ref/mng3331-child/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3331-modulePathNormalization/with-relative-parentDir-ref/mng3331-child/pom.xml
deleted file mode 100644
index c1a54f9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3331-modulePathNormalization/with-relative-parentDir-ref/mng3331-child/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <parent>
-    <artifactId>parent</artifactId>
-    <groupId>org.apache.maven.its.mng3331</groupId>
-    <version>1</version>
-    <relativePath>../parent/pom.xml</relativePath>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.mng3331</groupId>
-  <artifactId>mng3331-child</artifactId>
-  <name>mng3331-child</name>
-  <version>1</version>
-  <packaging>pom</packaging>
-</project>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3331-modulePathNormalization/with-relative-parentDir-ref/parent/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3331-modulePathNormalization/with-relative-parentDir-ref/parent/pom.xml
deleted file mode 100644
index e607104..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3331-modulePathNormalization/with-relative-parentDir-ref/parent/pom.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-  <groupId>org.apache.maven.its.mng3331</groupId>
-  <artifactId>parent</artifactId>
-  <packaging>pom</packaging>
-  <version>1</version>
-  <name>MNG-3331 Parent</name>
-  
-  <modules>
-    <module>../mng3331-child</module>
-  </modules>
-</project>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3331-modulePathNormalization/with-relative-parentDir-ref/readme.txt b/core-integration-testing/core-integration-tests/src/test/resources/mng-3331-modulePathNormalization/with-relative-parentDir-ref/readme.txt
deleted file mode 100644
index a0e6dcf..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3331-modulePathNormalization/with-relative-parentDir-ref/readme.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-This is a sample IT based on a real one. This test first installs a jar containing some checkstyle rules. The second invocation uses that jar as an extension
-so that checkstyle finds the resources. If Maven behaves properly, the build succeeds, if not, the build fails. This is the simplest way to structure an IT when
-possible as it's cut and dry and is very easy to check with the verifier.
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3331-modulePathNormalization/with-spaces/mng3331 child/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3331-modulePathNormalization/with-spaces/mng3331 child/pom.xml
deleted file mode 100644
index 2a74f4c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3331-modulePathNormalization/with-spaces/mng3331 child/pom.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <parent>
-    <artifactId>parent</artifactId>
-    <groupId>org.apache.maven.its.mng3331</groupId>
-    <version>1</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.mng3331</groupId>
-  <artifactId>mng3331-child</artifactId>
-  <name>mng3331-child</name>
-  <version>1</version>
-  <packaging>pom</packaging>
-</project>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3331-modulePathNormalization/with-spaces/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3331-modulePathNormalization/with-spaces/pom.xml
deleted file mode 100644
index 7b7bbc5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3331-modulePathNormalization/with-spaces/pom.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-  <groupId>org.apache.maven.its.mng3331</groupId>
-  <artifactId>parent</artifactId>
-  <packaging>pom</packaging>
-  <version>1</version>
-  <name>MNG-3331 Parent</name>
-  
-  <modules>
-    <module>mng3331 child</module>
-  </modules>
-</project>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3331-modulePathNormalization/with-spaces/readme.txt b/core-integration-testing/core-integration-tests/src/test/resources/mng-3331-modulePathNormalization/with-spaces/readme.txt
deleted file mode 100644
index a0e6dcf..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3331-modulePathNormalization/with-spaces/readme.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-This is a sample IT based on a real one. This test first installs a jar containing some checkstyle rules. The second invocation uses that jar as an extension
-so that checkstyle finds the resources. If Maven behaves properly, the build succeeds, if not, the build fails. This is the simplest way to structure an IT when
-possible as it's cut and dry and is very easy to check with the verifier.
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/maven-metadata.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/maven-metadata.xml
deleted file mode 100644
index 259dd99..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/maven-metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
-  <plugins>
-    <plugin>
-      <name>Other Name</name>
-      <prefix>other-plugin</prefix>
-      <artifactId>other-plugin</artifactId>
-    </plugin>
-  </plugins>
-</metadata>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/maven-metadata.xml.md5 b/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/maven-metadata.xml.md5
deleted file mode 100644
index db0596f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/maven-metadata.xml.md5
+++ /dev/null
@@ -1 +0,0 @@
-MD5(deployment-repository/org/apache/maven/its/mng3341/maven-metadata.xml)= 586c797fc688cda90b7c83f5db2e7f58
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/maven-metadata.xml.sha1 b/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/maven-metadata.xml.sha1
deleted file mode 100644
index 6616f1e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/maven-metadata.xml.sha1
+++ /dev/null
@@ -1 +0,0 @@
-SHA1(deployment-repository/org/apache/maven/its/mng3341/maven-metadata.xml)= da64f175aae7ebe2af3825759ed1180cb4377e46
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/maven-metadata.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/maven-metadata.xml
deleted file mode 100644
index 5aa2279..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/maven-metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
-  <groupId>org.apache.maven.its.mng3341</groupId>
-  <artifactId>test-artifact</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <versioning>
-    <snapshot>
-      <timestamp>20080306.011328</timestamp>
-      <buildNumber>1</buildNumber>
-    </snapshot>
-    <lastUpdated>20080306011328</lastUpdated>
-  </versioning>
-</metadata>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/maven-metadata.xml.md5 b/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/maven-metadata.xml.md5
deleted file mode 100644
index 449a6f9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/maven-metadata.xml.md5
+++ /dev/null
@@ -1 +0,0 @@
-bd84706adff32afe0dc514690a5f4dee
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/maven-metadata.xml.sha1 b/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/maven-metadata.xml.sha1
deleted file mode 100644
index e131114..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/maven-metadata.xml.sha1
+++ /dev/null
@@ -1 +0,0 @@
-09c907c4e7266445ae8f7b4de41f0d63be279bae
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/test-artifact-1.0-20080306.011328-1.jar b/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/test-artifact-1.0-20080306.011328-1.jar
deleted file mode 100644
index c5e35a2..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/test-artifact-1.0-20080306.011328-1.jar
+++ /dev/null
Binary files differ
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/test-artifact-1.0-20080306.011328-1.jar.md5 b/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/test-artifact-1.0-20080306.011328-1.jar.md5
deleted file mode 100644
index 84bbfe6..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/test-artifact-1.0-20080306.011328-1.jar.md5
+++ /dev/null
@@ -1 +0,0 @@
-5f2a78857c79cb3968c81bc843d2d077
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/test-artifact-1.0-20080306.011328-1.jar.sha1 b/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/test-artifact-1.0-20080306.011328-1.jar.sha1
deleted file mode 100644
index 94499f5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/test-artifact-1.0-20080306.011328-1.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-e67f1f0fd02050c00412f15a59458dae9cb2738b
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/test-artifact-1.0-20080306.011328-1.pom b/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/test-artifact-1.0-20080306.011328-1.pom
deleted file mode 100644
index 0394eb4..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/test-artifact-1.0-20080306.011328-1.pom
+++ /dev/null
@@ -1,22 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng3341</groupId>
-  <artifactId>test-artifact</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <packaging>maven-plugin</packaging>
-
-  <distributionManagement>
-    <snapshotRepository>
-      <id>test.deployment.repository</id>
-      <url>file://localhost/${basedir}/deployment-repository</url>
-    </snapshotRepository>
-  </distributionManagement>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/test-artifact-1.0-20080306.011328-1.pom.md5 b/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/test-artifact-1.0-20080306.011328-1.pom.md5
deleted file mode 100644
index 07f9fbb..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/test-artifact-1.0-20080306.011328-1.pom.md5
+++ /dev/null
@@ -1 +0,0 @@
-b310f62748ef32e3a69b065a4bc37010
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/test-artifact-1.0-20080306.011328-1.pom.sha1 b/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/test-artifact-1.0-20080306.011328-1.pom.sha1
deleted file mode 100644
index 200c834..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/1.0-SNAPSHOT/test-artifact-1.0-20080306.011328-1.pom.sha1
+++ /dev/null
@@ -1 +0,0 @@
-5748c09c1819f7b4f32299a102d73bfebf31a612
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/maven-metadata.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/maven-metadata.xml
deleted file mode 100644
index 001366b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/maven-metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
-  <groupId>org.apache.maven.its.mng3341</groupId>
-  <artifactId>test-artifact</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <versioning>
-    <latest>1.0-SNAPSHOT</latest>
-    <versions>
-      <version>1.0-SNAPSHOT</version>
-    </versions>
-    <lastUpdated>20080306011328</lastUpdated>
-  </versioning>
-</metadata>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/maven-metadata.xml.md5 b/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/maven-metadata.xml.md5
deleted file mode 100644
index 8931f7a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/maven-metadata.xml.md5
+++ /dev/null
@@ -1 +0,0 @@
-2a500b9c36cbdf66ebbea74ed0fd8f0d
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/maven-metadata.xml.sha1 b/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/maven-metadata.xml.sha1
deleted file mode 100644
index f9df8b9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/deployment-repository/org/apache/maven/its/mng3341/test-artifact/maven-metadata.xml.sha1
+++ /dev/null
@@ -1 +0,0 @@
-673f7176ce39bec9b6294db3fed83451036a3c48
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/pom.xml
deleted file mode 100644
index 49059e7..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/pom.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng3341</groupId>
-  <artifactId>test-artifact</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <packaging>maven-plugin</packaging>
-
-  <distributionManagement>
-    <snapshotRepository>
-      <id>test.deployment.repository</id>
-      <url>file://localhost/${basedir}/target-repository</url>
-    </snapshotRepository>
-  </distributionManagement>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/settings.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/settings.xml
deleted file mode 100644
index 34d639d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/settings.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<settings>
-  <mirrors>
-    <mirror>
-      <id>test.deployment.repository.mirror</id>
-      <mirrorOf>test.deployment.repository</mirrorOf>
-      <url>INVALID</url>
-    </mirror>
-  </mirrors>
-</settings>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/src/main/java/MyMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/src/main/java/MyMojo.java
deleted file mode 100644
index 01862ee..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3341-metadataUpdatedFromDeploymentRepository/src/main/java/MyMojo.java
+++ /dev/null
@@ -1,9 +0,0 @@
-import org.apache.maven.plugin.AbstractMojo;
-
-/** @goal mojo */
-public class MyMojo extends AbstractMojo
-{
-    public void execute()
-    {
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3355/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3355/pom.xml
deleted file mode 100644
index f997525..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3355/pom.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng2339</groupId>
-  <artifactId>translated-path-property-expression-interpolation</artifactId>
-  <version>1</version>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.its.plugins</groupId>
-        <artifactId>maven-it-plugin-project-interpolation</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>check-property</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-  <properties>
-    <myDirectory>${project.build.directory}/foo</myDirectory>
-  </properties>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3355/readme.txt b/core-integration-testing/core-integration-tests/src/test/resources/mng-3355/readme.txt
deleted file mode 100644
index 44a3548..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3355/readme.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-Verifies that references to ${project.build.directory} are interpolated with absolute path values, even when referenced in places that the pathTranslator doesn't touch, like properties. Simply run:
-
-mvn validate
-
-to see this test work. The maven-it-plugin-project-interpolation does the rest, verifying that the <myDirectory/> property has been interpolated to the result of ${project.build.directory}/foo.
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/dependency-tree/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/dependency-tree/pom.xml
deleted file mode 100644
index d65d88c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/dependency-tree/pom.xml
+++ /dev/null
@@ -1,1031 +0,0 @@
-<?xml version="1.0"?>
-
-<project>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.apache.maven.its.mng3372</groupId>
-	<artifactId>dependency-tree</artifactId>
-	<version>1</version>
-
-	<dependencies>
-	  <dependency>
-	    <groupId>org.apache.maven</groupId>
-	    <artifactId>maven-core</artifactId>
-	    <version>2.0.8</version>
-	  </dependency>
-	  
-	  <!-- These are directly from MNG-3372, but we need something that can actually resolve.
-		<dependency>
-			<groupId>commons-beanutils</groupId>
-			<artifactId>commons-beanutils</artifactId>
-			<version>1.7.1-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>commons-dbcp</groupId>
-			<artifactId>commons-dbcp</artifactId>
-			<version>1.2.2</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>tomcat</groupId>
-					<artifactId>naming-common</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>tomcat</groupId>
-					<artifactId>naming-java</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>commons-chain</groupId>
-			<artifactId>commons-chain</artifactId>
-			<version>1.0</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>commons-logging</groupId>
-					<artifactId>commons-logging</artifactId>
-				</exclusion>
-
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>commons-codec</groupId>
-			<artifactId>commons-codec</artifactId>
-			<version>1.3</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>commons-digester</groupId>
-			<artifactId>commons-digester</artifactId>
-			<version>1.8</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>commons-logging</groupId>
-					<artifactId>commons-logging</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xml-apis</groupId>
-					<artifactId>xml-apis</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>commons-discovery</groupId>
-			<artifactId>commons-discovery</artifactId>
-			<version>0.4</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>commons-logging</groupId>
-					<artifactId>commons-logging</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>commons-el</groupId>
-			<artifactId>commons-el</artifactId>
-			<version>1.0</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>commons-logging</groupId>
-					<artifactId>commons-logging</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>servletapi</groupId>
-					<artifactId>servletapi</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>jspapi</groupId>
-					<artifactId>jsp-api</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>commons-io</groupId>
-			<artifactId>commons-io</artifactId>
-			<version>1.1</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>commons-validator</groupId>
-			<artifactId>commons-validator</artifactId>
-			<version>1.2.0</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>commons-logging</groupId>
-					<artifactId>commons-logging</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>oro</groupId>
-					<artifactId>oro</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xml-apis</groupId>
-					<artifactId>xml-apis</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>org.slf4j</groupId>
-			<artifactId>jcl104-over-slf4j</artifactId>
-			<version>1.4.3</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.slf4j</groupId>
-			<artifactId>slf4j-log4j12</artifactId>
-			<version>1.4.3</version>
-			<scope>compile</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>commons-pool</groupId>
-			<artifactId>commons-pool</artifactId>
-			<version>1.2</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xml-apis</groupId>
-					<artifactId>xml-apis</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xerces</groupId>
-					<artifactId>xerces</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>dom4j</groupId>
-			<artifactId>dom4j</artifactId>
-			<version>1.4</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>xml-apis</groupId>
-					<artifactId>xml-apis</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>jaxen</groupId>
-					<artifactId>jaxen</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>saxpath</groupId>
-					<artifactId>saxpath</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>msv</groupId>
-					<artifactId>msv</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>relaxngDatatype</groupId>
-					<artifactId>relaxngDatatype</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>isorelax</groupId>
-					<artifactId>isorelax</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>junitperf</groupId>
-					<artifactId>junitperf</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xerces</groupId>
-					<artifactId>xerces</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xalan</groupId>
-					<artifactId>xalan</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>pull-parser</groupId>
-					<artifactId>pull-parser</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>drools</groupId>
-			<artifactId>drools-base</artifactId>
-			<version>2.1</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>drools</groupId>
-			<artifactId>drools-smf</artifactId>
-			<version>2.1</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>drools</groupId>
-			<artifactId>drools-core</artifactId>
-			<version>2.1</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>easymock</groupId>
-					<artifactId>easymock</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>easymock</groupId>
-					<artifactId>easymockclassextension</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>easymock</groupId>
-					<artifactId>easymockcontainer</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>cglib</groupId>
-					<artifactId>cglib</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>asm</groupId>
-					<artifactId>asm</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>ipp</groupId>
-			<artifactId>cups</artifactId>
-			<version>1.0-SNAPSHOT</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>javax.sql</groupId>
-			<artifactId>rowset</artifactId>
-			<version>1.0</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>velocity</groupId>
-			<artifactId>velocity</artifactId>
-			<version>1.4</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>velocity</groupId>
-					<artifactId>velocity-dep</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>javax.activation</groupId>
-			<artifactId>activation</artifactId>
-			<version>1.1</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>antlr</groupId>
-			<artifactId>antlr</artifactId>
-			<version>2.7.6</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>javax.mail</groupId>
-			<artifactId>mail</artifactId>
-			<version>1.4.1-gf</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>FacesFreeway</groupId>
-			<artifactId>FacesFreeway</artifactId>
-			<version>1.0-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>jasperreports</groupId>
-			<artifactId>jasperreports</artifactId>
-			<version>2.0.0</version>
-			<scope>compile</scope>
-			<exclusions>
-				This exclusion needed to avoid crash in dependency:tree version 2.0-alpha-5-SNAPSHOT
-				<exclusion>
-					<groupId>commons-digester</groupId>
-					<artifactId>commons-digester</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xml-apis</groupId>
-					<artifactId>xml-apis</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>eclipse</groupId>
-					<artifactId>jdtcore</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>commons-logging</groupId>
-					<artifactId>commons-logging</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>commons-net</groupId>
-			<artifactId>commons-net</artifactId>
-			<version>1.4.1</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>oro</groupId>
-					<artifactId>oro</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>commons-oro</groupId>
-			<artifactId>commons-oro</artifactId>
-			<version>2.0.8</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>commons-collections</groupId>
-			<artifactId>commons-collections</artifactId>
-			<version>3.1</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-
-		<dependency>
-			<groupId>com.lowagie</groupId>
-			<artifactId>itext</artifactId>
-			<version>1.3.1</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>tasbar</groupId>
-			<artifactId>tasbar</artifactId>
-			<version>tasbar_eval</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>jsch</groupId>
-			<artifactId>jsch</artifactId>
-			<version>0.1.30</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring</artifactId>
-			<version>2.5</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>commons-logging</groupId>
-					<artifactId>commons-logging</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>javax.ejb</groupId>
-					<artifactId>ejb</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>javax.faces</groupId>
-					<artifactId>jsf-api</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>javax.jdo</groupId>
-					<artifactId>jdo2-api</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>javax.jms</groupId>
-					<artifactId>jms</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>javax.persistence</groupId>
-					<artifactId>persistence-api</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>javax.portlet</groupId>
-					<artifactId>portlet-api</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>javax.resource</groupId>
-					<artifactId>connector-api</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>javax.servlet</groupId>
-					<artifactId>jsp-api</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>javax.servlet</groupId>
-					<artifactId>servlet-api</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>javax.xml</groupId>
-					<artifactId>jaxrpc-api</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.commons</groupId>
-			<artifactId>commons-vfs</artifactId>
-			<version>1.1-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.commons</groupId>
-			<artifactId>commons-vfs-sandbox</artifactId>
-			<version>1.1-dev</version>
-			<scope>compile</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>fontbox</groupId>
-			<artifactId>fontbox</artifactId>
-			<version>0.1.0-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>pdfbox</groupId>
-			<artifactId>pdfbox</artifactId>
-			<version>0.7.3</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>org.fontbox</groupId>
-					<artifactId>fontbox</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.jempbox</groupId>
-					<artifactId>jempbox</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>bouncycastle</groupId>
-					<artifactId>bcmail-jdk14</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>bouncycastle</groupId>
-					<artifactId>bcprov-jdk14</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>org.joda.ext</groupId>
-			<artifactId>joda-jsf</artifactId>
-			<version>1.1-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>joda-time</groupId>
-			<artifactId>joda-time</artifactId>
-			<version>1.4</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>joda-time</groupId>
-			<artifactId>joda-time-hibernate</artifactId>
-			<version>0.8</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>hibernate</groupId>
-					<artifactId>hibernate</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>hsqldb</groupId>
-					<artifactId>hsqldb</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>org.hibernate</groupId>
-			<artifactId>hibernate-annotations</artifactId>
-			<version>3.3</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.hibernate</groupId>
-			<artifactId>hibernate-validator</artifactId>
-			<version>3.0</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.hibernate</groupId>
-			<artifactId>hibernate-commons-annotations</artifactId>
-			<version>3.3</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.hibernate</groupId>
-			<artifactId>hibernate</artifactId>
-			<version>3.2.4.ga</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>net.sf.ehcache</groupId>
-			<artifactId>ehcache</artifactId>
-			<version>1.2.3</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>commons-logging</groupId>
-					<artifactId>commons-logging</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>javax.transaction</groupId>
-			<artifactId>jta</artifactId>
-			<version>1.0.1B</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>javax.persistence</groupId>
-			<artifactId>ejb</artifactId>
-			<version>3.0</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>net.sf</groupId>
-			<artifactId>cglib</artifactId>
-			<version>2.1.3</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.objectweb</groupId>
-			<artifactId>asm</artifactId>
-			<version>20060127</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.objectweb</groupId>
-			<artifactId>asm-attrs</artifactId>
-			<version>20060127</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>lucene</groupId>
-			<artifactId>lucene</artifactId>
-			<version>1.4.3</version>
-		</dependency>
-		<dependency>
-			<groupId>bsh</groupId>
-			<artifactId>bsh</artifactId>
-			<version>2.0b1</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>jfree</groupId>
-			<artifactId>jfreechart</artifactId>
-			<version>1.0.0</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>gnujaxp</groupId>
-					<artifactId>gnujaxp</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>jfree</groupId>
-			<artifactId>jcommon</artifactId>
-			<version>1.0.0</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>gnujaxp</groupId>
-					<artifactId>gnujaxp</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.myfaces.core</groupId>
-			<artifactId>myfaces-api</artifactId>
-			<version>1.2.1-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.myfaces.core</groupId>
-			<artifactId>myfaces-impl</artifactId>
-			<version>1.2.1-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.myfaces.tomahawk</groupId>
-			<artifactId>tomahawk-sandbox</artifactId>
-			<version>1.1.7-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.myfaces.tomahawk</groupId>
-			<artifactId>tomahawk-sandbox15</artifactId>
-			<version>1.1.7-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.myfaces.tomahawk</groupId>
-			<artifactId>tomahawk</artifactId>
-			<version>1.1.7-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.myfaces.orchestra</groupId>
-			<artifactId>core</artifactId>
-			<version>1.1-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.myfaces.orchestra</groupId>
-			<artifactId>core15</artifactId>
-			<version>1.0-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.myfaces.orchestra</groupId>
-			<artifactId>sandbox</artifactId>
-			<version>1.0-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>commons-lang</groupId>
-			<artifactId>commons-lang</artifactId>
-			<version>2.1</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>org.textmining</groupId>
-			<artifactId>tm-extractors</artifactId>
-			<version>0.4</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>commons-betwixt</groupId>
-			<artifactId>commons-betwixt</artifactId>
-			<version>0.7</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>commons-logging</groupId>
-					<artifactId>commons-logging</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>commons-beanutils</groupId>
-					<artifactId>commons-beanutils-core</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xerces</groupId>
-					<artifactId>xerces</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xml-apis</groupId>
-					<artifactId>xml-apis</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>jdom</groupId>
-			<artifactId>jdom</artifactId>
-			<version>1.0</version>
-			<scope>compile</scope>
-			<exclusions>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>rhino</groupId>
-			<artifactId>js</artifactId>
-			<version>1.6R2</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>c3p0</groupId>
-			<artifactId>c3p0</artifactId>
-			<version>0.9.1</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>batik</groupId>
-			<artifactId>batik-svggen</artifactId>
-			<version>1.6</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>xmlrpc</groupId>
-			<artifactId>xmlrpc-common</artifactId>
-			<version>3.0b1-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>xmlrpc</groupId>
-			<artifactId>xmlrpc-server</artifactId>
-			<version>3.0b1-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>xmlrpc</groupId>
-			<artifactId>xmlrpc-client</artifactId>
-			<version>3.0b1-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ws.commons</groupId>
-			<artifactId>ws-commons-util</artifactId>
-			<version>1.0.1</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xml-apis</groupId>
-					<artifactId>xml-apis</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>xpp3</groupId>
-			<artifactId>xpp3</artifactId>
-			<version>1.1.3.3_min</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>commons-csv</groupId>
-			<artifactId>commons-csv</artifactId>
-			<version>0.1-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>oracle</groupId>
-			<artifactId>oracle-jdbc</artifactId>
-			<version>10.2.0.1.0</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>hsqldb</groupId>
-			<artifactId>hsqldb-jdbc</artifactId>
-			<version>1.8.0</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>jtds</groupId>
-			<artifactId>jtds-jdbc</artifactId>
-			<version>0.8.1</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>postgres</groupId>
-			<artifactId>postgres-jdbc</artifactId>
-			<version>0.0</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>relativity</groupId>
-			<artifactId>relativity-jdbc</artifactId>
-			<version>0.0</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.acegisecurity</groupId>
-			<artifactId>acegi-security</artifactId>
-			<version>1.0.6</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>commons-logging</groupId>
-					<artifactId>commons-logging</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.springframework</groupId>
-					<artifactId>spring-core</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.springframework</groupId>
-					<artifactId>spring-remoting</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.springframework</groupId>
-					<artifactId>spring-jdbc</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.springframework</groupId>
-					<artifactId>spring-support</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>oro</groupId>
-					<artifactId>oro</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>hsqldb</groupId>
-					<artifactId>hsqldb</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.apache.directory.server</groupId>
-					<artifactId>apacheds-core</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.slf4j</groupId>
-					<artifactId>slf4j-log4j12</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>jmock</groupId>
-					<artifactId>jmock</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>org.acegisecurity</groupId>
-			<artifactId>acegi-security-tiger</artifactId>
-			<version>1.0.6</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>org.springframework</groupId>
-					<artifactId>spring-aop</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>com.sun.facelets</groupId>
-			<artifactId>facelets</artifactId>
-			<version>1.1.13</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>com.sun.el</groupId>
-			<artifactId>el-ri</artifactId>
-			<version>1.0</version>
-			<scope>compile</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>aspectj</groupId>
-			<artifactId>aspectjrt</artifactId>
-			<version>1.5.3</version>
-			<optional>true</optional>
-		</dependency>
-
-		<dependency>
-			<groupId>aspectj</groupId>
-			<artifactId>aspectjweaver</artifactId>
-			<version>1.5.3</version>
-			<optional>true</optional>
-		</dependency>
-
-		<dependency>
-			<groupId>ecs</groupId>
-			<artifactId>ecs</artifactId>
-			<version>1.4.2</version>
-		</dependency>
-
-		<dependency>
-			<groupId>opensymphony</groupId>
-			<artifactId>oscache</artifactId>
-			<version>2.3</version>
-		</dependency>
-
-		<dependency>
-			<groupId>jaxen</groupId>
-			<artifactId>jaxen</artifactId>
-			<version>1.1.1</version>
-			<exclusions>
-				<exclusion>
-					<groupId>xml-apis</groupId>
-					<artifactId>xml-apis</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xerces</groupId>
-					<artifactId>xercesImpl</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xerces</groupId>
-					<artifactId>xmlParserAPIs</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xalan</groupId>
-					<artifactId>xalan</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>com.ibm.icu</groupId>
-					<artifactId>icu4j</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.lucene</groupId>
-			<artifactId>lucene-highlighter</artifactId>
-			<version>2.0.0</version>
-			<exclusions>
-				<exclusion>
-					<groupId>org.apache.lucene</groupId>
-					<artifactId>lucene-core</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-
-		<dependency>
-			<groupId>com.metaparadigm</groupId>
-			<artifactId>json-rpc</artifactId>
-			<version>1.0</version>
-		</dependency>
-
-		<dependency>
-			<groupId>org.safehaus.jug</groupId>
-			<artifactId>jug</artifactId>
-			<classifier>asl</classifier>
-			<version>2.0.0</version>
-		</dependency>
-
-		<dependency>
-			<groupId>com.yjp</groupId>
-			<artifactId>yjp-controller-api-redist</artifactId>
-			<version>7.0.8</version>
-			<scope>compile</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>org.jmock</groupId>
-			<artifactId>jmock</artifactId>
-			<version>2.4.0</version>
-		</dependency>
-
-		<dependency>
-			<groupId>org.freemarker</groupId>
-			<artifactId>freemarker</artifactId>
-			<version>2.3.11</version>
-		</dependency>
-		<dependency>
-			<groupId>org.objectweb.howl</groupId>
-			<artifactId>howl</artifactId>
-			<version>1.0.1-1</version>
-		</dependency>
-		<dependency>
-			<groupId>org.objectweb.fractal</groupId>
-			<artifactId>fractal</artifactId>
-			<version>2.0.1</version>
-		</dependency>
-		<dependency>
-			<groupId>org.objectweb.tribe</groupId>
-			<artifactId>tribe</artifactId>
-			<version>0.4</version>
-		</dependency>
-		<dependency>
-			<groupId>p6spy</groupId>
-			<artifactId>p6spy</artifactId>
-			<version>1.3</version>
-		</dependency>
-	-->
-	</dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/dependency-tree/settings.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/dependency-tree/settings.xml
deleted file mode 100644
index 517f5d9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/dependency-tree/settings.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0"?>
-<settings>
-  <!-- We don't need this anymore, since the dependency plugin has been released.
-  <profiles>
-    <profile>
-      <id>asf-snapshots</id>
-      <repositories>
-        <repository>
-          <id>asf-snapshots</id>
-          <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
-        </repository>
-      </repositories>
-    </profile>
-  </profiles>
-  <activeProfiles>
-    <activeProfile>asf-snapshots</activeProfile>
-  </activeProfiles>
--->
-</settings>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/direct-using-prefix/plugin/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/direct-using-prefix/plugin/pom.xml
deleted file mode 100644
index b14cd70..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/direct-using-prefix/plugin/pom.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng3372</groupId>
-  <artifactId>mng3372-maven-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <version>1</version>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/direct-using-prefix/plugin/src/main/java/org/plugin/TestMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/direct-using-prefix/plugin/src/main/java/org/plugin/TestMojo.java
deleted file mode 100644
index 796f1bb..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/direct-using-prefix/plugin/src/main/java/org/plugin/TestMojo.java
+++ /dev/null
@@ -1,68 +0,0 @@
-package org.plugin;
-
-import org.apache.maven.plugin.Mojo;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.plugin.MojoFailureException;
-import org.apache.maven.plugin.logging.Log;
-
-import java.io.File;
-import java.io.FileWriter;
-import java.io.IOException;
-
-/**
- * @goal test
- */
-public class TestMojo
-    implements Mojo
-{
-
-    private Log log;
-
-    /**
-     * @parameter default-value="${project.build.directory}"
-     * @required
-     * @readonly
-     */
-    private File buildDir;
-
-    public void execute()
-        throws MojoExecutionException, MojoFailureException
-    {
-        File outFile = new File( buildDir, "out.txt" );
-        FileWriter writer = null;
-        try
-        {
-            outFile.getParentFile().mkdirs();
-
-            writer = new FileWriter( outFile );
-            writer.write( "Test" );
-        }
-        catch ( IOException e )
-        {
-            throw new MojoExecutionException( "Failed to write: " + outFile.getAbsolutePath(), e );
-        }
-        finally
-        {
-            if ( writer != null )
-            {
-                try
-                {
-                    writer.close();
-                }
-                catch ( IOException e )
-                {
-                }
-            }
-        }
-    }
-
-    public Log getLog()
-    {
-        return log;
-    }
-
-    public void setLog( Log log )
-    {
-        this.log = log;
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/direct-using-prefix/project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/direct-using-prefix/project/pom.xml
deleted file mode 100644
index 4be3391..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/direct-using-prefix/project/pom.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng3372</groupId>
-  <artifactId>project</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <name>project</name>
-  <url>http://maven.apache.org</url>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/direct-using-prefix/project/src/main/java/org/test/App.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/direct-using-prefix/project/src/main/java/org/test/App.java
deleted file mode 100644
index 0b3975d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/direct-using-prefix/project/src/main/java/org/test/App.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package org.test;
-
-/**
- * Hello world!
- *
- */
-public class App 
-{
-    public static void main( String[] args )
-    {
-        System.out.println( "Hello World!" );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/direct-using-prefix/project/src/test/java/org/test/AppTest.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/direct-using-prefix/project/src/test/java/org/test/AppTest.java
deleted file mode 100644
index b84ebc6..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/direct-using-prefix/project/src/test/java/org/test/AppTest.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package org.test;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
-{
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/direct-using-prefix/settings.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/direct-using-prefix/settings.xml
deleted file mode 100644
index a375476..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3372-directInvocationOfPlugins/direct-using-prefix/settings.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<settings>
-  <pluginGroups>
-    <pluginGroup>org.apache.maven.its.mng3372</pluginGroup>
-  </pluginGroups>
-</settings>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-noParentCycle/dm-pom/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-noParentCycle/dm-pom/pom.xml
deleted file mode 100644
index bb8821e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-noParentCycle/dm-pom/pom.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<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>
-  <!--
-  <parent>
-    <groupId>org.apache.maven.its.mng3391.2</groupId>
-    <version>1</version>
-    <artifactId>parent</artifactId>
-  </parent>
--->
-  
-  <groupId>org.apache.maven.its.mng3391.2</groupId>
-  <version>1</version>
-  <artifactId>dm-pom</artifactId>
-  <packaging>pom</packaging>
-  
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>3.8.1</version>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-noParentCycle/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-noParentCycle/pom.xml
deleted file mode 100644
index 30ada7d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-noParentCycle/pom.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng3391.2</groupId>
-  <artifactId>parent</artifactId>
-  <packaging>pom</packaging>
-  <version>1</version>
-  
-  <modules>
-    <module>dm-pom</module>
-    <module>project</module>
-  </modules>
-  
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.apache.maven.its.mng3391.2</groupId>
-        <artifactId>dm-pom</artifactId>
-        <version>1</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-noParentCycle/project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-noParentCycle/project/pom.xml
deleted file mode 100644
index cd3d930..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-noParentCycle/project/pom.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<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>
-  <parent>
-    <groupId>org.apache.maven.its.mng3391.2</groupId>
-    <version>1</version>
-    <artifactId>parent</artifactId>
-  </parent>
-  
-  <artifactId>project</artifactId>
-  <packaging>jar</packaging>
-  
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-noParentCycle/project/src/main/java/test/App.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-noParentCycle/project/src/main/java/test/App.java
deleted file mode 100644
index b8e9695..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-noParentCycle/project/src/main/java/test/App.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package test;
-
-/**
- * Hello world!
- *
- */
-public class App 
-{
-    public static void main( String[] args )
-    {
-        System.out.println( "Hello World!" );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-noParentCycle/project/src/test/java/test/AppTest.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-noParentCycle/project/src/test/java/test/AppTest.java
deleted file mode 100644
index e6046e5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-noParentCycle/project/src/test/java/test/AppTest.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package test;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
-{
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-parentCycle/dm-pom/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-parentCycle/dm-pom/pom.xml
deleted file mode 100644
index 6d81d17..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-parentCycle/dm-pom/pom.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<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>
-  <parent>
-    <groupId>org.apache.maven.its.mng3391.1</groupId>
-    <version>1</version>
-    <artifactId>parent</artifactId>
-  </parent>
-  
-  <groupId>org.apache.maven.its.mng3391.1</groupId>
-  <version>1</version>
-  <artifactId>dm-pom</artifactId>
-  <packaging>pom</packaging>
-  
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>3.8.1</version>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-parentCycle/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-parentCycle/pom.xml
deleted file mode 100644
index aaf34b3..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-parentCycle/pom.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng3391.1</groupId>
-  <artifactId>parent</artifactId>
-  <packaging>pom</packaging>
-  <version>1</version>
-  
-  <modules>
-    <module>dm-pom</module>
-    <module>project</module>
-  </modules>
-  
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>org.apache.maven.its.mng3391.1</groupId>
-        <artifactId>dm-pom</artifactId>
-        <version>1</version>
-        <type>pom</type>
-        <scope>import</scope>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-parentCycle/project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-parentCycle/project/pom.xml
deleted file mode 100644
index 293c971..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-parentCycle/project/pom.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<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>
-  <parent>
-    <groupId>org.apache.maven.its.mng3391.1</groupId>
-    <version>1</version>
-    <artifactId>parent</artifactId>
-  </parent>
-  
-  <artifactId>project</artifactId>
-  <packaging>jar</packaging>
-  
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-parentCycle/project/src/main/java/test/App.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-parentCycle/project/src/main/java/test/App.java
deleted file mode 100644
index b8e9695..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-parentCycle/project/src/main/java/test/App.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package test;
-
-/**
- * Hello world!
- *
- */
-public class App 
-{
-    public static void main( String[] args )
-    {
-        System.out.println( "Hello World!" );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-parentCycle/project/src/test/java/test/AppTest.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-parentCycle/project/src/test/java/test/AppTest.java
deleted file mode 100644
index e6046e5..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/depMgmt-importPom-parentCycle/project/src/test/java/test/AppTest.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package test;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
-{
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/readme.txt b/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/readme.txt
deleted file mode 100644
index cf3782b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3391-importScopeErrorScenarios/readme.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-In some scenarios, usage of the import scope can result in a StackOverflowException or OutOfMemoryException. The tests in this group are designed to define the edges of this problem.
-
-The first build, depMgmt-importPom-noParentCycle, has a module POM that is also referenced from the top level as a dependencyManagement entry with type == pom and scope == import. The dm-pom project (the module in question) DOES NOT specify the top-level POM as its parent. This build should fail on the first execution, but succeed as soon as the dm-pom POM is installed into the local repository. To execute:
-
-1. mvn install
-2. Observe the ArtifactNotFoundException listing org.apache.maven.its.mng3391.2:dm-pom:pom:1 as missing. This is because the dm-pom module hasn't been loaded at the time that the dm-pom is required for merging dependencyManagement.
-3. cd dm-pom
-4. mvn install
-5. mvn install (from the top level again)
-6. Observe that the build succeeds this time.
-
-The second build, depMgmt-importPom-parentCycle, is designed to show the two error conditions that result from the the dm-pom POM listing the top-level POM as its parent, while the top-level POM simultaneously lists the dm-pom as a module AND as a dependencyManagement entry with scope == import and type == pom. This build will fail with an ArtifactNotFoundException on the first run. On the second run, the dm-pom is first installed manually into the local repository, and will result in either a StackOverflowException or an OutOfMemoryException.
-
-1. mvn install
-2. Observe the ArtifactNotFoundException listing org.apache.maven.its.mng3391.2:dm-pom:pom:1 as missing. This is because the dm-pom module hasn't been loaded at the time that the dm-pom is required for merging dependencyManagement.
-3. cd dm-pom
-4. copy pom.xml to <local-repository>/org/apache/maven/its/mng3391/1/dm-pom/1/dm-pom-1.pom
-5. mvn install (from the top level again)
-6. Observe that this build brings Maven to its knees.
-
-NOTE: We can't really run this last build (yet) because it will wreck the entire IT run.
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3394-pomPluginVersionDominance/lifecycleMojoVersionInPluginMgmt/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3394-pomPluginVersionDominance/lifecycleMojoVersionInPluginMgmt/pom.xml
deleted file mode 100644
index 15ef2e8..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3394-pomPluginVersionDominance/lifecycleMojoVersionInPluginMgmt/pom.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<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>
-  <groupId>org.apache.maven.integrationtests</groupId>
-  <artifactId>lifecycleMojoVersionInPluginMgmt</artifactId>
-  <packaging>pom</packaging>
-  <version>1</version>
-  <name>lifecycleMojoVersionInPluginMgmt</name>
-  
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <artifactId>maven-site-plugin</artifactId>
-          <version>2.0-beta-5</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3394-pomPluginVersionDominance/lifecycleMojoVersionInPluginMgmt/readme.txt b/core-integration-testing/core-integration-tests/src/test/resources/mng-3394-pomPluginVersionDominance/lifecycleMojoVersionInPluginMgmt/readme.txt
deleted file mode 100644
index 5c37bb1..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3394-pomPluginVersionDominance/lifecycleMojoVersionInPluginMgmt/readme.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-This test should verify that the site plugin version used is 2.0-beta-5, not the latest one (which is currently 2.0-beta-6). It should get this version from the POM's pluginManagement section, even though the site-plugin's mojo call is coming from the default lifecycle bindings, and the site plugin is not specified in the POM's build/plugins section.
-
-To test, run `mvn -X install | tee build.log` or similar, to capture output to a separate file. Then, search the debug output for the string:
-
-org.apache.maven.plugins:maven-site-plugin:2.0-beta-5
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3394-pomPluginVersionDominance/preferBuildPluginOverPluginMgmt/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3394-pomPluginVersionDominance/preferBuildPluginOverPluginMgmt/pom.xml
deleted file mode 100644
index 37b4ddb..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3394-pomPluginVersionDominance/preferBuildPluginOverPluginMgmt/pom.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<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>
-  <groupId>org.apache.maven.integrationtests</groupId>
-  <artifactId>preferBuildPluginOverPluginMgmt</artifactId>
-  <packaging>jar</packaging>
-  <version>1</version>
-
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <artifactId>maven-clean-plugin</artifactId>
-          <version>invalid</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-    <plugins>
-      <plugin>
-        <artifactId>maven-clean-plugin</artifactId>
-        <version>2.1.1</version>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3394-pomPluginVersionDominance/preferBuildPluginOverPluginMgmt/readme.txt b/core-integration-testing/core-integration-tests/src/test/resources/mng-3394-pomPluginVersionDominance/preferBuildPluginOverPluginMgmt/readme.txt
deleted file mode 100644
index 339a1bf..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3394-pomPluginVersionDominance/preferBuildPluginOverPluginMgmt/readme.txt
+++ /dev/null
@@ -1 +0,0 @@
-Test that the plugin version given in project/build/plugins overrides that in project/build/pluginManagement/plugins. If this is correct, the clean plugin should find a valid version, and execute. Otherwise, the version 'invalid' is used by Maven, and the clean plugin with that version cannot be resolved...so the build fails. Use `mvn clean` to test.
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/dependencies/a1/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/dependencies/a1/pom.xml
deleted file mode 100644
index edd76ce..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/dependencies/a1/pom.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-  <name>Maven Integration Test :: mng3396 :: A</name>
-  <parent>
-    <groupId>org.apache.maven.its.mng3396</groupId>
-    <artifactId>dependencies</artifactId>
-    <version>1</version>
-  </parent>
-  <artifactId>A</artifactId>
-  <version>1.0</version>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/dependencies/b/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/dependencies/b/pom.xml
deleted file mode 100644
index 132a95c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/dependencies/b/pom.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-  <name>Maven Integration Test :: mng3396 :: B</name>
-  <parent>
-    <groupId>org.apache.maven.its.mng3396</groupId>
-    <artifactId>dependencies</artifactId>
-    <version>1</version>
-  </parent>
-  <artifactId>B</artifactId>
-  <version>1.0</version>
-  <dependencies>
-    <dependency>
-      <groupId>${pom.groupId}</groupId>
-      <artifactId>A</artifactId>
-      <version>[1.0,2.0)</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/dependencies/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/dependencies/pom.xml
deleted file mode 100644
index f5abf1c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/dependencies/pom.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-  <name>Maven Integration Test :: mng3396</name> 
-  <groupId>org.apache.maven.its.mng3396</groupId>
-  <artifactId>dependencies</artifactId>
-  <description>Managed versions dont affect over constrained ranges. [MNG-3396]</description>
-  <version>1</version>
-
-  <packaging>pom</packaging>
-  
-  <modules>
-    <module>a1</module>
-    <module>b</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/plugin/a/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/plugin/a/pom.xml
deleted file mode 100644
index c6dafc4..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/plugin/a/pom.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-  <name>Maven Integration Test :: mng3396 :: A</name>
-  <parent>
-    <groupId>org.apache.maven.its.mng3396</groupId>
-    <artifactId>plugin-parent</artifactId>
-    <version>1</version>
-  </parent>
-  <artifactId>A</artifactId>
-  <version>3.0</version>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/plugin/plugin/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/plugin/plugin/pom.xml
deleted file mode 100644
index 12cccf0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/plugin/plugin/pom.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-  <name>Maven Integration Test :: mng3396 :: plugin</name>
-  <parent>
-    <groupId>org.apache.maven.its.mng3396</groupId>
-    <artifactId>plugin-parent</artifactId>
-    <version>1</version>
-  </parent>
-  <artifactId>plugin</artifactId>
-  <version>1.0</version>
-  <packaging>maven-plugin</packaging>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0.4</version>
-    </dependency>
-    <dependency>
-      <groupId>${pom.groupId}</groupId>
-      <artifactId>B</artifactId>
-      <version>1.0</version>
-    </dependency>
-  </dependencies>
-  <dependencyManagement>
-    <dependencies>
-      <dependency>
-        <groupId>${pom.groupId}</groupId>
-        <artifactId>A</artifactId>
-        <version>3.0</version>
-      </dependency>
-    </dependencies>
-  </dependencyManagement>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/plugin/plugin/src/main/java/org/apache/maven/its/mng3396/NoopMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/plugin/plugin/src/main/java/org/apache/maven/its/mng3396/NoopMojo.java
deleted file mode 100644
index 4c5adc9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/plugin/plugin/src/main/java/org/apache/maven/its/mng3396/NoopMojo.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package org.apache.maven.its.mng3396;
-
-/*
- * Copyright 2008 The Apache Software 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.
- */
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.plugin.MojoFailureException;
-
-/**
- * @goal noop
- * @phase compile
- * @requiresDependencyResolution test
- */
-public class NoopMojo
-    extends AbstractMojo
-{
-
-    public void execute()
-        throws MojoExecutionException, MojoFailureException
-    {
-    }
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/plugin/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/plugin/pom.xml
deleted file mode 100644
index dd42bc3..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/plugin/pom.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-  <name>Maven Integration Test :: mng3396</name> 
-  <groupId>org.apache.maven.its.mng3396</groupId>
-  <artifactId>plugin-parent</artifactId>
-  <description>Managed versions dont affect over constrained ranges. [MNG-3396]</description>
-  <version>1</version>
-
-  <packaging>pom</packaging>
-  
-  <modules>
-    <module>a</module>
-    <module>plugin</module>
-  </modules>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/pluginuser/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/pluginuser/pom.xml
deleted file mode 100644
index 87cc38b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3396-dependencyManagementForOverConstrainedRanges/pluginuser/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-  <name>Maven Integration Test :: mng3396 :: pluginuser</name>
-  <groupId>org.apache.maven.its.mng3396</groupId>
-  <artifactId>pluginuser</artifactId>
-  <version>1.0</version>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>${pom.groupId}</groupId>
-        <artifactId>plugin</artifactId>
-        <version>1.0</version>
-        <executions>
-          <execution>
-            <phase>compile</phase>
-            <goals>
-              <goal>noop</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3415-junk-repository-metadata/dependency-pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3415-junk-repository-metadata/dependency-pom.xml
deleted file mode 100644
index b0609fa..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3415-junk-repository-metadata/dependency-pom.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<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>
-  <groupId>tests</groupId>
-  <artifactId>missing</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3415-junk-repository-metadata/maven-find-local-repo-plugin/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3415-junk-repository-metadata/maven-find-local-repo-plugin/pom.xml
deleted file mode 100644
index d8a5e93..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3415-junk-repository-metadata/maven-find-local-repo-plugin/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<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>
-  <groupId>org.apache.maven.plugins</groupId>
-  <artifactId>maven-find-local-repo-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <version>1.0-SNAPSHOT</version>
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3415-junk-repository-metadata/maven-find-local-repo-plugin/src/main/java/org/apache/maven/plugin/findLocalRepo/FindLocalRepoMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3415-junk-repository-metadata/maven-find-local-repo-plugin/src/main/java/org/apache/maven/plugin/findLocalRepo/FindLocalRepoMojo.java
deleted file mode 100644
index a55ca84..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3415-junk-repository-metadata/maven-find-local-repo-plugin/src/main/java/org/apache/maven/plugin/findLocalRepo/FindLocalRepoMojo.java
+++ /dev/null
@@ -1,82 +0,0 @@
-package org.apache.maven.plugin.findLocalRepo;
-
-/*
- * Copyright 2001-2005 The Apache Software 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.
- */
-
-import org.apache.maven.artifact.repository.ArtifactRepository;
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-
-import java.io.File;
-import java.io.FileWriter;
-import java.io.IOException;
-
-/**
- * @goal find
- * @requiresProject false
- */
-public class FindLocalRepoMojo
-    extends AbstractMojo
-{
-    /**
-     * Location of the file containing the local repository path.
-     * @parameter expression="${output}" default-value="${project.build.directory}/local-repository-location.txt"
-     * @required
-     */
-    private File output;
-
-    /**
-     * @parameter default-value="${localRepository}"
-     * @required
-     * @readonly
-     */
-    private ArtifactRepository localRepository;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        if ( !output.exists() )
-        {
-            output.getParentFile().mkdirs();
-        }
-
-        FileWriter w = null;
-        try
-        {
-            w = new FileWriter( output );
-
-            w.write( String.valueOf( new File( localRepository.getBasedir() ).getAbsolutePath() ) );
-        }
-        catch ( IOException e )
-        {
-            throw new MojoExecutionException( "Error creating file " + output, e );
-        }
-        finally
-        {
-            if ( w != null )
-            {
-                try
-                {
-                    w.close();
-                }
-                catch ( IOException e )
-                {
-                    // ignore
-                }
-            }
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3415-junk-repository-metadata/project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3415-junk-repository-metadata/project/pom.xml
deleted file mode 100644
index 7c947fe..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3415-junk-repository-metadata/project/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<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>
-  <groupId>tests</groupId>
-  <artifactId>project</artifactId>
-  <version>1</version>
-
-  <dependencies>
-    <dependency>
-      <groupId>tests</groupId>
-      <artifactId>missing</artifactId>
-      <version>1.0-SNAPSHOT</version>
-      <type>pom</type>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3415-junk-repository-metadata/project/src/main/java/tests/App.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3415-junk-repository-metadata/project/src/main/java/tests/App.java
deleted file mode 100644
index 53e46ad..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3415-junk-repository-metadata/project/src/main/java/tests/App.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package tests;
-
-/**
- * Hello world!
- *
- */
-public class App 
-{
-    public static void main( String[] args )
-    {
-        System.out.println( "Hello World!" );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3415-junk-repository-metadata/project/src/test/java/tests/AppTest.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3415-junk-repository-metadata/project/src/test/java/tests/AppTest.java
deleted file mode 100644
index c378ad2..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3415-junk-repository-metadata/project/src/test/java/tests/AppTest.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package tests;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
-{
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3415-junk-repository-metadata/settings.xml.in b/core-integration-testing/core-integration-tests/src/test/resources/mng-3415-junk-repository-metadata/settings.xml.in
deleted file mode 100644
index 3b35537..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3415-junk-repository-metadata/settings.xml.in
+++ /dev/null
@@ -1,16 +0,0 @@
-<settings>
-  <profiles>
-    <profile>
-      <id>remote-repository</id>
-      <repositories>
-        <repository>
-          <id>testing-repo</id>
-          <url>@PROTO@://@TESTDIR@/remote-repository</url>
-        </repository>
-      </repositories>
-    </profile>
-  </profiles>
-  <activeProfiles>
-    <activeProfile>remote-repository</activeProfile>
-  </activeProfiles>
-</settings>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3428-pluginDescriptorArtifactsIncomplete/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3428-pluginDescriptorArtifactsIncomplete/pom.xml
deleted file mode 100644
index 64d47c0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3428-pluginDescriptorArtifactsIncomplete/pom.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>tests</groupId>
-  <artifactId>test-cli-maven-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <name>test-cli-maven-plugin Maven Mojo</name>
-  <version>1</version>
-  <url>http://maven.apache.org</url>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-      <version>2.0.8</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-cli</groupId>
-      <artifactId>commons-cli</artifactId>
-      <version>1.0</version>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-descriptor</artifactId>
-      <version>2.0.8</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3428-pluginDescriptorArtifactsIncomplete/readme.txt b/core-integration-testing/core-integration-tests/src/test/resources/mng-3428-pluginDescriptorArtifactsIncomplete/readme.txt
deleted file mode 100644
index d1aabb8..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3428-pluginDescriptorArtifactsIncomplete/readme.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-This is a plugin that uses the ${plugin.artifacts} expression to extract its own collection of dependency artifacts. It will then cycle through this collection looking for commons-cli, which is also part of Maven's core classpath. If the plugin-artifact collection is unfiltered, this artifact should be present. Otherwise, the plugin will throw a MojoExecutionException when it's run.
-
-So, this test entails first installing this plugin, then executing it; two executions in total, and it'll look like this:
-
-mvn install
-mvn tests:test-cli-maven-plugin:1:test
-
-(It should succeed on the first one at all times, and only succeed on the second one if the plugin-artifact collection has NOT had commons-cli filtered out.)
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3428-pluginDescriptorArtifactsIncomplete/src/main/java/tests/MyMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3428-pluginDescriptorArtifactsIncomplete/src/main/java/tests/MyMojo.java
deleted file mode 100644
index 30cfc4e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3428-pluginDescriptorArtifactsIncomplete/src/main/java/tests/MyMojo.java
+++ /dev/null
@@ -1,66 +0,0 @@
-package tests;
-
-/*
- * Copyright 2001-2005 The Apache Software 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.
- */
-
-import org.apache.maven.artifact.Artifact;
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.plugin.MojoFailureException;
-
-import java.util.Iterator;
-import java.util.List;
-
-/**
- * @goal test
- * @requiresProject false
- */
-public class MyMojo
-    extends AbstractMojo
-{
-
-    /**
-     * @parameter default-value="${plugin.artifacts}"
-     */
-    private List pluginArtifacts;
-
-    public void execute()
-        throws MojoExecutionException, MojoFailureException
-    {
-        System.out.println( "\n\n\n\n\n\n\n" );
-
-        boolean foundCommonsCli = false;
-        for ( Iterator it = pluginArtifacts.iterator(); it.hasNext(); )
-        {
-            Artifact artifact = (Artifact) it.next();
-
-            if ( "commons-cli".equals( artifact.getArtifactId() ) )
-            {
-                foundCommonsCli = true;
-            }
-
-            System.out.println( artifact.getArtifactId() );
-        }
-
-        System.out.println( "\n\n\n\n\n\n\n" );
-
-        if ( !foundCommonsCli )
-        {
-            throw new MojoExecutionException( "Commons-cli dependency not found." );
-        }
-    }
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3473PluginReportCrash/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3473PluginReportCrash/pom.xml
deleted file mode 100644
index b197a2c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3473PluginReportCrash/pom.xml
+++ /dev/null
@@ -1,72 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng3473</groupId>
-  <artifactId>mng-3473-mojo</artifactId>
-  <packaging>maven-plugin</packaging>
-  <version>0.0.1-SNAPSHOT</version>
-  <name>mng-3473-mojo Maven Mojo</name>
-  <url>http://maven.apache.org</url>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-  </dependencies>
-  <profiles>
-    <profile>
-      <id>plugin-2.4.1</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-        <property>
-          <name>plugin.version</name>
-          <value>2.4.1</value>
-        </property>
-      </activation>
-      
-      <reporting>
-        <plugins>
-          <plugin>
-            <artifactId>maven-plugin-plugin</artifactId>
-            <!--only fails with 2.4, not 2.3 or 2.4.1-->
-            <version>2.4.1</version>
-          </plugin>
-        </plugins>
-      </reporting>
-    </profile>
-    <profile>
-      <id>plugin-2.4</id>
-      <activation>
-        <property>
-          <name>plugin.version</name>
-          <value>2.4</value>
-        </property>
-      </activation>
-      
-      <reporting>
-        <plugins>
-          <plugin>
-            <artifactId>maven-plugin-plugin</artifactId>
-            <!--only fails with 2.4, not 2.3 or 2.4.1-->
-            <version>2.4</version>
-          </plugin>
-        </plugins>
-      </reporting>
-    </profile>
-  </profiles>
-  
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <artifactId>maven-site-plugin</artifactId>
-          <version>2.0-beta-6</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-  <reporting>
-    <outputDirectory>target/site</outputDirectory>
-  </reporting>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3473PluginReportCrash/src/main/java/org/apache/maven/its/mng3473/mng_3473_mojo/MyMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3473PluginReportCrash/src/main/java/org/apache/maven/its/mng3473/mng_3473_mojo/MyMojo.java
deleted file mode 100644
index b4ed2ad..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3473PluginReportCrash/src/main/java/org/apache/maven/its/mng3473/mng_3473_mojo/MyMojo.java
+++ /dev/null
@@ -1,81 +0,0 @@
-package org.apache.maven.its.mng3473.mng_3473_mojo;
-
-/*
- * Copyright 2001-2005 The Apache Software 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.
- */
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-
-import java.io.File;
-import java.io.FileWriter;
-import java.io.IOException;
-
-/**
- * Goal which touches a timestamp file.
- *
- * @goal touch
- * 
- * @phase process-sources
- */
-public class MyMojo
-    extends AbstractMojo
-{
-    /**
-     * Location of the file.
-     * @parameter expression="${project.build.directory}"
-     * @required
-     */
-    private File outputDirectory;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        File f = outputDirectory;
-
-        if ( !f.exists() )
-        {
-            f.mkdirs();
-        }
-
-        File touch = new File( f, "touch.txt" );
-
-        FileWriter w = null;
-        try
-        {
-            w = new FileWriter( touch );
-
-            w.write( "touch.txt" );
-        }
-        catch ( IOException e )
-        {
-            throw new MojoExecutionException( "Error creating file " + touch, e );
-        }
-        finally
-        {
-            if ( w != null )
-            {
-                try
-                {
-                    w.close();
-                }
-                catch ( IOException e )
-                {
-                    // ignore
-                }
-            }
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3482/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3482/pom.xml
deleted file mode 100644
index df68b5c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3482/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng3482</groupId>
-  <artifactId>mng-3482</artifactId>
-  <packaging>jar</packaging>
-  <version>1</version>
-  
-  <name>Integration Test Project for MNG-3482</name>
-  <description>
-    This project verifies that MNG-3482 is fixed. It is controlled by a JUnit test called org.apache.maven.integrationtests.MNG3482Test
-  </description>
-  
-  <url>http://jira.codehaus.org/browse/MNG-3482</url>
-  
-  <dependencies>
-    <dependency>
-      <groupId>test</groupId>
-      <artifactId>dep</artifactId>
-      <version>1</version>
-      <type>pom</type>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3482/readme.txt b/core-integration-testing/core-integration-tests/src/test/resources/mng-3482/readme.txt
deleted file mode 100644
index 978b474..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3482/readme.txt
+++ /dev/null
@@ -1 +0,0 @@
-Fill this in with a description of the scenario this test attempts to check. Also include instructions for running the test manually from the command line.
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3482/repo/test/dep/1/dep-1.pom b/core-integration-testing/core-integration-tests/src/test/resources/mng-3482/repo/test/dep/1/dep-1.pom
deleted file mode 100644
index 4748bd0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3482/repo/test/dep/1/dep-1.pom
+++ /dev/null
@@ -1,14 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>test</groupId>
-  <artifactId>dep</artifactId>
-  <version>1</version>
-  
-  <dependencies>
-    <dependency>
-      <groupId>test</groupId>
-      <artifactId>dep2</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3482/repo/test/dep2/1/dep2-1.jar b/core-integration-testing/core-integration-tests/src/test/resources/mng-3482/repo/test/dep2/1/dep2-1.jar
deleted file mode 100644
index 287a4c9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3482/repo/test/dep2/1/dep2-1.jar
+++ /dev/null
Binary files differ
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3482/repo/test/dep2/1/dep2-1.pom b/core-integration-testing/core-integration-tests/src/test/resources/mng-3482/repo/test/dep2/1/dep2-1.pom
deleted file mode 100644
index c9408ff..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3482/repo/test/dep2/1/dep2-1.pom
+++ /dev/null
@@ -1,7 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>test</groupId>
-  <artifactId>dep2</artifactId>
-  <version>1</version>
-  
-</project>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3482/settings.xml.in b/core-integration-testing/core-integration-tests/src/test/resources/mng-3482/settings.xml.in
deleted file mode 100644
index d09e96f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3482/settings.xml.in
+++ /dev/null
@@ -1,22 +0,0 @@
-<settings>
-  <profiles>
-    <profile>
-      <id>remote-repository</id>
-      <repositories>
-        <repository>
-          <id>testing-repo</id>
-          <url>file://@TESTDIR@/repo</url>
-        </repository>
-      </repositories>
-      <pluginRepositories>
-        <pluginRepository>
-          <id>testing-repo</id>
-          <url>file://@TESTDIR@/repo</url>
-        </pluginRepository>
-      </pluginRepositories>
-    </profile>
-  </profiles>
-  <activeProfiles>
-    <activeProfile>remote-repository</activeProfile>
-  </activeProfiles>
-</settings>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3482/src/main/java/tests/mng3482/AppMNG3482.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3482/src/main/java/tests/mng3482/AppMNG3482.java
deleted file mode 100644
index 332698b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3482/src/main/java/tests/mng3482/AppMNG3482.java
+++ /dev/null
@@ -1,5 +0,0 @@
-package tests.mng3482;
-
-import test.dep2.App;
-
-public class AppMNG3482{}
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3485-overrideWagonExtension/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3485-overrideWagonExtension/pom.xml
deleted file mode 100644
index ceb25d2..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3485-overrideWagonExtension/pom.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0"?><project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its.mng3485</groupId>
-  <version>1.0-SNAPSHOT</version>
-  <artifactId>test-project</artifactId>
-  <name>test-project</name>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-  <build>
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.its</groupId>
-        <artifactId>core-integration-testing-wagon</artifactId>
-        <version>2.1-SNAPSHOT</version>
-      </extension>
-    </extensions>
-  </build>
-  <distributionManagement>
-    <repository>
-      <id>id</id>
-      <!-- Note this won't actually be used if it passes -->
-      <url>scpexe://foo.bar/path</url>
-    </repository>
-  </distributionManagement>
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3485-overrideWagonExtension/src/main/java/org/apache/maven/its/mng3485/App.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3485-overrideWagonExtension/src/main/java/org/apache/maven/its/mng3485/App.java
deleted file mode 100644
index faac444..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3485-overrideWagonExtension/src/main/java/org/apache/maven/its/mng3485/App.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package org.apache.maven.its.mng3485;
-
-/**
- * Hello world!
- *
- */
-public class App 
-{
-    public static void main( String[] args )
-    {
-        System.out.println( "Hello World!" );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3485-overrideWagonExtension/src/test/java/org/apache/maven/its/mng3485/AppTest.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3485-overrideWagonExtension/src/test/java/org/apache/maven/its/mng3485/AppTest.java
deleted file mode 100644
index 6416ae8..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3485-overrideWagonExtension/src/test/java/org/apache/maven/its/mng3485/AppTest.java
+++ /dev/null
@@ -1,38 +0,0 @@
-package org.apache.maven.its.mng3485;
-
-import junit.framework.Test;
-import junit.framework.TestCase;
-import junit.framework.TestSuite;
-
-/**
- * Unit test for simple App.
- */
-public class AppTest 
-    extends TestCase
-{
-    /**
-     * Create the test case
-     *
-     * @param testName name of the test case
-     */
-    public AppTest( String testName )
-    {
-        super( testName );
-    }
-
-    /**
-     * @return the suite of tests being tested
-     */
-    public static Test suite()
-    {
-        return new TestSuite( AppTest.class );
-    }
-
-    /**
-     * Rigourous Test :-)
-     */
-    public void testApp()
-    {
-        assertTrue( true );
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3498/maven-mng3498-plugin/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3498/maven-mng3498-plugin/pom.xml
deleted file mode 100644
index a55c31b..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3498/maven-mng3498-plugin/pom.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you 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.
--->
-
-<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>
-  <groupId>org.apache.maven.its.mng3498</groupId>
-  <artifactId>maven-mng3498-plugin</artifactId>
-  <packaging>maven-plugin</packaging>
-  <version>1</version>
-  <name>maven-mng3498-plugin Maven Mojo</name>
-  <url>http://maven.apache.org</url>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3498/maven-mng3498-plugin/src/main/java/plugin/CheckMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3498/maven-mng3498-plugin/src/main/java/plugin/CheckMojo.java
deleted file mode 100644
index 94bdf24..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3498/maven-mng3498-plugin/src/main/java/plugin/CheckMojo.java
+++ /dev/null
@@ -1,62 +0,0 @@
-/*
- * Copyright 2001-2005 The Apache Software 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.
- */
-
-package plugin;
-
-import org.apache.maven.plugin.Mojo;
-import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.plugin.MojoFailureException;
-import org.apache.maven.plugin.logging.Log;
-
-import java.io.File;
-
-/**
- * @goal check
- * @phase validate
- * @execute goal="touch"
- */
-public class CheckMojo
-    implements Mojo
-{
-
-    /**
-     * @parameter default-value="${project.build.directory}/touch.txt"
-     * @required
-     */
-    private File touchFile;
-
-    private Log log;
-
-    public void execute()
-        throws MojoExecutionException, MojoFailureException
-    {
-        if ( !touchFile.exists() )
-        {
-            throw new MojoExecutionException( "Touch file: " + touchFile + " has not been generated by forked mojo 'touch'." );
-        }
-    }
-
-    public Log getLog()
-    {
-        return log;
-    }
-
-    public void setLog( Log log )
-    {
-        this.log = log;
-    }
-
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3498/maven-mng3498-plugin/src/main/java/plugin/TouchMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/mng-3498/maven-mng3498-plugin/src/main/java/plugin/TouchMojo.java
deleted file mode 100644
index 8748b3d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3498/maven-mng3498-plugin/src/main/java/plugin/TouchMojo.java
+++ /dev/null
@@ -1,79 +0,0 @@
-package plugin;
-
-/*
- * Copyright 2001-2005 The Apache Software 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.
- */
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-
-import java.io.File;
-import java.io.FileWriter;
-import java.io.IOException;
-
-/**
- * Goal which touches a timestamp file.
- *
- * @goal touch
- */
-public class TouchMojo
-    extends AbstractMojo
-{
-    /**
-     * Location of the file.
-     * @parameter expression="${project.build.directory}"
-     * @required
-     */
-    private File outputDirectory;
-
-    public void execute()
-        throws MojoExecutionException
-    {
-        File f = outputDirectory;
-
-        if ( !f.exists() )
-        {
-            f.mkdirs();
-        }
-
-        File touch = new File( f, "touch.txt" );
-
-        FileWriter w = null;
-        try
-        {
-            w = new FileWriter( touch );
-
-            w.write( "touch.txt" );
-        }
-        catch ( IOException e )
-        {
-            throw new MojoExecutionException( "Error creating file " + touch, e );
-        }
-        finally
-        {
-            if ( w != null )
-            {
-                try
-                {
-                    w.close();
-                }
-                catch ( IOException e )
-                {
-                    // ignore
-                }
-            }
-        }
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3498/mng-3498-project/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3498/mng-3498-project/pom.xml
deleted file mode 100644
index a3ecb01..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3498/mng-3498-project/pom.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you 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.
--->
-
-<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>
-  <groupId>org.apache.maven.its.mng3498</groupId>
-  <artifactId>mng-3498-project</artifactId>
-  <packaging>jar</packaging>
-  <version>1</version>
-  
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>${project.groupId}</groupId>
-        <artifactId>maven-mng3498-plugin</artifactId>
-        <version>1</version>
-        <executions>
-          <execution>
-            <id>check</id>
-            <phase>validate</phase>
-            <goals>
-              <goal>check</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3498/readme.txt b/core-integration-testing/core-integration-tests/src/test/resources/mng-3498/readme.txt
deleted file mode 100644
index 37979d0..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3498/readme.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-Tests mojos that fork to another mojo inside the same plugin.
-
-To run, execute the following steps:
-
-1. Build the plugin:
-
-    cd plugin
-    mvn clean install
-    
-2. Build the test project:
-
-    cd project
-    mvn validte
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng-3545-ProfileDeactivation/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng-3545-ProfileDeactivation/pom.xml
deleted file mode 100644
index d0d5b13..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng-3545-ProfileDeactivation/pom.xml
+++ /dev/null
@@ -1,154 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng3545</groupId>
-  <artifactId>test-artifact</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.its.plugins</groupId>
-          <artifactId>maven-it-plugin-touch</artifactId>
-          <version>2.1-SNAPSHOT</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-  <profiles>
-    <profile>
-      <id>profile1</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.its.plugins</groupId>
-            <artifactId>maven-it-plugin-touch</artifactId>
-            <executions>
-              <execution>
-                <id>profile1-touch</id>
-                <goals>
-                  <goal>touch</goal>
-                </goals>
-                <configuration>
-                  <outputDirectory>${project.build.directory}/profile1</outputDirectory>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
-      <id>profile2</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.its.plugins</groupId>
-            <artifactId>maven-it-plugin-touch</artifactId>
-            <executions>
-              <execution>
-                <id>profile2-touch</id>
-                <goals>
-                  <goal>touch</goal>
-                </goals>
-                <configuration>
-                  <outputDirectory>${project.build.directory}/profile2</outputDirectory>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
-      <id>profile3</id>
-      <activation>
-        <property>
-          <name>profile3-activation-property</name>
-          <value>true</value>
-        </property>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.its.plugins</groupId>
-            <artifactId>maven-it-plugin-touch</artifactId>
-            <executions>
-              <execution>
-                <id>profile3-touch</id>
-                <goals>
-                  <goal>touch</goal>
-                </goals>
-                <configuration>
-                  <outputDirectory>${project.build.directory}/profile3</outputDirectory>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
-      <id>profile4</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.its.plugins</groupId>
-            <artifactId>maven-it-plugin-touch</artifactId>
-            <executions>
-              <execution>
-                <id>profile4-touch</id>
-                <goals>
-                  <goal>touch</goal>
-                </goals>
-                <configuration>
-                  <outputDirectory>${project.build.directory}/profile4</outputDirectory>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
-      <id>profile5</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.its.plugins</groupId>
-            <artifactId>maven-it-plugin-touch</artifactId>
-            <executions>
-              <execution>
-                <id>profile5-touch</id>
-                <goals>
-                  <goal>touch</goal>
-                </goals>
-                <configuration>
-                  <outputDirectory>${project.build.directory}/profile5</outputDirectory>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-  <!--remove when the IT plugins are actually release-->
-    <pluginRepositories>
-        <pluginRepository>
-            <id>apache.snapshots</id>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </pluginRepository>
-    </pluginRepositories>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng2277aggregatorPlugins/assembly/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng2277aggregatorPlugins/assembly/pom.xml
deleted file mode 100644
index d4e01b6..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng2277aggregatorPlugins/assembly/pom.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<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>

-  <parent>

-    <groupId>org.apache.maven.its.mng2277</groupId>

-    <artifactId>parent</artifactId>

-    <version>1.0</version>

-  </parent>

-  <name>assembly</name>

-  <artifactId>assembly</artifactId>

-  <version>1.0</version>

-</project>

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng2277aggregatorPlugins/mvn b/core-integration-testing/core-integration-tests/src/test/resources/mng2277aggregatorPlugins/mvn
deleted file mode 100644
index e69de29..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng2277aggregatorPlugins/mvn
+++ /dev/null
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng2277aggregatorPlugins/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng2277aggregatorPlugins/pom.xml
deleted file mode 100644
index 4f6496f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng2277aggregatorPlugins/pom.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<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>

-  <groupId>org.apache.maven.its.mng2277</groupId>

-  <artifactId>parent</artifactId>

-  <packaging>pom</packaging>

-  <version>1.0</version>

-  <name>MNG-2277</name>

-  

-  <modules>

-    <module>assembly</module>

-    <module>test</module>

-  </modules>

-</project>

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng2277aggregatorPlugins/readme.txt b/core-integration-testing/core-integration-tests/src/test/resources/mng2277aggregatorPlugins/readme.txt
deleted file mode 100644
index a6695b9..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng2277aggregatorPlugins/readme.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-This test checks that Maven doesn't crash when a plugin that has both @aggregator and @requiresDependencyResolution is run on a new project with sibling dependencies.

-See MNG-2277
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng2277aggregatorPlugins/test/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng2277aggregatorPlugins/test/pom.xml
deleted file mode 100644
index 824bf61..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng2277aggregatorPlugins/test/pom.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<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>

-  <parent>

-    <groupId>org.apache.maven.its.mng2277</groupId>

-    <artifactId>parent</artifactId>

-    <version>1.0</version>

-  </parent>

-  <artifactId>test</artifactId>

-  <name>Test</name>

-  <dependencies>

-      <dependency>

-        <groupId>org.apache.maven.its.mng2277</groupId>

-        <artifactId>assembly</artifactId>

-        <version>1.0</version>

-      </dependency>

-    </dependencies>

-</project>

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng2277aggregatorPlugins/test/src/main/java/Class.java b/core-integration-testing/core-integration-tests/src/test/resources/mng2277aggregatorPlugins/test/src/main/java/Class.java
deleted file mode 100644
index b7f0034..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng2277aggregatorPlugins/test/src/main/java/Class.java
+++ /dev/null
@@ -1,9 +0,0 @@
-public class Class

-{

-

-public static void main(String[] args)

-{

-  System.out.println("hello");

-  }

-  

-}
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/issue/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/issue/pom.xml
deleted file mode 100644
index da2b497..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/issue/pom.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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">
-    <parent>
-        <groupId>org.codehaus.jira.mng.2289</groupId>
-        <artifactId>parent</artifactId>
-        <version>SNAPSHOT</version>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>mng-issue-2289</artifactId>
-    <packaging>jar</packaging>
-    <name>Issue 2289</name>
-    <version>SNAPSHOT</version>
-    <description><![CDATA[Demonstration of issue 2289.]]></description>
-    
-    <dependencies>
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-        </dependency>
-    </dependencies>
-    
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/issue/src/main/java/mng/Issue2289.java b/core-integration-testing/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/issue/src/main/java/mng/Issue2289.java
deleted file mode 100755
index 91a16b8..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/issue/src/main/java/mng/Issue2289.java
+++ /dev/null
@@ -1,12 +0,0 @@
-package mng;
-
-import junit.framework.TestCase;
-
-public class Issue2289
-{
-	public static void main(final String[] args)
-	{
-		TestCase tc = new TestCase("Dummy") {};
-		System.exit(tc == null ? -1 : 0);
-	}
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/parent/pom1.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/parent/pom1.xml
deleted file mode 100644
index 2f8ffe1..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/parent/pom1.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-    <groupId>org.codehaus.jira.mng.2289</groupId>
-    <artifactId>parent</artifactId>
-    <packaging>pom</packaging>
-    <name>Parent POM for issue 2289</name>
-    <version>SNAPSHOT</version>
-    <inceptionYear>2006</inceptionYear>
-
-    <build/>
-    <profiles/>
-    <reporting/>
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>commons-logging</groupId>
-                <artifactId>commons-logging</artifactId>
-                <version>1.0.1</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
-    <repositories>
-        <repository>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>always</updatePolicy>
-            </snapshots>
-            <id>local-snapshot-repo</id>
-            <name>Local snapshot repository</name>
-            <url>file:///tmp/repo-m2-snapshot</url>
-        </repository>
-    </repositories>
-    
-    <!-- Define the locations for artifact distribution -->
-    <distributionManagement>
-        <snapshotRepository>
-            <id>demo-snapshot</id>
-            <name>Demo Maven 2 snapshot repository</name>
-            <url>file:///tmp/repo-m2-snapshot</url>
-            <uniqueVersion>false</uniqueVersion>
-        </snapshotRepository>
-    </distributionManagement>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/parent/pom2.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/parent/pom2.xml
deleted file mode 100644
index bb2e225..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/parent/pom2.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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>
-    <groupId>org.codehaus.jira.mng.2289</groupId>
-    <artifactId>parent</artifactId>
-    <packaging>pom</packaging>
-    <name>Parent POM for issue 2289</name>
-    <version>SNAPSHOT</version>
-    <inceptionYear>2006</inceptionYear>
-
-    <build/>
-    <profiles/>
-    <reporting/>
-    
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>commons-logging</groupId>
-                <artifactId>commons-logging</artifactId>
-                <version>1.0.2</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
-    <repositories>
-        <repository>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>always</updatePolicy>
-            </snapshots>
-            <id>local-snapshot-repo</id>
-            <name>Local snapshot repository</name>
-            <url>file:///tmp/repo-m2-snapshot</url>
-        </repository>
-    </repositories>
-    
-    <!-- Define the locations for artifact distribution -->
-    <distributionManagement>
-        <snapshotRepository>
-            <id>demo-snapshot</id>
-            <name>Demo Maven 2 snapshot repository</name>
-            <url>file:///tmp/repo-m2-snapshot</url>
-            <uniqueVersion>false</uniqueVersion>
-        </snapshotRepository>
-    </distributionManagement>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/test.sh b/core-integration-testing/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/test.sh
deleted file mode 100755
index 417142a..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng2289-useNewParentSnapshots/test.sh
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-# We want to test that after changing the parent POM which is a SNAPSHOT, it is used for any children.
-
-dir=`pwd`
-
-mvn="mvn"
-repo="$HOME/maven-repo-local"
-
-# Remove commons-logging all together
-rm -rf $repo/commons-logging
-# Deploy the parent POM in our file-based remote repository
-( cd parent ; $mvn -f pom1.xml deploy )
-# Run the compile phase for the child project. This will bring down commons-logging 1.0.1
-( cd issue; $mvn compile )
-# Deploy the parent POM with an update version of the commons-logging dependency -> 1.0.2
-
-read
-
-( cd parent ; $mvn -f pom2.xml deploy )
-# Move the original commons-loggings deps out of the way
-mv $repo/commons-logging $repo/commons-logging-1.0.1
-# Run the child project again and the new version of commons-logging should come down
-( cd issue; $mvn compile )
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/dep1/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/dep1/pom.xml
deleted file mode 100644
index 9302f1f..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/dep1/pom.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng2972</groupId>
-  <artifactId>dep</artifactId>
-  <packaging>jar</packaging>
-  <version>1.0</version>
-  <name>dep1</name>
-  <url>http://maven.apache.org</url>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/dep1/src/main/java/its/Dep.java b/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/dep1/src/main/java/its/Dep.java
deleted file mode 100644
index bc38f04..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/dep1/src/main/java/its/Dep.java
+++ /dev/null
@@ -1,9 +0,0 @@
-package its;

-

-public class Dep 

-{

-    public static void main()

-    {

-        System.out.println( "MNG-2972-VERSION-1" );

-    }

-}

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/dep2/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/dep2/pom.xml
deleted file mode 100644
index d865eff..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/dep2/pom.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng2972</groupId>
-  <artifactId>dep</artifactId>
-  <packaging>jar</packaging>
-  <version>2.0</version>
-  <name>dep1</name>
-  <url>http://maven.apache.org</url>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/dep2/src/main/java/its/Dep.java b/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/dep2/src/main/java/its/Dep.java
deleted file mode 100644
index f2a2344..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/dep2/src/main/java/its/Dep.java
+++ /dev/null
@@ -1,9 +0,0 @@
-package its;

-

-public class Dep 

-{

-    public static void main()

-    {

-        System.out.println( "MNG-2972-VERSION-2" );

-    }

-}

diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/mng2972/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/mng2972/pom.xml
deleted file mode 100644
index a20df1d..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/mng2972/pom.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng2972</groupId>
-  <artifactId>mng2972</artifactId>
-  <packaging>maven-plugin</packaging>
-  <version>0.0.1-SNAPSHOT</version>
-  <name>mng2972 Maven Mojo</name>
-  <url>http://maven.apache.org</url>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>

-    <dependency>

-      <groupId>org.apache.maven.its.mng2972</groupId>

-      <artifactId>dep</artifactId>

-      <version>1.0</version>

-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/mng2972/src/main/java/org/apache/maven/its/mng2972/mng2972/MyMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/mng2972/src/main/java/org/apache/maven/its/mng2972/mng2972/MyMojo.java
deleted file mode 100644
index 76e8faa..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/mng2972/src/main/java/org/apache/maven/its/mng2972/mng2972/MyMojo.java
+++ /dev/null
@@ -1,36 +0,0 @@
-package org.apache.maven.its.mng2972.mng2972;
-
-/*
- * Copyright 2001-2005 The Apache Software 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.
- */
-
-import its.Dep;
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-
-/**
- * @goal test
- * @phase process-sources
- */
-public class MyMojo
-    extends AbstractMojo
-{
-    public void execute()
-        throws MojoExecutionException
-    {
-        Dep.main();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/mojo/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/mojo/pom.xml
deleted file mode 100644
index 826314c..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/mojo/pom.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.mng2972</groupId>
-  <artifactId>mojo</artifactId>
-  <packaging>maven-plugin</packaging>
-  <version>0.0.1-SNAPSHOT</version>
-  <name>mng2972 Maven Mojo</name>
-  <url>http://maven.apache.org</url>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>

-    <dependency>

-      <groupId>org.apache.maven.its.mng2972</groupId>

-      <artifactId>dep</artifactId>

-      <version>1.0</version>

-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/mojo/src/main/java/org/apache/maven/its/mng2972/mng2972/MyMojo.java b/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/mojo/src/main/java/org/apache/maven/its/mng2972/mng2972/MyMojo.java
deleted file mode 100644
index 76e8faa..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/mojo/src/main/java/org/apache/maven/its/mng2972/mng2972/MyMojo.java
+++ /dev/null
@@ -1,36 +0,0 @@
-package org.apache.maven.its.mng2972.mng2972;
-
-/*
- * Copyright 2001-2005 The Apache Software 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.
- */
-
-import its.Dep;
-
-import org.apache.maven.plugin.AbstractMojo;
-import org.apache.maven.plugin.MojoExecutionException;
-
-/**
- * @goal test
- * @phase process-sources
- */
-public class MyMojo
-    extends AbstractMojo
-{
-    public void execute()
-        throws MojoExecutionException
-    {
-        Dep.main();
-    }
-}
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/user/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/user/pom.xml
deleted file mode 100644
index 1d7b4db..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng2972-overridingPluginDependency/user/pom.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<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>
-    <groupId>org.apache.maven.its.mng2972</groupId>
-    <artifactId>user</artifactId>
-    <packaging>jar</packaging>
-    <version>1.0</version>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.its.mng2972</groupId>
-                <artifactId>mojo</artifactId>
-                <version>0.0.1-SNAPSHOT</version>
-                <executions>
-                    <execution>
-                        <phase>validate</phase>
-                        <goals>
-                            <goal>test</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <!--this should override a dependency in the plugin. If successfull, it will prong MNG-2972-VERSION-2-->
-                <dependencies>
-                    <dependency>
-                        <groupId>org.apache.maven.its.mng2972</groupId>
-                        <artifactId>dep</artifactId>
-                        <version>2.0</version>
-                    </dependency>
-                </dependencies>
-            </plugin>
-        </plugins>
-    </build>
-
-
-
-</project>
-
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng3284-usingCachedPlugins/PomA/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng3284-usingCachedPlugins/PomA/pom.xml
deleted file mode 100644
index 9867125..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng3284-usingCachedPlugins/PomA/pom.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<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>
-  <groupId>test.bug</groupId>
-  <artifactId>PomA</artifactId>
-  <packaging>jar</packaging>
-
-
-  <parent>
-    <groupId>test</groupId>
-    <artifactId>bug</artifactId>
-    <version>1.0-SNAPSHOT</version>
-   </parent>
-  
-  <build>
-		<plugins>
-			<plugin>
-				<groupId>test.bug</groupId>
-				<artifactId>mojo</artifactId>
-				<version>1.0</version>
-				<executions>
-					<execution>
-						<goals>
-							<goal>bug</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
- </build>
-
-  
-
-</project>
-
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng3284-usingCachedPlugins/PomB/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng3284-usingCachedPlugins/PomB/pom.xml
deleted file mode 100644
index 00fd2c1..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng3284-usingCachedPlugins/PomB/pom.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<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>
-      <parent>
-    <groupId>test</groupId>
-    <artifactId>bug</artifactId>
-    <version>1.0-SNAPSHOT</version>
-   </parent>
-	<groupId>test.bug</groupId>
-	<artifactId>PomB</artifactId>
-	<packaging>jar</packaging>
-	<version>1.0-SNAPSHOT</version>
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>test.bug</groupId>
-				<artifactId>mojo</artifactId>
-				<version>2.0</version>
-				<executions>
-					<execution>
-						<goals>
-							<goal>bug</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
-</project>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng3284-usingCachedPlugins/mojo/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng3284-usingCachedPlugins/mojo/pom.xml
deleted file mode 100644
index c8e5f25..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng3284-usingCachedPlugins/mojo/pom.xml
+++ /dev/null
@@ -1,88 +0,0 @@
-<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>
-  <groupId>test.bug</groupId>
-  <artifactId>mojo</artifactId>
-  <packaging>maven-plugin</packaging>
-  <version>1.0</version>
-  
-  
-  <build>
-		<plugins>
-			<plugin>
-				<groupId>org.codehaus.mojo.groovy</groupId>
-				<artifactId>groovy-maven-plugin</artifactId>
-				<version>1.0-beta-2</version>
-				<executions>
-					<execution>
-						<goals>
-							<goal>compile</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		
-		<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-plugin-plugin</artifactId>
-				<dependencies>
-					<dependency>
-						<groupId>org.codehaus.mojo.groovy</groupId>
-						<artifactId>groovy-mojo-tools</artifactId>
-						<version>1.0-beta-2</version>
-					</dependency>
-				</dependencies>
-				<configuration>
-					<extractors>
-						<extractor>groovy</extractor>
-						<extractor>java</extractor>
-					</extractors>
-					<goalPrefix>bug</goalPrefix>
-				</configuration>
-			</plugin>
-		
-		</plugins>
-		
-		
-	</build>
-  
-  <dependencies>
-  	<dependency>
-			<groupId>org.codehaus.mojo.groovy</groupId>
-			<artifactId>groovy-mojo-support</artifactId>
-			<version>1.0-beta-2</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-plugin-api</artifactId>
-			<version>2.0</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-project</artifactId>
-			<version>2.0</version>
-		</dependency>
-			<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-artifact</artifactId>
-			<version>2.0</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-settings</artifactId>
-			<version>2.0</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-plugin-descriptor</artifactId>
-			<version>2.0</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-core</artifactId>
-			<version>2.0</version>
-		</dependency>
-  </dependencies>
-
-</project>
-
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng3284-usingCachedPlugins/mojo/src/main/groovy/test/bug/DepMojo.groovy b/core-integration-testing/core-integration-tests/src/test/resources/mng3284-usingCachedPlugins/mojo/src/main/groovy/test/bug/DepMojo.groovy
deleted file mode 100644
index 98dda7e..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng3284-usingCachedPlugins/mojo/src/main/groovy/test/bug/DepMojo.groovy
+++ /dev/null
@@ -1,26 +0,0 @@
-package test.bug
-
-import org.codehaus.mojo.groovy.GroovyMojoSupport
-
-
-/**
- * Show bug?
- *
- * @goal bug
- * @phase package
- */
-class DepMojo
-    extends GroovyMojoSupport
-{
-    
-    
-    void execute() {
-     println "USING VERSION 1"; 
-    }
-    
-    
-  
-}
-
-
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng3284-usingCachedPlugins/mojo2/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng3284-usingCachedPlugins/mojo2/pom.xml
deleted file mode 100644
index 8b699d7..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng3284-usingCachedPlugins/mojo2/pom.xml
+++ /dev/null
@@ -1,88 +0,0 @@
-<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>
-  <groupId>test.bug</groupId>
-  <artifactId>mojo</artifactId>
-  <packaging>maven-plugin</packaging>
-  <version>2.0</version>
-  
-  
-  <build>
-		<plugins>
-			<plugin>
-				<groupId>org.codehaus.mojo.groovy</groupId>
-				<artifactId>groovy-maven-plugin</artifactId>
-				<version>1.0-beta-2</version>
-				<executions>
-					<execution>
-						<goals>
-							<goal>compile</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		
-		<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-plugin-plugin</artifactId>
-				<dependencies>
-					<dependency>
-						<groupId>org.codehaus.mojo.groovy</groupId>
-						<artifactId>groovy-mojo-tools</artifactId>
-						<version>1.0-beta-2</version>
-					</dependency>
-				</dependencies>
-				<configuration>
-					<extractors>
-						<extractor>groovy</extractor>
-						<extractor>java</extractor>
-					</extractors>
-					<goalPrefix>bug</goalPrefix>
-				</configuration>
-			</plugin>
-		
-		</plugins>
-		
-		
-	</build>
-  
-  <dependencies>
-  	<dependency>
-			<groupId>org.codehaus.mojo.groovy</groupId>
-			<artifactId>groovy-mojo-support</artifactId>
-			<version>1.0-beta-2</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-plugin-api</artifactId>
-			<version>2.0</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-project</artifactId>
-			<version>2.0</version>
-		</dependency>
-			<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-artifact</artifactId>
-			<version>2.0</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-settings</artifactId>
-			<version>2.0</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-plugin-descriptor</artifactId>
-			<version>2.0</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.maven</groupId>
-			<artifactId>maven-core</artifactId>
-			<version>2.0</version>
-		</dependency>
-  </dependencies>
-
-</project>
-
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng3284-usingCachedPlugins/mojo2/src/main/groovy/test/bug/DepMojo.groovy b/core-integration-testing/core-integration-tests/src/test/resources/mng3284-usingCachedPlugins/mojo2/src/main/groovy/test/bug/DepMojo.groovy
deleted file mode 100644
index 0844902..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng3284-usingCachedPlugins/mojo2/src/main/groovy/test/bug/DepMojo.groovy
+++ /dev/null
@@ -1,21 +0,0 @@
-package test.bug
-
-import org.codehaus.mojo.groovy.GroovyMojoSupport
-
-/**
- * Show bug?
- *
- * @goal bug
- * @phase package
- */
-class DepMojo
-    extends GroovyMojoSupport
-{
-    void execute() {
-     println "USING VERSION 2"; 
-    }
-  
-}
-
-
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng3284-usingCachedPlugins/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng3284-usingCachedPlugins/pom.xml
deleted file mode 100644
index d0e2db8..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng3284-usingCachedPlugins/pom.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<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>

-	<groupId>test</groupId>

-	<artifactId>bug</artifactId>

-	<version>1.0-SNAPSHOT</version>

-	<packaging>pom</packaging>

-	<modules>

-		<module>PomA</module>

-		<module>PomB</module>

-	</modules>

-</project>
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng3426-overridingPluginDependency/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/mng3426-overridingPluginDependency/pom.xml
deleted file mode 100644
index ad5eebe..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng3426-overridingPluginDependency/pom.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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">
-
-	<groupId>org.apache.maven.its.mgn3426</groupId>
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>mng-issue-3426</artifactId>
-    <packaging>jar</packaging>
-    <name>Issue 3426</name>
-    <version>SNAPSHOT</version>
-    <description><![CDATA[Demonstration of issue 3426.]]></description>
-    
-    <build>
-	  <plugins>
-	    <!-- Castor code generator includes in generated files Header the version of castor used
-		     during code generation. With the following configuration we expect castor 1.1.1 to
-			 generate code. On maven 2.0.8 plugin uses castor 1.1.2.1 as specified in plugin POM
-  		-->
-	    <plugin>
-		  <groupId>org.codehaus.mojo</groupId>
-		  <artifactId>castor-maven-plugin</artifactId>    
-		  <version>2.0-alpha1</version>
-		  <dependencies>
-		    <dependency>
-			  <groupId>org.codehaus.castor</groupId>
-			  <artifactId>castor-codegen</artifactId>
-              <version>1.1.1</version>	
-              <!--JTA isn't in the repo and isn't needed for this test-->
-              <exclusions>
-                <exclusion>
-                  <groupId>javax.transaction</groupId>
-                  <artifactId>jta</artifactId>
-                </exclusion>
-              </exclusions>
-			</dependency>
-		  </dependencies>
-		</plugin>		
-	  </plugins>
-	</build>
-    
-</project>
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng3426-overridingPluginDependency/readme.txt b/core-integration-testing/core-integration-tests/src/test/resources/mng3426-overridingPluginDependency/readme.txt
deleted file mode 100644
index 1a12471..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng3426-overridingPluginDependency/readme.txt
+++ /dev/null
@@ -1 +0,0 @@
-There is another test under MNG-2972 that also reproduces this without external dependencies. The test contained here relies on castor. There is one other subtle difference in these tests: 3426 calls a plugin directly while 2972 has it bound to the lifecycle. We found at least one instance where 2972 passes and 3426 fails. Therefore, we should keep both tests as they execute different functionality.
\ No newline at end of file
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng3426-overridingPluginDependency/src/main/castor/castorbuilder.properties b/core-integration-testing/core-integration-tests/src/test/resources/mng3426-overridingPluginDependency/src/main/castor/castorbuilder.properties
deleted file mode 100644
index e69de29..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng3426-overridingPluginDependency/src/main/castor/castorbuilder.properties
+++ /dev/null
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/mng3426-overridingPluginDependency/src/main/castor/test.xsd b/core-integration-testing/core-integration-tests/src/test/resources/mng3426-overridingPluginDependency/src/main/castor/test.xsd
deleted file mode 100644
index 5fca738..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/mng3426-overridingPluginDependency/src/main/castor/test.xsd
+++ /dev/null
@@ -1,14 +0,0 @@
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
-
-<xs:element name="test">
-  <xs:complexType>
-    <xs:attribute name="name" type="xs:string" use ="required"/>
-  </xs:complexType>
-</xs:element>
-
-</xs:schema>
-
-  
-  
-  
-
diff --git a/core-integration-testing/core-integration-tests/src/test/resources/pom.xml b/core-integration-testing/core-integration-tests/src/test/resources/pom.xml
deleted file mode 100644
index 2e7e9d2..0000000
--- a/core-integration-testing/core-integration-tests/src/test/resources/pom.xml
+++ /dev/null
@@ -1,133 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.maven.its</groupId>
-  <artifactId>maven-its</artifactId>
-  <packaging>pom</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <modules>
-    <module>it0000</module>
-    <module>it0001</module>
-    <module>it0002</module>
-    <module>it0003</module>
-    <module>it0004</module>
-    <module>it0005</module>
-    <module>it0006</module>
-    <module>it0007</module>
-    <module>it0008</module>
-    <module>it0009</module>
-    <module>it0010</module>
-    <module>it0011</module>
-    <module>it0012</module>
-    <module>it0013</module>
-    <module>it0014</module>
-    <module>it0016</module>
-    <module>it0017</module>
-    <module>it0018</module>
-    <module>it0019</module>
-    <module>it0020</module>
-    <module>it0021</module>
-    <module>it0022</module>
-    <module>it0023</module>
-    <module>it0024</module>
-    <module>it0025</module>
-    <module>it0026</module>
-    <module>it0027</module>
-    <module>it0028</module>
-    <module>it0029</module>
-    <module>it0030</module>
-    <module>it0031</module>
-    <module>it0032</module>
-    <module>it0033</module>
-    <module>it0034</module>
-    <module>it0035</module>
-    <module>it0036</module>
-    <module>it0037</module>
-    <module>it0038</module>
-    <!--
-    <module>it0039</module>
-    -->
-    <module>it0040</module>
-    <module>it0041</module>
-    <module>it0042</module>
-    <!--
-    has two subprojects with no POM in the top-level directory
-    <module>it0043</module>
-    -->
-    <module>it0044</module>
-    <module>it0045</module>
-    <module>it0046</module>
-    <module>it0047</module>
-    <module>it0048</module>
-    <module>it0049</module>
-    <module>it0050</module>
-    <module>it0051</module>
-    <module>it0052</module>
-    <module>it0053</module>
-    <module>it0054</module>
-    <module>it0055</module>
-    <module>it0056</module>
-    <module>it0057</module>
-    <module>it0058</module>
-    <module>it0059</module>
-    <module>it0060</module>
-    <module>it0061</module>
-    <module>it0062</module>
-    <module>it0063</module>
-    <module>it0064</module>
-    <module>it0065</module>
-    <!--
-    has a POM not named pom.xml
-    <module>it0066</module>
-    -->
-    <module>it0067</module>
-    <module>it0068</module>
-    <module>it0069</module>
-    <module>it0070</module>
-    <module>it0071</module>
-    <module>it0072</module>
-    <module>it0073</module>
-    <module>it0074</module>
-    <module>it0075</module>
-    <module>it0076</module>
-    <module>it0077</module>
-    <module>it0078</module>
-    <module>it0079</module>
-    <module>it0080</module>
-    <module>it0081</module>
-    <module>it0082</module>
-    <module>it0083</module>
-    <module>it0084</module>
-    <module>it0085</module>
-    <module>it0086</module>
-    <module>it0087</module>
-    <module>it0088</module>
-    <module>it0089</module>
-    <!-- <module>it0090</module> -->
-    <!-- <module>it0091</module> -->
-    <module>it0092</module>
-    <module>it0094</module>
-    <module>it0095</module>
-    <!-- <module>it0096</module> -->
-    <!-- <module>it0097</module> -->
-    <!-- <module>it0098</module> -->
-    <module>it0099</module>
-    <module>it0100</module>
-    <module>it0101</module>
-    <module>it0102</module>
-    <module>it0103</module>
-    <!-- <module>it0104</module> -->
-    <!-- <module>it0105</module> -->
-    <!-- <module>it0106</module> -->
-    <!-- <module>it0107</module> -->
-    <!-- <module>it0120-ejbClientDependency</module> not fixed yet -->
-    <module>it0121-transitiveDepManVersion</module>
-    <module>it0122-reactorDependencyResolution</module>
-    <!-- <module>it0123-snapshotRangeRepository</module> MNG-2994 -->
-    <!-- <module>it0124-pomExtensionComponentOverride</module> MNG-2771 -->
-    <!-- <module>it0125-newestConflictResolver</module> MNG-612 -->
-    <module>it0126-testJarDependency</module>
-    <!--
-    <module>it0127-antrunDependencies</module>
-    -->
-  </modules>
-</project>
diff --git a/core-integration-testing/maven-integration-test-archetype/pom.xml b/core-integration-testing/maven-integration-test-archetype/pom.xml
deleted file mode 100644
index de9e078..0000000
--- a/core-integration-testing/maven-integration-test-archetype/pom.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <modelVersion>4.0.0</modelVersion>
-    <parent>
-    <groupId>org.apache.maven</groupId>
-    <artifactId>maven-parent</artifactId>
-    <version>5</version>
-  </parent>
-  <groupId>org.apache.maven.its</groupId>
-  <artifactId>maven-integration-test-sample-archetype</artifactId>
-  <packaging>maven-archetype</packaging>
-  <version>1.0-SNAPSHOT</version>
-  <build>
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-archetypeng-plugin</artifactId>
-        <version>1.0-SNAPSHOT</version>
-      </extension>
-    </extensions>
-    <plugins>
-      <plugin>
-        <artifactId>maven-archetypeng-plugin</artifactId>
-        <version>1.0-SNAPSHOT</version>
-        <extensions>true</extensions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
\ No newline at end of file
diff --git a/core-integration-testing/maven-integration-test-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/core-integration-testing/maven-integration-test-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
deleted file mode 100644
index 603116a..0000000
--- a/core-integration-testing/maven-integration-test-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><archetype-descriptor id="maven-integration-test-sample-archetype">
-  <fileSets>
-    <fileSet filtered="true" packaged="true" encoding="UTF-8">
-      <directory>src/test/java</directory>
-      <includes>
-        <include>**/*.java</include>
-      </includes>
-    </fileSet>
-    <fileSet filtered="true" encoding="UTF-8">
-      <directory>src/test/resources</directory>
-      <includes>
-        <include>**/*.txt</include>
-        <include>**/*.java</include>
-        <include>**/*.xml</include>
-      </includes>
-    </fileSet>
-    <fileSet filtered="true" encoding="UTF-8">
-      <directory></directory>
-      <includes>
-        <include>.classpath</include>
-        <include>.project</include>
-        <include>out.txt</include>
-      </includes>
-    </fileSet>
-  </fileSets>
-</archetype-descriptor>
\ No newline at end of file
diff --git a/core-integration-testing/maven-integration-test-archetype/src/main/resources/META-INF/maven/archetype.xml b/core-integration-testing/maven-integration-test-archetype/src/main/resources/META-INF/maven/archetype.xml
deleted file mode 100644
index 1ec1f67..0000000
--- a/core-integration-testing/maven-integration-test-archetype/src/main/resources/META-INF/maven/archetype.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><archetype>
-  <id>maven-integration-test-sample-archetype</id>
-  <testSources>
-    <source>src\test\java\org\apache\maven\itSample\MavenITmngXXXXDescriptionOfProblemTest.java</source>
-  </testSources>
-  <resources>
-    <resource>.classpath</resource>
-    <resource>.project</resource>
-    <resource>out.txt</resource>
-  </resources>
-  <testResources>
-    <resource>src\test\resources\mng-xxxx-descriptionOfProblem\checkstyle-assembly\pom.xml</resource>
-    <resource>src\test\resources\mng-xxxx-descriptionOfProblem\checkstyle-assembly\src\main\resources\rule_set.xml</resource>
-    <resource>src\test\resources\mng-xxxx-descriptionOfProblem\checkstyle-assembly\src\main\resources\stc_checks.xml</resource>
-    <resource>src\test\resources\mng-xxxx-descriptionOfProblem\checkstyle-test\pom.xml</resource>
-    <resource>src\test\resources\mng-xxxx-descriptionOfProblem\checkstyle-test\src\main\java\Class.java</resource>
-    <resource>src\test\resources\mng-xxxx-descriptionOfProblem\pom.xml</resource>
-    <resource>src\test\resources\mng-xxxx-descriptionOfProblem\readme.txt</resource>
-  </testResources>
-</archetype>
\ No newline at end of file
diff --git a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/.classpath b/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/.classpath
deleted file mode 100644
index 76079e5..0000000
--- a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/.classpath
+++ /dev/null
@@ -1,11 +0,0 @@
-<classpath>

-  <classpathentry kind="src" path="src/test/java" output="target/test-classes"/>

-  <classpathentry kind="src" path="src/test/resources" output="target/test-classes" excluding="**/*.java"/>

-  <classpathentry kind="output" path="target/classes"/>

-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>

-  <classpathentry kind="var" path="M2_REPO/org/apache/maven/its/maven-integration-test-helper/${version}/maven-integration-test-helper-${version}.jar"/>

-  <classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar" sourcepath="M2_REPO/junit/junit/3.8.1/junit-3.8.1-sources.jar"/>

-  <classpathentry kind="var" path="M2_REPO/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar" sourcepath="M2_REPO/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1-sources.jar"/>

-  <classpathentry kind="var" path="M2_REPO/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.jar" sourcepath="M2_REPO/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5-sources.jar"/>

-  <classpathentry kind="var" path="M2_REPO/org/apache/maven/shared/maven-verifier/1.0/maven-verifier-1.0.jar" sourcepath="M2_REPO/org/apache/maven/shared/maven-verifier/1.0/maven-verifier-1.0-sources.jar"/>

-</classpath>
\ No newline at end of file
diff --git a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/.project b/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/.project
deleted file mode 100644
index 4eb9c75..0000000
--- a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/.project
+++ /dev/null
@@ -1,13 +0,0 @@
-<projectDescription>

-  <name>${artifactId}</name>

-  <comment/>

-  <projects/>

-  <buildSpec>

-    <buildCommand>

-      <name>org.eclipse.jdt.core.javabuilder</name>

-    </buildCommand>

-  </buildSpec>

-  <natures>

-    <nature>org.eclipse.jdt.core.javanature</nature>

-  </natures>

-</projectDescription>
\ No newline at end of file
diff --git a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/out.txt b/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/out.txt
deleted file mode 100644
index f426b6e..0000000
--- a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/out.txt
+++ /dev/null
@@ -1,744 +0,0 @@
-Using maven.home=c:\Program Files\maven2\bin\\..

-+ Error stacktraces are turned on.

-Maven version: 2.0.8-SNAPSHOT

-Java version: 1.5.0_11

-OS name: "windows xp" version: "5.1" arch: "x86"

-[DEBUG] Building Maven user-level plugin registry from: 'C:\Documents and Settings\brianf\.m2\plugin-registry.xml'

-[DEBUG] Building Maven global-level plugin registry from: 'c:\Program Files\maven2\bin\..\conf\plugin-registry.xml'

-[INFO] Scanning for projects...

-[INFO] Searching repository for plugin with prefix: 'archetypeng'.

-[DEBUG] Loading plugin prefixes from group: org.apache.maven.plugins

-[DEBUG] Loading plugin prefixes from group: org.codehaus.mojo

-[DEBUG] maven-archetypeng-plugin: resolved to version ${version} from local repository

-[DEBUG] Skipping disabled repository central

-[DEBUG] maven-archetypeng-plugin: using locally installed snapshot

-[DEBUG] Retrieving parent-POM: org.apache.maven.archetype:maven-archetype::${version} for project: org.apache.maven.plugins:maven-archetypeng-plugin:maven-plugin:${version} from the repository.

-[DEBUG] Skipping disabled repository central

-[DEBUG] maven-archetype: using locally installed snapshot

-[DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::5 for project: org.apache.maven.archetype:maven-archetype:pom:${version} from the repository.

-[DEBUG] Retrieving parent-POM: org.apache:apache::3 for project: org.apache.maven:maven-parent:pom:5 from the repository.

-[DEBUG] Adding managed dependencies for org.apache.maven.plugins:maven-archetypeng-plugin

-[DEBUG]   org.apache.maven.archetype:archetype-descriptor:jar:${version}

-[DEBUG]   org.apache.maven.archetype:archetype-registry:jar:${version}

-[DEBUG]   org.apache.maven.archetype:archetype-generator:jar:${version}

-[DEBUG]   org.apache.maven.archetype:marchetype-creator:jar:${version}

-[DEBUG]   org.apache.maven.archetype:archetype-common:jar:${version}

-[DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-model:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-project:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-archiver:jar:2.2

-[DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-descriptor:jar:2.0.7

-[DEBUG]   org.apache.maven.archetype:maven-archetype-core:jar:1.0-alpha-4

-[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1

-[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9

-[DEBUG]   org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4

-[DEBUG]   org.apache.maven:maven-core:jar:2.0.7

-[DEBUG]   org.apache.maven.shared:maven-downloader:jar:1.1

-[DEBUG]   org.codehaus.plexus:plexus-velocity:jar:1.1.3

-[DEBUG]   commons-io:commons-io:jar:1.3.1

-[DEBUG]   dom4j:dom4j:jar:1.6.1

-[DEBUG]   jdom:jdom:jar:1.0

-[DEBUG]   velocity:velocity:jar:1.4

-[DEBUG]   net.sourceforge.jchardet:jchardet:jar:1.0

-[DEBUG]   junit:junit:jar:3.8.1:test

-[DEBUG]   org.apache.maven.shared:maven-plugin-testing-harness:jar:1.0-beta-1:test

-[DEBUG] maven-archetypeng-plugin: using locally installed snapshot

-[INFO] ----------------------------------------------------------------------------

-[INFO] Building Maven Integration Tests

-[INFO]    task-segment: [archetypeng:create-from-project]

-[INFO] ----------------------------------------------------------------------------

-[INFO] Preparing archetypeng:create-from-project

-[DEBUG] maven-archetypeng-plugin: using locally installed snapshot

-[DEBUG] org.apache.maven.plugins:maven-archetypeng-plugin:maven-plugin:${version}:runtime (selected for runtime)

-[DEBUG] Skipping disabled repository central

-[DEBUG] Skipping disabled repository central

-[DEBUG] archetype-creator: using locally installed snapshot

-[DEBUG] Adding managed dependencies for unknown:archetype-creator

-[DEBUG]   org.apache.maven.archetype:archetype-descriptor:jar:${version}

-[DEBUG]   org.apache.maven.archetype:archetype-registry:jar:${version}

-[DEBUG]   org.apache.maven.archetype:archetype-generator:jar:${version}

-[DEBUG]   org.apache.maven.archetype:marchetype-creator:jar:${version}

-[DEBUG]   org.apache.maven.archetype:archetype-common:jar:${version}

-[DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-model:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-project:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-archiver:jar:2.2

-[DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-descriptor:jar:2.0.7

-[DEBUG]   org.apache.maven.archetype:maven-archetype-core:jar:1.0-alpha-4

-[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1

-[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9

-[DEBUG]   org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4

-[DEBUG]   org.apache.maven:maven-core:jar:2.0.7

-[DEBUG]   org.apache.maven.shared:maven-downloader:jar:1.1

-[DEBUG]   org.codehaus.plexus:plexus-velocity:jar:1.1.3

-[DEBUG]   commons-io:commons-io:jar:1.3.1

-[DEBUG]   dom4j:dom4j:jar:1.6.1

-[DEBUG]   jdom:jdom:jar:1.0

-[DEBUG]   velocity:velocity:jar:1.4

-[DEBUG]   net.sourceforge.jchardet:jchardet:jar:1.0

-[DEBUG]   junit:junit:jar:3.8.1:test

-[DEBUG]   org.apache.maven.shared:maven-plugin-testing-harness:jar:1.0-beta-1:test

-[DEBUG]   org.apache.maven.archetype:archetype-creator:jar:${version}:runtime (selected for runtime)

-[DEBUG] Skipping disabled repository central

-[DEBUG] Skipping disabled repository central

-[DEBUG] archetype-common: using locally installed snapshot

-[DEBUG] Adding managed dependencies for unknown:archetype-common

-[DEBUG]   org.apache.maven.archetype:archetype-descriptor:jar:${version}

-[DEBUG]   org.apache.maven.archetype:archetype-registry:jar:${version}

-[DEBUG]   org.apache.maven.archetype:archetype-generator:jar:${version}

-[DEBUG]   org.apache.maven.archetype:marchetype-creator:jar:${version}

-[DEBUG]   org.apache.maven.archetype:archetype-common:jar:${version}

-[DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-model:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-project:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-archiver:jar:2.2

-[DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-descriptor:jar:2.0.7

-[DEBUG]   org.apache.maven.archetype:maven-archetype-core:jar:1.0-alpha-4

-[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1

-[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9

-[DEBUG]   org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4

-[DEBUG]   org.apache.maven:maven-core:jar:2.0.7

-[DEBUG]   org.apache.maven.shared:maven-downloader:jar:1.1

-[DEBUG]   org.codehaus.plexus:plexus-velocity:jar:1.1.3

-[DEBUG]   commons-io:commons-io:jar:1.3.1

-[DEBUG]   dom4j:dom4j:jar:1.6.1

-[DEBUG]   jdom:jdom:jar:1.0

-[DEBUG]   velocity:velocity:jar:1.4

-[DEBUG]   net.sourceforge.jchardet:jchardet:jar:1.0

-[DEBUG]   junit:junit:jar:3.8.1:test

-[DEBUG]   org.apache.maven.shared:maven-plugin-testing-harness:jar:1.0-beta-1:test

-[DEBUG]     org.apache.maven.archetype:archetype-common:jar:${version}:runtime (selected for runtime)

-[DEBUG]       net.sourceforge.jchardet:jchardet:jar:1.0:runtime (selected for runtime)

-[DEBUG] Skipping disabled repository central

-[DEBUG] Skipping disabled repository central

-[DEBUG] archetype-descriptor: using locally installed snapshot

-[DEBUG] Adding managed dependencies for unknown:archetype-descriptor

-[DEBUG]   org.apache.maven.archetype:archetype-descriptor:jar:${version}

-[DEBUG]   org.apache.maven.archetype:archetype-registry:jar:${version}

-[DEBUG]   org.apache.maven.archetype:archetype-generator:jar:${version}

-[DEBUG]   org.apache.maven.archetype:marchetype-creator:jar:${version}

-[DEBUG]   org.apache.maven.archetype:archetype-common:jar:${version}

-[DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-model:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-project:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-archiver:jar:2.2

-[DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-descriptor:jar:2.0.7

-[DEBUG]   org.apache.maven.archetype:maven-archetype-core:jar:1.0-alpha-4

-[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1

-[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9

-[DEBUG]   org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4

-[DEBUG]   org.apache.maven:maven-core:jar:2.0.7

-[DEBUG]   org.apache.maven.shared:maven-downloader:jar:1.1

-[DEBUG]   org.codehaus.plexus:plexus-velocity:jar:1.1.3

-[DEBUG]   commons-io:commons-io:jar:1.3.1

-[DEBUG]   dom4j:dom4j:jar:1.6.1

-[DEBUG]   jdom:jdom:jar:1.0

-[DEBUG]   velocity:velocity:jar:1.4

-[DEBUG]   net.sourceforge.jchardet:jchardet:jar:1.0

-[DEBUG]   junit:junit:jar:3.8.1:test

-[DEBUG]   org.apache.maven.shared:maven-plugin-testing-harness:jar:1.0-beta-1:test

-[DEBUG]       org.apache.maven.archetype:archetype-descriptor:jar:${version}:runtime (selected for runtime)

-[DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.4 for project: null:plexus-utils:jar:1.1 from the repository.

-[DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected for runtime)

-[DEBUG] Skipping disabled repository central

-[DEBUG] Skipping disabled repository central

-[DEBUG] archetype-registry: using locally installed snapshot

-[DEBUG] Adding managed dependencies for unknown:archetype-registry

-[DEBUG]   org.apache.maven.archetype:archetype-descriptor:jar:${version}

-[DEBUG]   org.apache.maven.archetype:archetype-registry:jar:${version}

-[DEBUG]   org.apache.maven.archetype:archetype-generator:jar:${version}

-[DEBUG]   org.apache.maven.archetype:marchetype-creator:jar:${version}

-[DEBUG]   org.apache.maven.archetype:archetype-common:jar:${version}

-[DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-model:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-project:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-archiver:jar:2.2

-[DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-descriptor:jar:2.0.7

-[DEBUG]   org.apache.maven.archetype:maven-archetype-core:jar:1.0-alpha-4

-[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1

-[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9

-[DEBUG]   org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4

-[DEBUG]   org.apache.maven:maven-core:jar:2.0.7

-[DEBUG]   org.apache.maven.shared:maven-downloader:jar:1.1

-[DEBUG]   org.codehaus.plexus:plexus-velocity:jar:1.1.3

-[DEBUG]   commons-io:commons-io:jar:1.3.1

-[DEBUG]   dom4j:dom4j:jar:1.6.1

-[DEBUG]   jdom:jdom:jar:1.0

-[DEBUG]   velocity:velocity:jar:1.4

-[DEBUG]   net.sourceforge.jchardet:jchardet:jar:1.0

-[DEBUG]   junit:junit:jar:3.8.1:test

-[DEBUG]   org.apache.maven.shared:maven-plugin-testing-harness:jar:1.0-beta-1:test

-[DEBUG]       org.apache.maven.archetype:archetype-registry:jar:${version}:runtime (selected for runtime)

-[DEBUG] Retrieving parent-POM: org.apache.maven.shared:maven-shared-components::4 for project: org.apache.maven.shared:maven-downloader:jar:1.1 from the repository.

-[DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::4 for project: org.apache.maven.shared:maven-shared-components:pom:4 from the repository.

-[DEBUG]       org.apache.maven.shared:maven-downloader:jar:1.1:runtime (selected for runtime)

-[DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-artifact-manager:jar:2.0 from the repository.

-[DEBUG] Adding managed dependencies for org.apache.maven:maven-artifact-manager

-[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8

-[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4

-[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5

-[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5

-[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5

-[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5

-[DEBUG]         org.apache.maven:maven-artifact-manager:jar:2.0:runtime (selected for runtime)

-[DEBUG] Adding managed dependencies for org.apache.maven:maven-repository-metadata

-[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8

-[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4

-[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5

-[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5

-[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5

-[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5

-[DEBUG]           org.apache.maven:maven-repository-metadata:jar:2.0:runtime (selected for runtime)

-[DEBUG]             org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)

-[DEBUG]           org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)

-[DEBUG] Adding managed dependencies for org.apache.maven:maven-artifact

-[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8

-[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4

-[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5

-[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5

-[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5

-[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5

-[DEBUG]           org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime)

-[DEBUG]             org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)

-[DEBUG]           org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (selected for runtime)

-[DEBUG]             org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)

-[DEBUG]             junit:junit:jar:3.8.1:runtime (selected for runtime)

-[DEBUG]             classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)

-[DEBUG]           org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime (selected for runtime)

-[DEBUG]             org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)

-[DEBUG]         org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime)

-[DEBUG]           org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)

-[DEBUG] Retrieving parent-POM: org.apache.maven.archetype:maven-archetype::1.0-alpha-4 for project: org.apache.maven.archetype:maven-archetype-core:jar:1.0-alpha-4 from the repository.

-[DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for project: org.apache.maven.archetype:maven-archetype:pom:1.0-alpha-4 from the repository.

-[DEBUG] Retrieving parent-POM: org.apache:apache::1 for project: org.apache.maven:maven-parent:pom:1 from the repository.

-[DEBUG] Adding managed dependencies for org.apache.maven.archetype:maven-archetype-core

-[DEBUG]   org.apache.maven.archetype:maven-archetype-model:jar:1.0-alpha-4

-[DEBUG]   org.apache.maven.archetype:maven-archetype-core:jar:1.0-alpha-4

-[DEBUG]   org.apache.maven.archetype:maven-archetype-creator:jar:1.0-alpha-4

-[DEBUG]       org.apache.maven.archetype:maven-archetype-core:jar:1.0-alpha-4:runtime (selected for runtime)

-[DEBUG]         org.codehaus.plexus:plexus-velocity:jar:1.1.2:runtime (selected for runtime)

-[DEBUG] Retrieving parent-POM: plexus:plexus-containers::1.0.2 for project: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-7 from the repository.

-[DEBUG] Retrieving parent-POM: plexus:plexus-root::1.0.3 for project: plexus:plexus-containers:pom:1.0.2 from the repository.

-[DEBUG]           org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-7:runtime (removed - nearer found: 1.0-alpha-8)

-[DEBUG]           classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)

-[DEBUG]           plexus:plexus-utils:jar:1.0.2:runtime (selected for runtime)

-[DEBUG]           commons-collections:commons-collections:jar:2.0:runtime (selected for runtime)

-[DEBUG]           commons-logging:commons-logging-api:jar:1.0.4:runtime (selected for runtime)

-[DEBUG]           velocity:velocity:jar:1.4:runtime (selected for runtime)

-[DEBUG]             velocity:velocity-dep:jar:1.4:runtime (selected for runtime)

-[DEBUG] Adding managed dependencies for org.apache.maven:maven-model

-[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8

-[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4

-[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5

-[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5

-[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5

-[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5

-[DEBUG]         org.apache.maven:maven-model:jar:2.0:runtime (selected for runtime)

-[DEBUG]           org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)

-[DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-containers::1.0.3 for project: null:plexus-container-default:jar:1.0-alpha-9 from the repository.

-[DEBUG]         org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (removed - nearer found: 1.0-alpha-9)

-[DEBUG]         org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:runtime (selected for runtime)

-[DEBUG]           junit:junit:jar:3.8.1:runtime (selected for runtime)

-[DEBUG]           org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)

-[DEBUG]         dom4j:dom4j:jar:1.6.1:runtime (selected for runtime)

-[DEBUG]           xml-apis:xml-apis:jar:1.0.b2:runtime (selected for runtime)

-[DEBUG]       dom4j:dom4j:jar:1.6.1:runtime (selected for runtime)

-[DEBUG]         xml-apis:xml-apis:jar:1.0.b2:runtime (selected for runtime)

-[DEBUG]       jdom:jdom:jar:1.0:runtime (selected for runtime)

-[DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0.7 for project: null:maven-artifact:jar:null from the repository.

-[DEBUG] Adding managed dependencies for unknown:maven-artifact

-[DEBUG]   org.apache.maven:maven-plugin-descriptor:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-error-diagnostics:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-model:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-project:jar:2.0.7

-[DEBUG]   org.apache.maven.reporting:maven-reporting-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-test:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-settings:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-profile:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-registry:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-monitor:jar:2.0.7

-[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1

-[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.4.1

-[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2

-[DEBUG]   easymock:easymock:jar:1.2_Java1.3:test

-[DEBUG]   classworlds:classworlds:jar:1.1

-[DEBUG]       org.apache.maven:maven-artifact:jar:2.0:runtime (removed - nearer found: 2.0.7)

-[DEBUG]       org.apache.maven:maven-artifact:jar:2.0.7:runtime (selected for runtime)

-[DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.11 for project: null:plexus-utils:jar:1.4.1 from the repository.

-[DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.1)

-[DEBUG] Adding managed dependencies for unknown:maven-artifact-manager

-[DEBUG]   org.apache.maven:maven-plugin-descriptor:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-error-diagnostics:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-model:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-project:jar:2.0.7

-[DEBUG]   org.apache.maven.reporting:maven-reporting-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-test:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-settings:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-profile:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-registry:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-monitor:jar:2.0.7

-[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1

-[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.4.1

-[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2

-[DEBUG]   easymock:easymock:jar:1.2_Java1.3:test

-[DEBUG]   classworlds:classworlds:jar:1.1

-[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0:runtime (removed - nearer found: 2.0.7)

-[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0.7:runtime (selected for runtime)

-[DEBUG] Adding managed dependencies for unknown:maven-repository-metadata

-[DEBUG]   org.apache.maven:maven-plugin-descriptor:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-error-diagnostics:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-model:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-project:jar:2.0.7

-[DEBUG]   org.apache.maven.reporting:maven-reporting-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-test:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-settings:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-profile:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-registry:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-monitor:jar:2.0.7

-[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1

-[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.4.1

-[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2

-[DEBUG]   easymock:easymock:jar:1.2_Java1.3:test

-[DEBUG]   classworlds:classworlds:jar:1.1

-[DEBUG]         org.apache.maven:maven-repository-metadata:jar:2.0.7:runtime (selected for runtime)

-[DEBUG]           org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.1)

-[DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.1)

-[DEBUG]         org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:runtime (removed - nearer found: 1.0-alpha-9)

-[DEBUG] Retrieving parent-POM: org.apache.maven.wagon:wagon::1.0-beta-2 for project: null:wagon-provider-api:jar:1.0-beta-2 from the repository.

-[DEBUG] Adding managed dependencies for unknown:wagon-provider-api

-[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-provider-test:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-ssh-common-test:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-ssh-common:jar:1.0-beta-2

-[DEBUG]   junit:junit:jar:3.8.1

-[DEBUG]   org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4

-[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8

-[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4

-[DEBUG]         org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2:runtime (selected for runtime)

-[DEBUG]           org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)

-[DEBUG] Adding managed dependencies for unknown:maven-model

-[DEBUG]   org.apache.maven:maven-plugin-descriptor:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-error-diagnostics:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-model:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-project:jar:2.0.7

-[DEBUG]   org.apache.maven.reporting:maven-reporting-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-test:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-settings:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-profile:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-registry:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-monitor:jar:2.0.7

-[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1

-[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.4.1

-[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2

-[DEBUG]   easymock:easymock:jar:1.2_Java1.3:test

-[DEBUG]   classworlds:classworlds:jar:1.1

-[DEBUG]       org.apache.maven:maven-model:jar:2.0:runtime (removed - nearer found: 2.0.7)

-[DEBUG]       org.apache.maven:maven-model:jar:2.0.7:runtime (selected for runtime)

-[DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.1)

-[DEBUG] Adding managed dependencies for unknown:maven-project

-[DEBUG]   org.apache.maven:maven-plugin-descriptor:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-error-diagnostics:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-model:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-project:jar:2.0.7

-[DEBUG]   org.apache.maven.reporting:maven-reporting-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-test:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-settings:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-profile:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-registry:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-monitor:jar:2.0.7

-[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1

-[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.4.1

-[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2

-[DEBUG]   easymock:easymock:jar:1.2_Java1.3:test

-[DEBUG]   classworlds:classworlds:jar:1.1

-[DEBUG]       org.apache.maven:maven-project:jar:2.0.7:runtime (selected for runtime)

-[DEBUG] Adding managed dependencies for unknown:maven-settings

-[DEBUG]   org.apache.maven:maven-plugin-descriptor:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-error-diagnostics:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-model:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-project:jar:2.0.7

-[DEBUG]   org.apache.maven.reporting:maven-reporting-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-test:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-settings:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-profile:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-registry:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-monitor:jar:2.0.7

-[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1

-[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.4.1

-[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2

-[DEBUG]   easymock:easymock:jar:1.2_Java1.3:test

-[DEBUG]   classworlds:classworlds:jar:1.1

-[DEBUG]         org.apache.maven:maven-settings:jar:2.0.7:runtime (selected for runtime)

-[DEBUG]           org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.1)

-[DEBUG]           org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:runtime (removed - nearer found: 1.0-alpha-9)

-[DEBUG] Adding managed dependencies for unknown:maven-profile

-[DEBUG]   org.apache.maven:maven-plugin-descriptor:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-error-diagnostics:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-model:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-project:jar:2.0.7

-[DEBUG]   org.apache.maven.reporting:maven-reporting-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-test:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-settings:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-profile:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-registry:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-monitor:jar:2.0.7

-[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1

-[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.4.1

-[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2

-[DEBUG]   easymock:easymock:jar:1.2_Java1.3:test

-[DEBUG]   classworlds:classworlds:jar:1.1

-[DEBUG]         org.apache.maven:maven-profile:jar:2.0.7:runtime (selected for runtime)

-[DEBUG]           org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.1)

-[DEBUG]           org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:runtime (removed - nearer found: 1.0-alpha-9)

-[DEBUG] Adding managed dependencies for org.apache.maven:maven-plugin-registry

-[DEBUG]   org.apache.maven:maven-plugin-descriptor:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-error-diagnostics:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-model:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-project:jar:2.0.7

-[DEBUG]   org.apache.maven.reporting:maven-reporting-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-test:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-settings:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-profile:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-registry:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-monitor:jar:2.0.7

-[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1

-[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.4.1

-[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2

-[DEBUG]   easymock:easymock:jar:1.2_Java1.3:test

-[DEBUG]   classworlds:classworlds:jar:1.1

-[DEBUG]         org.apache.maven:maven-plugin-registry:jar:2.0.7:runtime (selected for runtime)

-[DEBUG]           org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.1)

-[DEBUG]           org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:runtime (removed - nearer found: 1.0-alpha-9)

-[DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.1)

-[DEBUG]         org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:runtime (removed - nearer found: 1.0-alpha-9)

-[DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.7:runtime (selected for runtime)

-[DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.1)

-[DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:runtime (selected for runtime)

-[DEBUG]         junit:junit:jar:3.8.1:runtime (selected for runtime)

-[DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)

-[DEBUG]         classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)

-[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected for runtime)

-[DEBUG]     org.apache.maven.archetype:archetype-descriptor:jar:${version}:runtime (selected for runtime)

-[DEBUG]     org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:runtime (selected for runtime)

-[DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-7:runtime (removed - nearer found: 1.0-alpha-9)

-[DEBUG]       classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)

-[DEBUG]       plexus:plexus-utils:jar:1.0.2:runtime (selected for runtime)

-[DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected for runtime)

-[DEBUG]     org.apache.maven:maven-project:jar:2.0.7:runtime (selected for runtime)

-[DEBUG]       org.apache.maven:maven-settings:jar:2.0.7:runtime (selected for runtime)

-[DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.1)

-[DEBUG]         org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:runtime (removed - nearer found: 1.0-alpha-9)

-[DEBUG]       org.apache.maven:maven-profile:jar:2.0.7:runtime (selected for runtime)

-[DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.1)

-[DEBUG]         org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:runtime (removed - nearer found: 1.0-alpha-9)

-[DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.0.7:runtime (selected for runtime)

-[DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.1)

-[DEBUG]         org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:runtime (removed - nearer found: 1.0-alpha-9)

-[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.1)

-[DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:runtime (removed - nearer found: 1.0-alpha-9)

-[DEBUG]     org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:runtime (selected for runtime)

-[DEBUG]       junit:junit:jar:3.8.1:runtime (selected for runtime)

-[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)

-[DEBUG]     org.apache.maven:maven-model:jar:2.0.7:runtime (selected for runtime)

-[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.1)

-[DEBUG]     org.apache.maven:maven-artifact:jar:2.0.7:runtime (selected for runtime)

-[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.1)

-[DEBUG]     org.apache.maven:maven-artifact-manager:jar:2.0.7:runtime (selected for runtime)

-[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.1)

-[DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:runtime (removed - nearer found: 1.0-alpha-9)

-[DEBUG]       org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2:runtime (selected for runtime)

-[DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)

-[DEBUG]     commons-io:commons-io:jar:1.3.1:runtime (selected for runtime)

-[DEBUG] Retrieving parent-POM: org.apache.maven.shared:maven-shared-components::3 for project: org.apache.maven:maven-archiver:jar:2.2 from the repository.

-[DEBUG]   org.apache.maven:maven-archiver:jar:2.2:runtime (selected for runtime)

-[DEBUG] Adding managed dependencies for unknown:maven-project

-[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8

-[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4

-[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5

-[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5

-[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5

-[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5

-[DEBUG]     org.apache.maven:maven-project:jar:2.0:runtime (removed - nearer found: 2.0.7)

-[DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-components::1.1.6 for project: null:plexus-archiver:jar:1.0-alpha-7 from the repository.

-[DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.8 for project: org.codehaus.plexus:plexus-components:pom:1.1.6 from the repository.

-[DEBUG]     org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7:runtime (selected for runtime)

-[DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (removed - nearer found: 1.0-alpha-9)

-[DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.5 for project: null:plexus-utils:jar:1.2 from the repository.

-[DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.2:runtime (removed - nearer found: 1.1)

-[DEBUG]     org.apache.maven:maven-artifact:jar:2.0:runtime (removed - nearer found: 2.0.7)

-[DEBUG] Skipping disabled repository central

-[DEBUG] Skipping disabled repository central

-[DEBUG] archetype-generator: using locally installed snapshot

-[DEBUG] Adding managed dependencies for unknown:archetype-generator

-[DEBUG]   org.apache.maven.archetype:archetype-descriptor:jar:${version}

-[DEBUG]   org.apache.maven.archetype:archetype-registry:jar:${version}

-[DEBUG]   org.apache.maven.archetype:archetype-generator:jar:${version}

-[DEBUG]   org.apache.maven.archetype:marchetype-creator:jar:${version}

-[DEBUG]   org.apache.maven.archetype:archetype-common:jar:${version}

-[DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-model:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-project:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-archiver:jar:2.2

-[DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-descriptor:jar:2.0.7

-[DEBUG]   org.apache.maven.archetype:maven-archetype-core:jar:1.0-alpha-4

-[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1

-[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9

-[DEBUG]   org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4

-[DEBUG]   org.apache.maven:maven-core:jar:2.0.7

-[DEBUG]   org.apache.maven.shared:maven-downloader:jar:1.1

-[DEBUG]   org.codehaus.plexus:plexus-velocity:jar:1.1.3

-[DEBUG]   commons-io:commons-io:jar:1.3.1

-[DEBUG]   dom4j:dom4j:jar:1.6.1

-[DEBUG]   jdom:jdom:jar:1.0

-[DEBUG]   velocity:velocity:jar:1.4

-[DEBUG]   net.sourceforge.jchardet:jchardet:jar:1.0

-[DEBUG]   junit:junit:jar:3.8.1:test

-[DEBUG]   org.apache.maven.shared:maven-plugin-testing-harness:jar:1.0-beta-1:test

-[DEBUG]   org.apache.maven.archetype:archetype-generator:jar:${version}:runtime (selected for runtime)

-[DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-components::1.1.5 for project: null:plexus-velocity:jar:1.1.3 from the repository.

-[DEBUG]     org.codehaus.plexus:plexus-velocity:jar:1.1.2:runtime (removed - nearer found: 1.1.3)

-[DEBUG]     org.codehaus.plexus:plexus-velocity:jar:1.1.3:runtime (selected for runtime)

-[DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (removed - nearer found: 1.0-alpha-9)

-[DEBUG]       commons-collections:commons-collections:jar:2.0:runtime (selected for runtime)

-[DEBUG]       velocity:velocity:jar:1.4:runtime (selected for runtime)

-[DEBUG]         velocity:velocity-dep:jar:1.4:runtime (selected for runtime)

-[DEBUG]     org.apache.maven.archetype:maven-archetype-core:jar:1.0-alpha-4:runtime (selected for runtime)

-[DEBUG]       org.codehaus.plexus:plexus-velocity:jar:1.1.2:runtime (removed - nearer found: 1.1.3)

-[DEBUG]       org.apache.maven:maven-model:jar:2.0:runtime (removed - nearer found: 2.0.7)

-[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0:runtime (removed - nearer found: 2.0.7)

-[DEBUG]       org.apache.maven:maven-artifact:jar:2.0:runtime (removed - nearer found: 2.0.7)

-[DEBUG]     velocity:velocity:jar:1.4:runtime (selected for runtime)

-[DEBUG]       velocity:velocity-dep:jar:1.4:runtime (selected for runtime)

-[DEBUG]     dom4j:dom4j:jar:1.6.1:runtime (selected for runtime)

-[DEBUG]       xml-apis:xml-apis:jar:1.0.b2:runtime (selected for runtime)

-[DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.7:runtime (selected for runtime)

-[DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.1)

-[DEBUG] Adding managed dependencies for unknown:maven-plugin-api

-[DEBUG]   org.apache.maven:maven-plugin-descriptor:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-error-diagnostics:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-model:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-project:jar:2.0.7

-[DEBUG]   org.apache.maven.reporting:maven-reporting-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-repository-metadata:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-manager:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-artifact-test:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-settings:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-profile:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-registry:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.7

-[DEBUG]   org.apache.maven:maven-monitor:jar:2.0.7

-[DEBUG]   org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1

-[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.4.1

-[DEBUG]   org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-file:jar:1.0-beta-2

-[DEBUG]   org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2

-[DEBUG]   easymock:easymock:jar:1.2_Java1.3:test

-[DEBUG]   classworlds:classworlds:jar:1.1

-[DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.7:runtime (selected for runtime)

-[DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected for runtime)

-[DEBUG]   org.apache.maven.archetype:archetype-common:jar:${version}:runtime (selected for runtime)

-[DEBUG]     net.sourceforge.jchardet:jchardet:jar:1.0:runtime (selected for runtime)

-[DEBUG]     org.apache.maven.archetype:archetype-registry:jar:${version}:runtime (selected for runtime)

-[DEBUG]     org.apache.maven.shared:maven-downloader:jar:1.1:runtime (selected for runtime)

-[DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0:runtime (removed - nearer found: 2.0.7)

-[DEBUG]       org.apache.maven:maven-artifact:jar:2.0:runtime (removed - nearer found: 2.0.7)

-[DEBUG]     jdom:jdom:jar:1.0:runtime (selected for runtime)

-[DEBUG]   org.apache.maven:maven-settings:jar:2.0.7:runtime (selected for runtime)

-[DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.1)

-[DEBUG]     org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:runtime (removed - nearer found: 1.0-alpha-9)

-[DEBUG] archetype-generator: using locally installed snapshot

-[DEBUG] archetype-common: using locally installed snapshot

-[DEBUG] archetype-descriptor: using locally installed snapshot

-[DEBUG] archetype-creator: using locally installed snapshot

-[DEBUG] archetype-registry: using locally installed snapshot

-[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-archetypeng-plugin:${version}:configure-creation' -->

-[DEBUG]   (f) archetypeRegistryFile = C:\Documents and Settings\brianf\.m2\archetype.xml

-[DEBUG]   (f) interactive = false

-[DEBUG]   (f) project = org.apache.maven.project.MavenProject@e37400ff

-[DEBUG]   (f) propertyFile = E:\svn\Maven\maven-it-tests\maven-integration-test\archetype.properties

-[DEBUG]   (f) settings = org.apache.maven.settings.Settings@d0220c

-[DEBUG] -- end configuration --

-[INFO] [archetypeng:configure-creation]

-[WARNING] Can not read ~/m2/archetype.xml

-[DEBUG] Reading property file E:\svn\Maven\maven-it-tests\maven-integration-test\archetype.properties

-[DEBUG] Read 8 properties

-[DEBUG] Creating ArchetypeDefinition (org.apache.maven.its:maven-integration-test-archetype:${version})

-[DEBUG] Creating ArchetypeConfiguration from ArchetypeDefinition, MavenProject and Properties

-[DEBUG] Adding requiredProperty groupId

-[DEBUG] Setting property groupId=org.apache.maven.its

-[DEBUG] Adding requiredProperty artifactId

-[DEBUG] Setting property artifactId=maven-integration-test

-[DEBUG] Adding requiredProperty version

-[DEBUG] Setting property version=${version}

-[DEBUG] Adding requiredProperty package

-[DEBUG] Setting property package=org.apache.maven.integrationtests

-[DEBUG] Resolving package in E:\svn\Maven\maven-it-tests\maven-integration-test using languages [java, groovy, csharp, aspectj]

-[DEBUG] Found 2 potential archetype files

-[DEBUG] Found 2 archetype files for package resolution 

-[DEBUG] Package resolved to org.apache.maven.integrationtests

-[DEBUG] Entering batch mode

-[DEBUG] Reading property file E:\svn\Maven\maven-it-tests\maven-integration-test\archetype.properties

-[DEBUG] Read 8 properties

-[DEBUG] Adding 7 properties

-[DEBUG] Stored 8 properties

-[INFO] Archetype created in target/generated-sources/archetypeng

-[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-archetypeng-plugin:${version}:create-archetype' -->

-[DEBUG]   (f) archetypeRegistryFile = C:\Documents and Settings\brianf\.m2\archetype.xml

-[DEBUG]   (f) defaultEncoding = UTF-8

-[DEBUG]   (f) project = org.apache.maven.project.MavenProject@e37400ff

-[DEBUG]   (f) propertyFile = E:\svn\Maven\maven-it-tests\maven-integration-test\archetype.properties

-[DEBUG] -- end configuration --

-[INFO] [archetypeng:create-archetype]

-[WARNING] Can not read ~/m2/archetype.xml

-[WARNING] Can not read ~/m2/archetype.xml

-[DEBUG] Reading property file E:\svn\Maven\maven-it-tests\maven-integration-test\archetype.properties

-[DEBUG] Read 8 properties

-[DEBUG] Creating ArchetypeDefinition (org.apache.maven.its:maven-integration-test-archetype:${version})

-[DEBUG] Creating ArchetypeConfiguration from ArchetypeDefinition and Properties

-[DEBUG] Adding requiredProperty package

-[DEBUG] Adding property package=org.apache.maven.integrationtests

-[DEBUG] Adding requiredProperty version

-[DEBUG] Adding property version=${version}

-[DEBUG] Adding requiredProperty groupId

-[DEBUG] Adding property groupId=org.apache.maven.its

-[DEBUG] Adding requiredProperty 

-[DEBUG] Adding property =

-[DEBUG] Adding requiredProperty artifactId

-[DEBUG] Adding property artifactId=maven-integration-test

-[INFO] ------------------------------------------------------------------------

-[ERROR] BUILD ERROR

-[INFO] ------------------------------------------------------------------------

-[INFO] The archetype is not configured
-

-[INFO] ------------------------------------------------------------------------

-[DEBUG] Trace

-org.apache.maven.lifecycle.LifecycleExecutionException: The archetype is not configured

-	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:564)

-	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)

-	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkProjectLifecycle(DefaultLifecycleExecutor.java:896)

-	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkLifecycle(DefaultLifecycleExecutor.java:739)

-	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:510)

-	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:493)

-	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:463)

-	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)

-	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)

-	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)

-	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)

-	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)

-	at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)

-	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

-	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

-	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

-	at java.lang.reflect.Method.invoke(Method.java:585)

-	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)

-	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)

-	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)

-	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

-Caused by: org.apache.maven.plugin.MojoExecutionException: The archetype is not configured

-	at org.apache.maven.archetype.mojos.CreateArchetypeMojo.execute(CreateArchetypeMojo.java:113)

-	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443)

-	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)

-	... 20 more

-Caused by: org.apache.maven.archetype.exception.ArchetypeNotConfigured: The archetype is not configured

-	at org.apache.maven.archetype.creator.FilesetArchetypeCreator.createArchetype(FilesetArchetypeCreator.java:124)

-	at org.apache.maven.archetype.mojos.CreateArchetypeMojo.execute(CreateArchetypeMojo.java:102)

-	... 22 more

-[INFO] ------------------------------------------------------------------------

-[INFO] Total time: 3 seconds

-[INFO] Finished at: Tue Jul 24 20:11:36 EDT 2007

-[INFO] Final Memory: 5M/10M

-[INFO] ------------------------------------------------------------------------

diff --git a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/pom.xml b/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/pom.xml
deleted file mode 100644
index 0c662ca..0000000
--- a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/pom.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<project>

-  <modelVersion>4.0.0</modelVersion> 

-  <groupId>${groupId}</groupId>

-  <artifactId>${artifactId}</artifactId>

-  <version>${version}</version>

-  <name>Maven Integration Tests</name>

-  <dependencies>

-    <dependency>

-      <groupId>org.apache.maven.shared</groupId>

-      <artifactId>maven-verifier</artifactId>

-      <version>1.0</version>

-    </dependency>

-    <dependency>

-	  <groupId>org.apache.maven.its</groupId>

-	  <artifactId>maven-integration-test-helper</artifactId>

-	  <version>1.0-SNAPSHOT</version>

-	</dependency>

-    <dependency>

-      <groupId>junit</groupId>

-      <artifactId>junit</artifactId>

-      <version>3.8.1</version>

-      <scope>test</scope>

-    </dependency>

-  </dependencies>

-   <!-- TODO: remove when snapshots are released -->

-	<repositories>

-		<repository>

-			<id>apache.snapshots</id>

-			<url>http://people.apache.org/repo/m2-snapshot-repository</url>

-			<releases>

-				<enabled>false</enabled>

-			</releases>

-			<snapshots>

-			    <enabled>true</enabled>

-			</snapshots>

-		</repository>

-	</repositories>

-</project>

diff --git a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/java/MavenITmngXXXXDescriptionOfProblemTest.java b/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/java/MavenITmngXXXXDescriptionOfProblemTest.java
deleted file mode 100644
index 1869232..0000000
--- a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/java/MavenITmngXXXXDescriptionOfProblemTest.java
+++ /dev/null
@@ -1,114 +0,0 @@
-package ${package};

-

-import java.io.File;

-import java.util.ArrayList;

-import java.util.List;

-

-import org.apache.maven.integrationtests.AbstractMavenIntegrationTestCase;

-import org.apache.maven.it.Verifier;

-import org.apache.maven.it.util.ResourceExtractor;

-

-/**

- * This is a sample integration test. The IT tests typically

- * operate by having a sample project in the

- * /src/test/resources folder along with a junit test like

- * this one. The junit test uses the verifier (which uses

- * the invoker) to invoke a new instance of Maven on the

- * project in the resources folder. It then checks the

- * results. This is a non-trivial example that shows two

- * phases. See more information inline in the code.

- * 

- * @author <a href="mailto:brianf@apache.org">Brian Fox</a>

- * 

- */

-public class MavenITmngXXXXDescriptionOfProblemTest

-    extends AbstractMavenIntegrationTestCase

-{

-    public void testitMNGxxxx ()

-        throws Exception

-    {

-        // TODO: RENAME THIS TEST TO SUIT YOUR SCENARIO.

-        // Usign the Jira issue id this reproduces is a good

-        // start, along with a description:

-        // ie MNG-13x-HoustonWeHaveAProblemTest  (must end in test)

-

-        // The testdir is computed from the location of this

-        // file.

-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-xxxx-descriptionOfProblem" );

-

-        Verifier verifier;

-

-        /*

-         * We must first make sure that any artifact created

-         * by this test has been removed from the local

-         * repository. Failing to do this could cause

-         * unstable test results. Fortunately, the verifier

-         * makes it easy to do this.

-         */

-        verifier = new Verifier( testDir.getAbsolutePath() );

-        verifier.deleteArtifact( "org.apache.maven.its.itsample", "parent", "1.0", "pom" );

-        verifier.deleteArtifact( "org.apache.maven.its.itsample", "checkstyle-test", "1.0", "jar" );

-        verifier.deleteArtifact( "org.apache.maven.its.itsample", "checkstyle-assembly", "1.0", "jar" );

-

-        /*

-         * The Command Line Options (CLI) are passed to the

-         * verifier as a list. This is handy for things like

-         * redefining the local repository if needed. In

-         * this case, we use the -N flag so that Maven won't

-         * recurse. We are only installing the parent pom to

-         * the local repo here.

-         */

-        List cliOptions = new ArrayList();

-        cliOptions.add( "-N" );

-        verifier.executeGoal( "install" );

-

-        /*

-         * This is the simplest way to check a build

-         * succeeded. It is also the simplest way to create

-         * an IT test: make the build pass when the test

-         * should pass, and make the build fail when the

-         * test should fail. There are other methods

-         * supported by the verifier. They can be seen here:

-         * http://maven.apache.org/shared/maven-verifier/apidocs/index.html

-         */

-        verifier.verifyErrorFreeLog();

-

-        /*

-         * Reset the streams before executing the verifier

-         * again.

-         */

-        verifier.resetStreams();

-

-        /*

-         * This particular test requires an extension

-         * containing resources to be installed that is then

-         * used by the actual IT test. Here we invoker Maven

-         * again to install it. Again, this is just

-         * preparation for the test.

-         */

-        verifier = new Verifier( new File( testDir.getAbsolutePath(), "checkstyle-assembly" ).getAbsolutePath() );

-        verifier.executeGoal( "install" );

-        verifier.verifyErrorFreeLog();

-        verifier.resetStreams();

-

-        /*

-         * Now we are running the actual test. This

-         * particular test will attempt to load the

-         * resources from the extension jar previously

-         * installed. If Maven doesn't pass this to the

-         * classpath correctly, the build will fail. This

-         * particular test will fail in Maven <2.0.6.

-         */

-        verifier = new Verifier( new File( testDir.getAbsolutePath(), "checkstyle-test" ).getAbsolutePath() );

-        verifier.executeGoal( "install" );

-        verifier.verifyErrorFreeLog();

-        verifier.resetStreams();

-

-        /*

-         * The verifier also supports beanshell scripts for

-         * verification of more complex scenarios. There are

-         * plenty of examples in the core-it tests here:

-         * http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk

-         */

-    }

-}

diff --git a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/pom.xml b/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/pom.xml
deleted file mode 100644
index 90ae024..0000000
--- a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/pom.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<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>

-  <parent>

-    <groupId>org.apache.maven.its.itsample</groupId>

-    <artifactId>parent</artifactId>

-    <version>1</version>

-  </parent>

-  <name>STC Checkstyle</name>

-  <artifactId>checkstyle-assembly</artifactId>

-  <version>1.0</version>

-</project>

diff --git a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/src/main/resources/rule_set.xml b/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/src/main/resources/rule_set.xml
deleted file mode 100644
index fda8b54..0000000
--- a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/src/main/resources/rule_set.xml
+++ /dev/null
@@ -1,112 +0,0 @@
-<?xml version="1.0"?>

-<ruleset name="EPHS Custom ruleset"

-    xmlns="http://pmd.sf.net/ruleset/1.0.0"

-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

-    xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"

-    xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">

-

-  <description>

-  This ruleset checks EPHS code

-  </description>

-

-  <rule ref="rulesets/finalizers.xml"/>  

-

-  

-  <rule ref="rulesets/controversial.xml/UnnecessaryParentheses"/>

-

-  <rule ref="rulesets/optimizations.xml/UseArrayListInsteadOfVector"/>

-  <rule ref="rulesets/optimizations.xml/SimplifyStartsWith"/>

-  <rule ref="rulesets/optimizations.xml/UseArraysAsList"/>

-  <rule ref="rulesets/optimizations.xml/AvoidArrayLoops"/>

-  <!--<rule ref="rulesets/optimizations.xml/UnnecessaryWrapperObjectCreation"/> -->

-

-  <rule ref="rulesets/j2ee.xml/UseProperClassLoader"/>

-

-

-  <rule ref="rulesets/basic.xml/EmptyCatchBlock"/>

-  <rule ref="rulesets/basic.xml/EmptyIfStmt"/>

-  <rule ref="rulesets/basic.xml/EmptyWhileStmt"/>

-  <rule ref="rulesets/basic.xml/EmptyTryBlock"/>

-  <rule ref="rulesets/basic.xml/EmptyFinallyBlock"/>

-  <rule ref="rulesets/basic.xml/EmptySwitchStatements"/>

-  <rule ref="rulesets/basic.xml/JumbledIncrementer"/>

-  <rule ref="rulesets/basic.xml/UnnecessaryConversionTemporary"/>

-  <rule ref="rulesets/basic.xml/DoubleCheckedLocking"/>

-  <rule ref="rulesets/basic.xml/OverrideBothEqualsAndHashcode"/>

-  <rule ref="rulesets/basic.xml/ReturnFromFinallyBlock"/>

-  <rule ref="rulesets/basic.xml/EmptySynchronizedBlock"/>

-  <rule ref="rulesets/basic.xml/UnnecessaryReturn"/>

-  <rule ref="rulesets/basic.xml/UnconditionalIfStatement"/>

-  <rule ref="rulesets/basic.xml/EmptyStatementNotInLoop"/>

-  <rule ref="rulesets/basic.xml/BooleanInstantiation"/>

-  <rule ref="rulesets/basic.xml/CollapsibleIfStatements"/>

-  <rule ref="rulesets/basic.xml/ClassCastExceptionWithToArray"/>

-  <rule ref="rulesets/basic.xml/UselessOperationOnImmutable"/>

- <!-- <rule ref="rulesets/basic.xml/NullPointerException"/> -->

-  <rule ref="rulesets/basic.xml/AvoidThreadGroup"/>

- <!-- <rule ref="rulesets/basic.xml/BrokenNullCheck"/> -->

- 

-  <rule ref="rulesets/sunsecure.xml"/>

-  <rule ref="rulesets/strictexception.xml"/>

-  

-  <rule ref="rulesets/codesize.xml/ExcessiveMethodLength"/>

-  <rule ref="rulesets/codesize.xml/ExcessiveParameterList"/>

-

-  <rule ref="rulesets/design.xml/SimplifyBooleanReturns"/>  

-  

-  

-  <rule ref="rulesets/design.xml/AvoidDeeplyNestedIfStmts"/>

-  <rule ref="rulesets/design.xml/ConstructorCallsOverridableMethod"/>

-  <rule ref="rulesets/design.xml/CloseResource"/>

-  <rule ref="rulesets/design.xml/NonStaticInitializer"/>

-  <rule ref="rulesets/design.xml/DefaultLabelNotLastInSwitchStmt"/>

-  <rule ref="rulesets/design.xml/NonCaseLabelInSwitchStatement"/>

-  <rule ref="rulesets/design.xml/OptimizableToArrayCall"/>

-  <rule ref="rulesets/design.xml/BadComparison"/>

-  <rule ref="rulesets/design.xml/EqualsNull"/>

-  <rule ref="rulesets/design.xml/InstantiationToGetClass"/>

-  <rule ref="rulesets/design.xml/IdempotentOperations"/>

-  <rule ref="rulesets/design.xml/AssignmentToNonFinalStatic"/>

-  <rule ref="rulesets/design.xml/MissingStaticMethodInNonInstantiatableClass"/>

-  <rule ref="rulesets/design.xml/MissingBreakInSwitch"/>

-  <rule ref="rulesets/design.xml/UseNotifyAllInsteadOfNotify"/>

-  <rule ref="rulesets/design.xml/SimplifyConditional"/>

-  <rule ref="rulesets/design.xml/CompareObjectsWithEquals"/>

-  <rule ref="rulesets/design.xml/UnnecessaryLocalBeforeReturn"/>

-  <rule ref="rulesets/design.xml/UnsynchronizedStaticDateFormatter"/>

-  <rule ref="rulesets/design.xml/PreserveStackTrace"/>

-

-  <rule ref="rulesets/strings.xml/StringInstantiation"/>

-  <rule ref="rulesets/strings.xml/StringToString"/>

-  <rule ref="rulesets/strings.xml/UnnecessaryCaseChange"/>

-  <rule ref="rulesets/strings.xml/UseStringBufferLength"/>

-  <rule ref="rulesets/strings.xml/InsufficientStringBufferDeclaration"/>

-  <!--<rule ref="rulesets/strings.xml/UselessStringValueOf"/>  -->

-

-

-  <rule ref="rulesets/imports.xml"/>

-

-  <rule ref="rulesets/naming.xml/VariableNamingConventions"/>

-

-  <!--<rule ref="rulesets/naming.xml/AvoidDollarSign"/> -->

-  <rule ref="rulesets/naming.xml/SuspiciousHashcodeMethodName"/>

-  <rule ref="rulesets/naming.xml/SuspiciousConstantFieldName"/>

-  <rule ref="rulesets/naming.xml/SuspiciousEqualsMethodName"/>

-  <rule ref="rulesets/naming.xml/AvoidFieldNameMatchingTypeName"/>

-  <rule ref="rulesets/naming.xml/AvoidFieldNameMatchingMethodName"/>

-  <rule ref="rulesets/naming.xml/AvoidNonConstructorMethodsWithClassName"/>

-  

-  <rule ref="rulesets/naming.xml/NoPackage"/>

-  <rule ref="rulesets/naming.xml/PackageCase"/>  

-  <rule ref="rulesets/naming.xml/MisleadingVariableName"/>

-

-

-  <rule ref="rulesets/logging-java.xml/SystemPrintln"/>

-  <rule ref="rulesets/logging-java.xml/AvoidPrintStackTrace"/>

-  

-  <rule ref="rulesets/logging-jakarta-commons.xml/UseCorrectExceptionLogging"/>

-  

-

-  <rule ref="rulesets/braces.xml"/>

-

-</ruleset>
\ No newline at end of file
diff --git a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/src/main/resources/stc_checks.xml b/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/src/main/resources/stc_checks.xml
deleted file mode 100644
index dc29df8..0000000
--- a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/src/main/resources/stc_checks.xml
+++ /dev/null
@@ -1,121 +0,0 @@
-<?xml version="1.0"?>

-<!DOCTYPE module PUBLIC

-    "-//Puppy Crawl//DTD Check Configuration 1.2//EN"

-    "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">

-

-<!--

-

-  Checkstyle configuration that checks the sun coding conventions from:

-

-    - the Java Language Specification at

-      http://java.sun.com/docs/books/jls/second_edition/html/index.html

-

-    - the Sun Code Conventions at http://java.sun.com/docs/codeconv/

-

-    - the Javadoc guidelines at

-      http://java.sun.com/j2se/javadoc/writingdoccomments/index.html

-

-    - the JDK Api documentation http://java.sun.com/j2se/docs/api/index.html

-

-    - some best practices

-

-  Checkstyle is very configurable. Be sure to read the documentation at

-  http://checkstyle.sf.net (or in your downloaded distribution).

-

-  Most Checks are configurable, be sure to consult the documentation.

-

-  To completely disable a check, just comment it out or delete it from the file.

-

-  Finally, it is worth reading the documentation.

-

--->

-

-<module name="Checker">

-  <module name="TreeWalker">

-

-    <!-- Checks for imports                              -->

-    <!-- See http://checkstyle.sf.net/config_import.html -->

-    <module name="AvoidStarImport"/>

-    <module name="IllegalImport"/> <!-- defaults to sun.* packages -->

-    <module name="RedundantImport"/>

-    <module name="UnusedImports"/>

-

-

-    <!-- Checks for Size Violations.                    -->

-    <!-- See http://checkstyle.sf.net/config_sizes.html -->

-

-

-

-    <!-- Modifier Checks                                    -->

-    <!-- See http://checkstyle.sf.net/config_modifiers.html -->

-

-    <!-- Checks for blocks. You know, those {}'s         -->

-    <!-- See http://checkstyle.sf.net/config_blocks.html -->

-    <module name="LeftCurly">

-      <property name="option" value="nl"/>

-    </module>

-    <module name="RightCurly">

-      <property name="option" value="alone"/>

-    </module>

-

-    <module name="TabCharacter"/>

-    <module name="WhitespaceAfter"/>

-

-    <module name="ParenPad"/>

-    <module name="TypecastParenPad"/>

-    <module name="NoWhitespaceBefore"/>

-    <module name="PackageName"/>

-

-

-    <!-- Checks for class design                         -->

-    <!-- See http://checkstyle.sf.net/config_design.html -->

-

-

-    <!-- Miscellaneous other checks.                   -->

-    <!-- See http://checkstyle.sf.net/config_misc.html -->

-    <module name="DoubleCheckedLocking"/>    <!-- MY FAVOURITE -->

-    <module name="EmptyStatement"/>

-

-

-    <module name="GenericIllegalRegexp"> 

-      <!-- \s matches whitespace character, $ matches end of line. --> 

-      <property name="format" value="(?:\x66\x75\x63\x6B)|(?:\x73\x68\x69\x74)|(?:\x63\x75\x6E\x74)"/>

-      <property name="ignoreCase" value="true" />

-      <property name="message" value="Code contains inappropriate language"/>

-

-    </module>

-

-    <!--http://checkstyle.sourceforge.net/config_sizes.html-->

-    <!-- eclipse formatting does not shorten lines -->

-   <!-- <module name="LineLength">

-      <property name="severity" value="warning"/>

-      <property name="max" value="132"/>

-    </module> -->

-

-    <!-- the following exist in sufficent abundance that enforcing and even warning on these is impractical -->

-    <!--

-    <module name="ParameterName">

-      <property name="format" value="^[a-z][a-zA-Z0-9]*" />

-    </module> -->

-

-

-    <!-- http://checkstyle.sourceforge.net/config_coding.html#IllegalCatch-->

-   <!-- <module name="IllegalCatch">

-      <property name="severity" value="warning"/>

-    </module>   

-

-    <module name="IllegalThrows">

-      <property name="severity" value="warning"/>

-    </module>  

-

-    <module name="DefaultComesLast"/>

-

-    <module name="FallThrough">

-      <property name="severity" value="warning"/>

-    </module>  --> 

-

-

-

-

-  </module>

-</module>

diff --git a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/target/checkstyle-assembly-1.0.jar b/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/target/checkstyle-assembly-1.0.jar
deleted file mode 100644
index 7fa9a8c..0000000
--- a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/target/checkstyle-assembly-1.0.jar
+++ /dev/null
Binary files differ
diff --git a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/target/classes/rule_set.xml b/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/target/classes/rule_set.xml
deleted file mode 100644
index fda8b54..0000000
--- a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/target/classes/rule_set.xml
+++ /dev/null
@@ -1,112 +0,0 @@
-<?xml version="1.0"?>

-<ruleset name="EPHS Custom ruleset"

-    xmlns="http://pmd.sf.net/ruleset/1.0.0"

-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

-    xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"

-    xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">

-

-  <description>

-  This ruleset checks EPHS code

-  </description>

-

-  <rule ref="rulesets/finalizers.xml"/>  

-

-  

-  <rule ref="rulesets/controversial.xml/UnnecessaryParentheses"/>

-

-  <rule ref="rulesets/optimizations.xml/UseArrayListInsteadOfVector"/>

-  <rule ref="rulesets/optimizations.xml/SimplifyStartsWith"/>

-  <rule ref="rulesets/optimizations.xml/UseArraysAsList"/>

-  <rule ref="rulesets/optimizations.xml/AvoidArrayLoops"/>

-  <!--<rule ref="rulesets/optimizations.xml/UnnecessaryWrapperObjectCreation"/> -->

-

-  <rule ref="rulesets/j2ee.xml/UseProperClassLoader"/>

-

-

-  <rule ref="rulesets/basic.xml/EmptyCatchBlock"/>

-  <rule ref="rulesets/basic.xml/EmptyIfStmt"/>

-  <rule ref="rulesets/basic.xml/EmptyWhileStmt"/>

-  <rule ref="rulesets/basic.xml/EmptyTryBlock"/>

-  <rule ref="rulesets/basic.xml/EmptyFinallyBlock"/>

-  <rule ref="rulesets/basic.xml/EmptySwitchStatements"/>

-  <rule ref="rulesets/basic.xml/JumbledIncrementer"/>

-  <rule ref="rulesets/basic.xml/UnnecessaryConversionTemporary"/>

-  <rule ref="rulesets/basic.xml/DoubleCheckedLocking"/>

-  <rule ref="rulesets/basic.xml/OverrideBothEqualsAndHashcode"/>

-  <rule ref="rulesets/basic.xml/ReturnFromFinallyBlock"/>

-  <rule ref="rulesets/basic.xml/EmptySynchronizedBlock"/>

-  <rule ref="rulesets/basic.xml/UnnecessaryReturn"/>

-  <rule ref="rulesets/basic.xml/UnconditionalIfStatement"/>

-  <rule ref="rulesets/basic.xml/EmptyStatementNotInLoop"/>

-  <rule ref="rulesets/basic.xml/BooleanInstantiation"/>

-  <rule ref="rulesets/basic.xml/CollapsibleIfStatements"/>

-  <rule ref="rulesets/basic.xml/ClassCastExceptionWithToArray"/>

-  <rule ref="rulesets/basic.xml/UselessOperationOnImmutable"/>

- <!-- <rule ref="rulesets/basic.xml/NullPointerException"/> -->

-  <rule ref="rulesets/basic.xml/AvoidThreadGroup"/>

- <!-- <rule ref="rulesets/basic.xml/BrokenNullCheck"/> -->

- 

-  <rule ref="rulesets/sunsecure.xml"/>

-  <rule ref="rulesets/strictexception.xml"/>

-  

-  <rule ref="rulesets/codesize.xml/ExcessiveMethodLength"/>

-  <rule ref="rulesets/codesize.xml/ExcessiveParameterList"/>

-

-  <rule ref="rulesets/design.xml/SimplifyBooleanReturns"/>  

-  

-  

-  <rule ref="rulesets/design.xml/AvoidDeeplyNestedIfStmts"/>

-  <rule ref="rulesets/design.xml/ConstructorCallsOverridableMethod"/>

-  <rule ref="rulesets/design.xml/CloseResource"/>

-  <rule ref="rulesets/design.xml/NonStaticInitializer"/>

-  <rule ref="rulesets/design.xml/DefaultLabelNotLastInSwitchStmt"/>

-  <rule ref="rulesets/design.xml/NonCaseLabelInSwitchStatement"/>

-  <rule ref="rulesets/design.xml/OptimizableToArrayCall"/>

-  <rule ref="rulesets/design.xml/BadComparison"/>

-  <rule ref="rulesets/design.xml/EqualsNull"/>

-  <rule ref="rulesets/design.xml/InstantiationToGetClass"/>

-  <rule ref="rulesets/design.xml/IdempotentOperations"/>

-  <rule ref="rulesets/design.xml/AssignmentToNonFinalStatic"/>

-  <rule ref="rulesets/design.xml/MissingStaticMethodInNonInstantiatableClass"/>

-  <rule ref="rulesets/design.xml/MissingBreakInSwitch"/>

-  <rule ref="rulesets/design.xml/UseNotifyAllInsteadOfNotify"/>

-  <rule ref="rulesets/design.xml/SimplifyConditional"/>

-  <rule ref="rulesets/design.xml/CompareObjectsWithEquals"/>

-  <rule ref="rulesets/design.xml/UnnecessaryLocalBeforeReturn"/>

-  <rule ref="rulesets/design.xml/UnsynchronizedStaticDateFormatter"/>

-  <rule ref="rulesets/design.xml/PreserveStackTrace"/>

-

-  <rule ref="rulesets/strings.xml/StringInstantiation"/>

-  <rule ref="rulesets/strings.xml/StringToString"/>

-  <rule ref="rulesets/strings.xml/UnnecessaryCaseChange"/>

-  <rule ref="rulesets/strings.xml/UseStringBufferLength"/>

-  <rule ref="rulesets/strings.xml/InsufficientStringBufferDeclaration"/>

-  <!--<rule ref="rulesets/strings.xml/UselessStringValueOf"/>  -->

-

-

-  <rule ref="rulesets/imports.xml"/>

-

-  <rule ref="rulesets/naming.xml/VariableNamingConventions"/>

-

-  <!--<rule ref="rulesets/naming.xml/AvoidDollarSign"/> -->

-  <rule ref="rulesets/naming.xml/SuspiciousHashcodeMethodName"/>

-  <rule ref="rulesets/naming.xml/SuspiciousConstantFieldName"/>

-  <rule ref="rulesets/naming.xml/SuspiciousEqualsMethodName"/>

-  <rule ref="rulesets/naming.xml/AvoidFieldNameMatchingTypeName"/>

-  <rule ref="rulesets/naming.xml/AvoidFieldNameMatchingMethodName"/>

-  <rule ref="rulesets/naming.xml/AvoidNonConstructorMethodsWithClassName"/>

-  

-  <rule ref="rulesets/naming.xml/NoPackage"/>

-  <rule ref="rulesets/naming.xml/PackageCase"/>  

-  <rule ref="rulesets/naming.xml/MisleadingVariableName"/>

-

-

-  <rule ref="rulesets/logging-java.xml/SystemPrintln"/>

-  <rule ref="rulesets/logging-java.xml/AvoidPrintStackTrace"/>

-  

-  <rule ref="rulesets/logging-jakarta-commons.xml/UseCorrectExceptionLogging"/>

-  

-

-  <rule ref="rulesets/braces.xml"/>

-

-</ruleset>
\ No newline at end of file
diff --git a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/target/classes/stc_checks.xml b/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/target/classes/stc_checks.xml
deleted file mode 100644
index dc29df8..0000000
--- a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/target/classes/stc_checks.xml
+++ /dev/null
@@ -1,121 +0,0 @@
-<?xml version="1.0"?>

-<!DOCTYPE module PUBLIC

-    "-//Puppy Crawl//DTD Check Configuration 1.2//EN"

-    "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">

-

-<!--

-

-  Checkstyle configuration that checks the sun coding conventions from:

-

-    - the Java Language Specification at

-      http://java.sun.com/docs/books/jls/second_edition/html/index.html

-

-    - the Sun Code Conventions at http://java.sun.com/docs/codeconv/

-

-    - the Javadoc guidelines at

-      http://java.sun.com/j2se/javadoc/writingdoccomments/index.html

-

-    - the JDK Api documentation http://java.sun.com/j2se/docs/api/index.html

-

-    - some best practices

-

-  Checkstyle is very configurable. Be sure to read the documentation at

-  http://checkstyle.sf.net (or in your downloaded distribution).

-

-  Most Checks are configurable, be sure to consult the documentation.

-

-  To completely disable a check, just comment it out or delete it from the file.

-

-  Finally, it is worth reading the documentation.

-

--->

-

-<module name="Checker">

-  <module name="TreeWalker">

-

-    <!-- Checks for imports                              -->

-    <!-- See http://checkstyle.sf.net/config_import.html -->

-    <module name="AvoidStarImport"/>

-    <module name="IllegalImport"/> <!-- defaults to sun.* packages -->

-    <module name="RedundantImport"/>

-    <module name="UnusedImports"/>

-

-

-    <!-- Checks for Size Violations.                    -->

-    <!-- See http://checkstyle.sf.net/config_sizes.html -->

-

-

-

-    <!-- Modifier Checks                                    -->

-    <!-- See http://checkstyle.sf.net/config_modifiers.html -->

-

-    <!-- Checks for blocks. You know, those {}'s         -->

-    <!-- See http://checkstyle.sf.net/config_blocks.html -->

-    <module name="LeftCurly">

-      <property name="option" value="nl"/>

-    </module>

-    <module name="RightCurly">

-      <property name="option" value="alone"/>

-    </module>

-

-    <module name="TabCharacter"/>

-    <module name="WhitespaceAfter"/>

-

-    <module name="ParenPad"/>

-    <module name="TypecastParenPad"/>

-    <module name="NoWhitespaceBefore"/>

-    <module name="PackageName"/>

-

-

-    <!-- Checks for class design                         -->

-    <!-- See http://checkstyle.sf.net/config_design.html -->

-

-

-    <!-- Miscellaneous other checks.                   -->

-    <!-- See http://checkstyle.sf.net/config_misc.html -->

-    <module name="DoubleCheckedLocking"/>    <!-- MY FAVOURITE -->

-    <module name="EmptyStatement"/>

-

-

-    <module name="GenericIllegalRegexp"> 

-      <!-- \s matches whitespace character, $ matches end of line. --> 

-      <property name="format" value="(?:\x66\x75\x63\x6B)|(?:\x73\x68\x69\x74)|(?:\x63\x75\x6E\x74)"/>

-      <property name="ignoreCase" value="true" />

-      <property name="message" value="Code contains inappropriate language"/>

-

-    </module>

-

-    <!--http://checkstyle.sourceforge.net/config_sizes.html-->

-    <!-- eclipse formatting does not shorten lines -->

-   <!-- <module name="LineLength">

-      <property name="severity" value="warning"/>

-      <property name="max" value="132"/>

-    </module> -->

-

-    <!-- the following exist in sufficent abundance that enforcing and even warning on these is impractical -->

-    <!--

-    <module name="ParameterName">

-      <property name="format" value="^[a-z][a-zA-Z0-9]*" />

-    </module> -->

-

-

-    <!-- http://checkstyle.sourceforge.net/config_coding.html#IllegalCatch-->

-   <!-- <module name="IllegalCatch">

-      <property name="severity" value="warning"/>

-    </module>   

-

-    <module name="IllegalThrows">

-      <property name="severity" value="warning"/>

-    </module>  

-

-    <module name="DefaultComesLast"/>

-

-    <module name="FallThrough">

-      <property name="severity" value="warning"/>

-    </module>  --> 

-

-

-

-

-  </module>

-</module>

diff --git a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-test/pom.xml b/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-test/pom.xml
deleted file mode 100644
index e47d773..0000000
--- a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-test/pom.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<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>

-  <parent>

-    <groupId>org.apache.maven.its.itsample</groupId>

-    <artifactId>parent</artifactId>

-    <version>1</version>

-  </parent>

-  <artifactId>checkstyle-test</artifactId>

-  <name>Checkstyle Test</name>

-  <build>

-

-    <!--This extension is installed by the IT prior to invoking this build. See ../checkstyle-assembly-->

-    <extensions>

-      <extension>

-        <groupId>org.apache.maven.its.itsample</groupId>

-        <artifactId>checkstyle-assembly</artifactId>

-        <version>1.0</version>

-      </extension>

-    </extensions>

-

-	<!-- Typically the tests will not rely on actual plugins and should be self-contained, in this case the problem was most

-	often experienced with Checkstyle so it makes it a valid test. Notice however that it is pinned to a known released version 

-	so the test won't randomly fail in the future if the plugin behavior changes.

-	

-	If the extension listed above isn't correctly installed on the plugin classpath, this invocation will fail to find the custom rule -->

-    <plugins>

-      <plugin>

-        <groupId>org.apache.maven.plugins</groupId>

-        <artifactId>maven-checkstyle-plugin</artifactId>

-        <version>2.1</version>

-        <inherited>true</inherited>

-        <executions>

-          <execution>

-            <id>STC Checks</id>

-            <phase>verify</phase>

-            <goals>

-              <goal>checkstyle</goal>

-            </goals>

-            <configuration>

-              <configLocation>stc_checks.xml</configLocation>

-              <failsOnError>true</failsOnError>

-              <cacheFile>${project.build.directory}/checkstyle-cachefile</cacheFile>

-              <consoleOutput>true</consoleOutput>

-            </configuration>

-          </execution>

-        </executions>

-      </plugin>

-    </plugins>

-  </build>

-</project>

diff --git a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-test/src/main/java/Class.java b/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-test/src/main/java/Class.java
deleted file mode 100644
index b7f0034..0000000
--- a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-test/src/main/java/Class.java
+++ /dev/null
@@ -1,9 +0,0 @@
-public class Class

-{

-

-public static void main(String[] args)

-{

-  System.out.println("hello");

-  }

-  

-}
\ No newline at end of file
diff --git a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/pom.xml b/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/pom.xml
deleted file mode 100644
index 444c7de..0000000
--- a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<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>

-  <groupId>org.apache.maven.its.itsample</groupId>

-  <artifactId>parent</artifactId>

-  <packaging>pom</packaging>

-  <version>1</version>

-  <name>Checkstyle</name>

-  <!--

-  <modules>

-    <module>checkstyle-assembly</module>

-    <module>checkstyle-test</module>

-  </modules>

-  -->

-</project>

diff --git a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/readme.txt b/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/readme.txt
deleted file mode 100644
index a4b6799..0000000
--- a/core-integration-testing/maven-integration-test-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx-descriptionOfProblem/readme.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-This is a sample IT based on a real one. This test first installs a jar containing some checkstyle rules. The second invocation uses that jar as an extension

-so that checkstyle finds the resources. If Maven behaves properly, the build succeeds, if not, the build fails. This is the simplest way to structure an IT when

-possible as it's cut and dry and is very easy to check with the verifier.
\ No newline at end of file
diff --git a/core-integration-testing/maven-integration-test-helper/pom.xml b/core-integration-testing/maven-integration-test-helper/pom.xml
deleted file mode 100644
index 5ae4113..0000000
--- a/core-integration-testing/maven-integration-test-helper/pom.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.maven.its</groupId>
-    <artifactId>core-integration-testing</artifactId>
-    <version>2.1-SNAPSHOT</version>
-  </parent>
-  <groupId>org.apache.maven.its</groupId>
-  <artifactId>maven-integration-test-helper</artifactId>
-  <name>Maven Integration Test Helper Library</name>
-  <dependencies>
-    <!-- needed for VersionRange and Version -->
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact</artifactId>
-      <version>2.0.5</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.shared</groupId>
-      <artifactId>maven-verifier</artifactId>
-      <version>1.2-SNAPSHOT</version>
-    </dependency>    
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-    </dependency>
-  </dependencies>
-</project>
diff --git a/core-integration-testing/maven-integration-test-helper/src/main/java/org/apache/maven/integrationtests/AbstractMavenIntegrationTestCase.java b/core-integration-testing/maven-integration-test-helper/src/main/java/org/apache/maven/integrationtests/AbstractMavenIntegrationTestCase.java
deleted file mode 100644
index 87debe7..0000000
--- a/core-integration-testing/maven-integration-test-helper/src/main/java/org/apache/maven/integrationtests/AbstractMavenIntegrationTestCase.java
+++ /dev/null
@@ -1,134 +0,0 @@
-package org.apache.maven.integrationtests;
-
-import org.apache.maven.artifact.versioning.DefaultArtifactVersion;
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.artifact.versioning.VersionRange;
-import org.apache.maven.it.util.FileUtils;
-
-import java.io.File;
-import java.io.IOException;
-import java.io.PrintStream;
-
-import junit.framework.TestCase;
-
-/**
- * @author Jason van Zyl
- * @author Kenney Westerhof
- */
-public abstract class AbstractMavenIntegrationTestCase
-    extends TestCase
-{
-    /**
-     * Save System.out for progress reports etc.
-     */
-    private static PrintStream out = System.out;
-
-    private boolean skip;
-
-    private DefaultArtifactVersion version;
-
-    private VersionRange versionRange;
-
-    protected AbstractMavenIntegrationTestCase()
-    {
-    }
-
-    protected AbstractMavenIntegrationTestCase( String versionRangeStr )
-        throws InvalidVersionSpecificationException
-    {
-        versionRange = VersionRange.createFromVersionSpec( versionRangeStr );
-
-        String v = System.getProperty( "maven.version" );
-        if ( v != null )
-        {
-            version = new DefaultArtifactVersion( v );
-            if ( !versionRange.containsVersion( version ) )
-            {
-                skip = true;
-            }
-        }
-        else
-        {
-            out.println( "WARNING: " + getITName() + ": version range '" + versionRange
-                + "' supplied but no maven version - not skipping test." );
-        }
-    }
-
-    /**
-     * This allows fine-grained control over execution of individual test methods
-     * by allowing tests to adjust to the current maven version, or else simply avoid
-     * executing altogether if the wrong version is present.
-     */
-    protected boolean matchesVersionRange( String versionRangeStr )
-        throws InvalidVersionSpecificationException
-    {
-        versionRange = VersionRange.createFromVersionSpec( versionRangeStr );
-
-        String v = System.getProperty( "maven.version" );
-        if ( v != null )
-        {
-            version = new DefaultArtifactVersion( v );
-            return versionRange.containsVersion( version );
-        }
-        else
-        {
-            out.println( "WARNING: " + getITName() + ": version range '" + versionRange
-                + "' supplied but no maven version found - returning true for match check." );
-
-            return true;
-        }
-    }
-
-    protected void runTest()
-        throws Throwable
-    {
-        out.print( getITName() + "(" + getName() + ").." );
-
-        if ( skip )
-        {
-            out.println( " Skipping (version " + version + " not in range " + versionRange + ")" );
-            return;
-        }
-
-        if ( "true".equals( System.getProperty( "useEmptyLocalRepository", "false" ) ) )
-        {
-            setupLocalRepo();
-        }
-
-        try
-        {
-            super.runTest();
-            out.println( " Ok" );
-        }
-        catch ( Throwable t )
-        {
-            out.println( " Failure" );
-            throw t;
-        }
-    }
-
-    private String getITName()
-    {
-        String simpleName = getClass().getName();
-        int idx = simpleName.lastIndexOf( '.' );
-        simpleName = idx >= 0 ? simpleName.substring( idx + 1 ) : simpleName;
-        simpleName = simpleName.startsWith( "MavenIT" ) ? simpleName.substring( "MavenIT".length() ) : simpleName;
-        simpleName = simpleName.endsWith( "Test" ) ? simpleName.substring( 0, simpleName.length() - 4 ) : simpleName;
-        return simpleName;
-    }
-
-    protected File setupLocalRepo()
-        throws IOException
-    {
-        String tempDirPath = System.getProperty( "maven.test.tmpdir", System.getProperty( "java.io.tmpdir" ) );
-        File localRepo = new File( tempDirPath, "local-repository/" + getITName() );
-        if ( localRepo.isDirectory() )
-        {
-            FileUtils.deleteDirectory( localRepo );
-        }
-
-        System.setProperty( "maven.repo.local", localRepo.getAbsolutePath() );
-
-        return localRepo;
-    }
-}
diff --git a/core-integration-testing/maven-integration-test-sample/pom.xml b/core-integration-testing/maven-integration-test-sample/pom.xml
deleted file mode 100644
index 86f75c5..0000000
--- a/core-integration-testing/maven-integration-test-sample/pom.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<project>
-  <modelVersion>4.0.0</modelVersion> 
-  <groupId>org.apache.maven.its</groupId>
-  <artifactId>maven-integration-test-sample</artifactId>
-  <version>1.0-SNAPSHOT</version>
-  <name>Maven Integration Tests</name>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.shared</groupId>
-      <artifactId>maven-verifier</artifactId>
-      <version>1.0</version>
-    </dependency>
-    <dependency>
-	  <groupId>org.apache.maven.its</groupId>
-	  <artifactId>maven-integration-test-helper</artifactId>
-	  <version>1.0-SNAPSHOT</version>
-	</dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-   <!-- TODO: remove when snapshots are released -->
-	<repositories>
-		<repository>
-			<id>apache.snapshots</id>
-			<url>http://people.apache.org/repo/m2-snapshot-repository</url>
-			<releases>
-				<enabled>false</enabled>
-			</releases>
-			<snapshots>
-			    <enabled>true</enabled>
-			</snapshots>
-		</repository>
-	</repositories>
-</project>
diff --git a/core-integration-testing/maven-integration-test-sample/src/test/java/org/apache/maven/itSample/MavenITmngXXXXDescriptionOfProblemTest.java b/core-integration-testing/maven-integration-test-sample/src/test/java/org/apache/maven/itSample/MavenITmngXXXXDescriptionOfProblemTest.java
deleted file mode 100644
index 312c160..0000000
--- a/core-integration-testing/maven-integration-test-sample/src/test/java/org/apache/maven/itSample/MavenITmngXXXXDescriptionOfProblemTest.java
+++ /dev/null
@@ -1,122 +0,0 @@
-package org.apache.maven.itSample;
-
-import java.io.File;
-import java.util.ArrayList;
-import java.util.List;
-
-import org.apache.maven.artifact.versioning.InvalidVersionSpecificationException;
-import org.apache.maven.integrationtests.AbstractMavenIntegrationTestCase;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
-
-/**
- * This is a sample integration test. The IT tests typically
- * operate by having a sample project in the
- * /src/test/resources folder along with a junit test like
- * this one. The junit test uses the verifier (which uses
- * the invoker) to invoke a new instance of Maven on the
- * project in the resources folder. It then checks the
- * results. This is a non-trivial example that shows two
- * phases. See more information inline in the code.
- * 
- * @author <a href="mailto:brianf@apache.org">Brian Fox</a>
- * 
- */
-public class MavenITmngXXXXDescriptionOfProblemTest
-    extends AbstractMavenIntegrationTestCase
-{
-    public MavenITmngXXXXDescriptionOfProblemTest()
-        throws InvalidVersionSpecificationException
-    {
-        super( "(2.0.8,)" ); // only test in 2.0.9+
-    }
-
-    public void testitMNGxxxx ()
-        throws Exception
-    {
-        // TODO: RENAME THIS TEST TO SUIT YOUR SCENARIO.
-        // Usign the Jira issue id this reproduces is a good
-        // start, along with a description:
-        // ie MNG-13x-HoustonWeHaveAProblemTest  (must end in test)
-
-        // The testdir is computed from the location of this
-        // file.
-        File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/mng-xxxx-descriptionOfProblem" );
-
-        Verifier verifier;
-
-        /*
-         * We must first make sure that any artifact created
-         * by this test has been removed from the local
-         * repository. Failing to do this could cause
-         * unstable test results. Fortunately, the verifier
-         * makes it easy to do this.
-         */
-        verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.its.itsample", "parent", "1.0", "pom" );
-        verifier.deleteArtifact( "org.apache.maven.its.itsample", "checkstyle-test", "1.0", "jar" );
-        verifier.deleteArtifact( "org.apache.maven.its.itsample", "checkstyle-assembly", "1.0", "jar" );
-
-        /*
-         * The Command Line Options (CLI) are passed to the
-         * verifier as a list. This is handy for things like
-         * redefining the local repository if needed. In
-         * this case, we use the -N flag so that Maven won't
-         * recurse. We are only installing the parent pom to
-         * the local repo here.
-         */
-        List cliOptions = new ArrayList();
-        cliOptions.add( "-N" );
-        verifier.setCliOptions( cliOptions );
-        verifier.executeGoal( "install" );
-
-        /*
-         * This is the simplest way to check a build
-         * succeeded. It is also the simplest way to create
-         * an IT test: make the build pass when the test
-         * should pass, and make the build fail when the
-         * test should fail. There are other methods
-         * supported by the verifier. They can be seen here:
-         * http://maven.apache.org/shared/maven-verifier/apidocs/index.html
-         */
-        verifier.verifyErrorFreeLog();
-
-        /*
-         * Reset the streams before executing the verifier
-         * again.
-         */
-        verifier.resetStreams();
-
-        /*
-         * This particular test requires an extension
-         * containing resources to be installed that is then
-         * used by the actual IT test. Here we invoker Maven
-         * again to install it. Again, this is just
-         * preparation for the test.
-         */
-        verifier = new Verifier( new File( testDir.getAbsolutePath(), "checkstyle-assembly" ).getAbsolutePath() );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        /*
-         * Now we are running the actual test. This
-         * particular test will attempt to load the
-         * resources from the extension jar previously
-         * installed. If Maven doesn't pass this to the
-         * classpath correctly, the build will fail. This
-         * particular test will fail in Maven <2.0.6.
-         */
-        verifier = new Verifier( new File( testDir.getAbsolutePath(), "checkstyle-test" ).getAbsolutePath() );
-        verifier.executeGoal( "install" );
-        verifier.verifyErrorFreeLog();
-        verifier.resetStreams();
-
-        /*
-         * The verifier also supports beanshell scripts for
-         * verification of more complex scenarios. There are
-         * plenty of examples in the core-it tests here:
-         * http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk
-         */
-    }
-}
diff --git a/core-integration-testing/maven-integration-test-sample/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/pom.xml b/core-integration-testing/maven-integration-test-sample/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/pom.xml
deleted file mode 100644
index 72b906b..0000000
--- a/core-integration-testing/maven-integration-test-sample/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/pom.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<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>
-  <parent>
-    <groupId>org.apache.maven.its.itsample</groupId>
-    <artifactId>parent</artifactId>
-    <version>1</version>
-  </parent>
-  <name>STC Checkstyle</name>
-  <artifactId>checkstyle-assembly</artifactId>
-  <version>1.0</version>
-</project>
diff --git a/core-integration-testing/maven-integration-test-sample/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/src/main/resources/rule_set.xml b/core-integration-testing/maven-integration-test-sample/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/src/main/resources/rule_set.xml
deleted file mode 100644
index fc5f454..0000000
--- a/core-integration-testing/maven-integration-test-sample/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/src/main/resources/rule_set.xml
+++ /dev/null
@@ -1,112 +0,0 @@
-<?xml version="1.0"?>
-<ruleset name="EPHS Custom ruleset"
-    xmlns="http://pmd.sf.net/ruleset/1.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd"
-    xsi:noNamespaceSchemaLocation="http://pmd.sf.net/ruleset_xml_schema.xsd">
-
-  <description>
-  This ruleset checks EPHS code
-  </description>
-
-  <rule ref="rulesets/finalizers.xml"/>  
-
-  
-  <rule ref="rulesets/controversial.xml/UnnecessaryParentheses"/>
-
-  <rule ref="rulesets/optimizations.xml/UseArrayListInsteadOfVector"/>
-  <rule ref="rulesets/optimizations.xml/SimplifyStartsWith"/>
-  <rule ref="rulesets/optimizations.xml/UseArraysAsList"/>
-  <rule ref="rulesets/optimizations.xml/AvoidArrayLoops"/>
-  <!--<rule ref="rulesets/optimizations.xml/UnnecessaryWrapperObjectCreation"/> -->
-
-  <rule ref="rulesets/j2ee.xml/UseProperClassLoader"/>
-
-
-  <rule ref="rulesets/basic.xml/EmptyCatchBlock"/>
-  <rule ref="rulesets/basic.xml/EmptyIfStmt"/>
-  <rule ref="rulesets/basic.xml/EmptyWhileStmt"/>
-  <rule ref="rulesets/basic.xml/EmptyTryBlock"/>
-  <rule ref="rulesets/basic.xml/EmptyFinallyBlock"/>
-  <rule ref="rulesets/basic.xml/EmptySwitchStatements"/>
-  <rule ref="rulesets/basic.xml/JumbledIncrementer"/>
-  <rule ref="rulesets/basic.xml/UnnecessaryConversionTemporary"/>
-  <rule ref="rulesets/basic.xml/DoubleCheckedLocking"/>
-  <rule ref="rulesets/basic.xml/OverrideBothEqualsAndHashcode"/>
-  <rule ref="rulesets/basic.xml/ReturnFromFinallyBlock"/>
-  <rule ref="rulesets/basic.xml/EmptySynchronizedBlock"/>
-  <rule ref="rulesets/basic.xml/UnnecessaryReturn"/>
-  <rule ref="rulesets/basic.xml/UnconditionalIfStatement"/>
-  <rule ref="rulesets/basic.xml/EmptyStatementNotInLoop"/>
-  <rule ref="rulesets/basic.xml/BooleanInstantiation"/>
-  <rule ref="rulesets/basic.xml/CollapsibleIfStatements"/>
-  <rule ref="rulesets/basic.xml/ClassCastExceptionWithToArray"/>
-  <rule ref="rulesets/basic.xml/UselessOperationOnImmutable"/>
- <!-- <rule ref="rulesets/basic.xml/NullPointerException"/> -->
-  <rule ref="rulesets/basic.xml/AvoidThreadGroup"/>
- <!-- <rule ref="rulesets/basic.xml/BrokenNullCheck"/> -->
- 
-  <rule ref="rulesets/sunsecure.xml"/>
-  <rule ref="rulesets/strictexception.xml"/>
-  
-  <rule ref="rulesets/codesize.xml/ExcessiveMethodLength"/>
-  <rule ref="rulesets/codesize.xml/ExcessiveParameterList"/>
-
-  <rule ref="rulesets/design.xml/SimplifyBooleanReturns"/>  
-  
-  
-  <rule ref="rulesets/design.xml/AvoidDeeplyNestedIfStmts"/>
-  <rule ref="rulesets/design.xml/ConstructorCallsOverridableMethod"/>
-  <rule ref="rulesets/design.xml/CloseResource"/>
-  <rule ref="rulesets/design.xml/NonStaticInitializer"/>
-  <rule ref="rulesets/design.xml/DefaultLabelNotLastInSwitchStmt"/>
-  <rule ref="rulesets/design.xml/NonCaseLabelInSwitchStatement"/>
-  <rule ref="rulesets/design.xml/OptimizableToArrayCall"/>
-  <rule ref="rulesets/design.xml/BadComparison"/>
-  <rule ref="rulesets/design.xml/EqualsNull"/>
-  <rule ref="rulesets/design.xml/InstantiationToGetClass"/>
-  <rule ref="rulesets/design.xml/IdempotentOperations"/>
-  <rule ref="rulesets/design.xml/AssignmentToNonFinalStatic"/>
-  <rule ref="rulesets/design.xml/MissingStaticMethodInNonInstantiatableClass"/>
-  <rule ref="rulesets/design.xml/MissingBreakInSwitch"/>
-  <rule ref="rulesets/design.xml/UseNotifyAllInsteadOfNotify"/>
-  <rule ref="rulesets/design.xml/SimplifyConditional"/>
-  <rule ref="rulesets/design.xml/CompareObjectsWithEquals"/>
-  <rule ref="rulesets/design.xml/UnnecessaryLocalBeforeReturn"/>
-  <rule ref="rulesets/design.xml/UnsynchronizedStaticDateFormatter"/>
-  <rule ref="rulesets/design.xml/PreserveStackTrace"/>
-
-  <rule ref="rulesets/strings.xml/StringInstantiation"/>
-  <rule ref="rulesets/strings.xml/StringToString"/>
-  <rule ref="rulesets/strings.xml/UnnecessaryCaseChange"/>
-  <rule ref="rulesets/strings.xml/UseStringBufferLength"/>
-  <rule ref="rulesets/strings.xml/InsufficientStringBufferDeclaration"/>
-  <!--<rule ref="rulesets/strings.xml/UselessStringValueOf"/>  -->
-
-
-  <rule ref="rulesets/imports.xml"/>
-
-  <rule ref="rulesets/naming.xml/VariableNamingConventions"/>
-
-  <!--<rule ref="rulesets/naming.xml/AvoidDollarSign"/> -->
-  <rule ref="rulesets/naming.xml/SuspiciousHashcodeMethodName"/>
-  <rule ref="rulesets/naming.xml/SuspiciousConstantFieldName"/>
-  <rule ref="rulesets/naming.xml/SuspiciousEqualsMethodName"/>
-  <rule ref="rulesets/naming.xml/AvoidFieldNameMatchingTypeName"/>
-  <rule ref="rulesets/naming.xml/AvoidFieldNameMatchingMethodName"/>
-  <rule ref="rulesets/naming.xml/AvoidNonConstructorMethodsWithClassName"/>
-  
-  <rule ref="rulesets/naming.xml/NoPackage"/>
-  <rule ref="rulesets/naming.xml/PackageCase"/>  
-  <rule ref="rulesets/naming.xml/MisleadingVariableName"/>
-
-
-  <rule ref="rulesets/logging-java.xml/SystemPrintln"/>
-  <rule ref="rulesets/logging-java.xml/AvoidPrintStackTrace"/>
-  
-  <rule ref="rulesets/logging-jakarta-commons.xml/UseCorrectExceptionLogging"/>
-  
-
-  <rule ref="rulesets/braces.xml"/>
-
-</ruleset>
\ No newline at end of file
diff --git a/core-integration-testing/maven-integration-test-sample/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/src/main/resources/stc_checks.xml b/core-integration-testing/maven-integration-test-sample/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/src/main/resources/stc_checks.xml
deleted file mode 100644
index 02aa309..0000000
--- a/core-integration-testing/maven-integration-test-sample/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-assembly/src/main/resources/stc_checks.xml
+++ /dev/null
@@ -1,121 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE module PUBLIC
-    "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
-    "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
-
-<!--
-
-  Checkstyle configuration that checks the sun coding conventions from:
-
-    - the Java Language Specification at
-      http://java.sun.com/docs/books/jls/second_edition/html/index.html
-
-    - the Sun Code Conventions at http://java.sun.com/docs/codeconv/
-
-    - the Javadoc guidelines at
-      http://java.sun.com/j2se/javadoc/writingdoccomments/index.html
-
-    - the JDK Api documentation http://java.sun.com/j2se/docs/api/index.html
-
-    - some best practices
-
-  Checkstyle is very configurable. Be sure to read the documentation at
-  http://checkstyle.sf.net (or in your downloaded distribution).
-
-  Most Checks are configurable, be sure to consult the documentation.
-
-  To completely disable a check, just comment it out or delete it from the file.
-
-  Finally, it is worth reading the documentation.
-
--->
-
-<module name="Checker">
-  <module name="TreeWalker">
-
-    <!-- Checks for imports                              -->
-    <!-- See http://checkstyle.sf.net/config_import.html -->
-    <module name="AvoidStarImport"/>
-    <module name="IllegalImport"/> <!-- defaults to sun.* packages -->
-    <module name="RedundantImport"/>
-    <module name="UnusedImports"/>
-
-
-    <!-- Checks for Size Violations.                    -->
-    <!-- See http://checkstyle.sf.net/config_sizes.html -->
-
-
-
-    <!-- Modifier Checks                                    -->
-    <!-- See http://checkstyle.sf.net/config_modifiers.html -->
-
-    <!-- Checks for blocks. You know, those {}'s         -->
-    <!-- See http://checkstyle.sf.net/config_blocks.html -->
-    <module name="LeftCurly">
-      <property name="option" value="nl"/>
-    </module>
-    <module name="RightCurly">
-      <property name="option" value="alone"/>
-    </module>
-
-    <module name="TabCharacter"/>
-    <module name="WhitespaceAfter"/>
-
-    <module name="ParenPad"/>
-    <module name="TypecastParenPad"/>
-    <module name="NoWhitespaceBefore"/>
-    <module name="PackageName"/>
-
-
-    <!-- Checks for class design                         -->
-    <!-- See http://checkstyle.sf.net/config_design.html -->
-
-
-    <!-- Miscellaneous other checks.                   -->
-    <!-- See http://checkstyle.sf.net/config_misc.html -->
-    <module name="DoubleCheckedLocking"/>    <!-- MY FAVOURITE -->
-    <module name="EmptyStatement"/>
-
-
-    <module name="GenericIllegalRegexp"> 
-      <!-- \s matches whitespace character, $ matches end of line. --> 
-      <property name="format" value="(?:\x66\x75\x63\x6B)|(?:\x73\x68\x69\x74)|(?:\x63\x75\x6E\x74)"/>
-      <property name="ignoreCase" value="true" />
-      <property name="message" value="Code contains inappropriate language"/>
-
-    </module>
-
-    <!--http://checkstyle.sourceforge.net/config_sizes.html-->
-    <!-- eclipse formatting does not shorten lines -->
-   <!-- <module name="LineLength">
-      <property name="severity" value="warning"/>
-      <property name="max" value="132"/>
-    </module> -->
-
-    <!-- the following exist in sufficent abundance that enforcing and even warning on these is impractical -->
-    <!--
-    <module name="ParameterName">
-      <property name="format" value="^[a-z][a-zA-Z0-9]*" />
-    </module> -->
-
-
-    <!-- http://checkstyle.sourceforge.net/config_coding.html#IllegalCatch-->
-   <!-- <module name="IllegalCatch">
-      <property name="severity" value="warning"/>
-    </module>   
-
-    <module name="IllegalThrows">
-      <property name="severity" value="warning"/>
-    </module>  
-
-    <module name="DefaultComesLast"/>
-
-    <module name="FallThrough">
-      <property name="severity" value="warning"/>
-    </module>  --> 
-
-
-
-
-  </module>
-</module>
diff --git a/core-integration-testing/maven-integration-test-sample/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-test/pom.xml b/core-integration-testing/maven-integration-test-sample/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-test/pom.xml
deleted file mode 100644
index 5c03cbf..0000000
--- a/core-integration-testing/maven-integration-test-sample/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-test/pom.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<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>
-  <parent>
-    <groupId>org.apache.maven.its.itsample</groupId>
-    <artifactId>parent</artifactId>
-    <version>1</version>
-  </parent>
-  <artifactId>checkstyle-test</artifactId>
-  <name>Checkstyle Test</name>
-  <build>
-
-    <!--This extension is installed by the IT prior to invoking this build. See ../checkstyle-assembly-->
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.its.itsample</groupId>
-        <artifactId>checkstyle-assembly</artifactId>
-        <version>1.0</version>
-      </extension>
-    </extensions>
-
-	<!-- Typically the tests will not rely on actual plugins and should be self-contained, in this case the problem was most
-	often experienced with Checkstyle so it makes it a valid test. Notice however that it is pinned to a known released version 
-	so the test won't randomly fail in the future if the plugin behavior changes.
-	
-	If the extension listed above isn't correctly installed on the plugin classpath, this invocation will fail to find the custom rule -->
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.1</version>
-        <inherited>true</inherited>
-        <executions>
-          <execution>
-            <id>STC Checks</id>
-            <phase>verify</phase>
-            <goals>
-              <goal>checkstyle</goal>
-            </goals>
-            <configuration>
-              <configLocation>stc_checks.xml</configLocation>
-              <failsOnError>true</failsOnError>
-              <cacheFile>${project.build.directory}/checkstyle-cachefile</cacheFile>
-              <consoleOutput>true</consoleOutput>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
diff --git a/core-integration-testing/maven-integration-test-sample/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-test/src/main/java/Class.java b/core-integration-testing/maven-integration-test-sample/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-test/src/main/java/Class.java
deleted file mode 100644
index 244f1e5..0000000
--- a/core-integration-testing/maven-integration-test-sample/src/test/resources/mng-xxxx-descriptionOfProblem/checkstyle-test/src/main/java/Class.java
+++ /dev/null
@@ -1,9 +0,0 @@
-public class Class
-{
-
-public static void main(String[] args)
-{
-  System.out.println("hello");
-  }
-  
-}
\ No newline at end of file
diff --git a/core-integration-testing/maven-integration-test-sample/src/test/resources/mng-xxxx-descriptionOfProblem/pom.xml b/core-integration-testing/maven-integration-test-sample/src/test/resources/mng-xxxx-descriptionOfProblem/pom.xml
deleted file mode 100644
index f1803f1..0000000
--- a/core-integration-testing/maven-integration-test-sample/src/test/resources/mng-xxxx-descriptionOfProblem/pom.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<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>
-  <groupId>org.apache.maven.its.itsample</groupId>
-  <artifactId>parent</artifactId>
-  <packaging>pom</packaging>
-  <version>1</version>
-  <name>Checkstyle</name>
-  <!--
-  <modules>
-    <module>checkstyle-assembly</module>
-    <module>checkstyle-test</module>
-  </modules>
-  -->
-</project>
diff --git a/core-integration-testing/maven-integration-test-sample/src/test/resources/mng-xxxx-descriptionOfProblem/readme.txt b/core-integration-testing/maven-integration-test-sample/src/test/resources/mng-xxxx-descriptionOfProblem/readme.txt
deleted file mode 100644
index a4b6799..0000000
--- a/core-integration-testing/maven-integration-test-sample/src/test/resources/mng-xxxx-descriptionOfProblem/readme.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-This is a sample IT based on a real one. This test first installs a jar containing some checkstyle rules. The second invocation uses that jar as an extension

-so that checkstyle finds the resources. If Maven behaves properly, the build succeeds, if not, the build fails. This is the simplest way to structure an IT when

-possible as it's cut and dry and is very easy to check with the verifier.
\ No newline at end of file
diff --git a/core-integration-testing/pom.xml b/core-integration-testing/pom.xml
deleted file mode 100644
index 7fa96d2..0000000
--- a/core-integration-testing/pom.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you 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.
-  -->
-
-<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>
-  <parent>
-    <groupId>org.apache.maven</groupId>
-    <artifactId>maven-parent</artifactId>
-    <version>8</version>
-    <relativePath>../pom/maven/pom.xml</relativePath>
-  </parent>
-  <groupId>org.apache.maven.its</groupId>
-  <artifactId>core-integration-testing</artifactId>
-  <version>2.1-SNAPSHOT</version>
-  <name>Maven Integration Testing</name>
-  <packaging>pom</packaging>
-  <url>http://maven.apache.org</url>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/core-integration-testing/trunk</url>
-  </scm>     
-  <issueManagement>
-    <system>jira</system>
-    <url>http://jira.codehaus.org/browse/MNG</url>
-  </issueManagement>
-  <modules>
-    <module>core-integration-testing-plugins</module>
-    <module>core-integration-testing-wagon</module>
-    <module>core-integration-tests</module>
-    <module>core-integration-testing-support</module>  
-    <module>maven-integration-test-helper</module>  
-  </modules>  
-  <!-- TODO this needs to be improved, right now it doesn't deploy to releases repo -->
-  <properties>
-    <repositoryUrl>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</repositoryUrl> 
-  </properties>
-  <profiles>
-    <profile>
-      <id>mode-local-offline</id>
-      <properties>
-        <repositoryUrl>file:///tmp/mits/repository-remote</repositoryUrl> 
-      </properties>
-      <repositories>
-        <repository>
-          <id>central</id>
-          <url>${repositoryUrl}</url>
-        </repository>
-      </repositories>
-    </profile>
-  </profiles>  
-</project>
diff --git a/core-integration-testing/run-its.sh b/core-integration-testing/run-its.sh
deleted file mode 100755
index b69bb51..0000000
--- a/core-integration-testing/run-its.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-[ -z "$LOCAL_REPO" ] && echo && echo "Set your LOCAL_REPO envar!" && echo && exit
-
-echo "Using $LOCAL_REPO ..."
-
-mv "${LOCAL_REPO}" "${LOCAL_REPO}.its"
-
-mvn -N install \
-&& ( 
-  cd core-integration-testing-plugins
-  mvn install
-  ret=$?; if [ $ret != 0 ]; then echo "Failed to install IT plugins" && exit $ret; fi
-) && ( 
-  cd core-integration-testing-support
-  mvn install 
-  ret=$?; if [ $ret != 0 ]; then echo "Failed to install IT support artifacts." && exit $ret; fi
-) && ( 
-  cd core-integration-tests
-  mvn clean test
-  ret=$?; if [ $ret != 0 ]; then exit $ret; fi
-)
-ret=$?
-
-rm -rf "${LOCAL_REPO}"
-mv "${LOCAL_REPO}.its" "${LOCAL_REPO}"
-
-exit $ret