[MREPOSITORY-29]
 - Added missing artifacts to extraArtifacts and
   updated the IT accordingly.


git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1628297 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 1e6b8a5..3fb6341 100644
--- a/pom.xml
+++ b/pom.xml
@@ -266,6 +266,12 @@
                 </goals>
                 <configuration>
                   <localRepositoryPath>${project.build.directory}/it-repo</localRepositoryPath>
+                  <extraArtifacts>
+                    <extraArtifact>org.apache.maven.plugins:maven-source-plugin:2.3:maven-plugin</extraArtifact>
+                    <extraArtifact>org.apache.maven.plugins:maven-surefire-plugin:2.12:maven-plugin</extraArtifact>
+                    <extraArtifact>org.apache.maven.plugins:maven-resources-plugin:2.6:maven-plugin</extraArtifact>
+                    <extraArtifact>org.apache.maven.plugins:maven-jar-plugin:2.5:maven-plugin</extraArtifact>
+                  </extraArtifacts>
                 </configuration>
               </execution>
             </executions>
diff --git a/src/it/bundle-create-no-scm/pom.xml b/src/it/bundle-create-no-scm/pom.xml
index 9eab175..19bd27e 100644
--- a/src/it/bundle-create-no-scm/pom.xml
+++ b/src/it/bundle-create-no-scm/pom.xml
@@ -65,17 +65,17 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>2.1</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-resources-plugin</artifactId>
         <version>2.5</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-resources-plugin</artifactId>
+        <version>2.6</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-source-plugin</artifactId>
-        <version>2.0.4</version>
+        <version>2.3</version>
         <executions>
           <execution>
             <id>attach-sources</id>
@@ -88,7 +88,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3.1</version>
+        <version>2.12</version>
       </plugin>
     </plugins>
   </build>
diff --git a/src/it/bundle-create/pom.xml b/src/it/bundle-create/pom.xml
index f811f1d..b46d006 100644
--- a/src/it/bundle-create/pom.xml
+++ b/src/it/bundle-create/pom.xml
@@ -71,17 +71,17 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>2.1</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-resources-plugin</artifactId>
         <version>2.5</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-resources-plugin</artifactId>
+        <version>2.6</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-source-plugin</artifactId>
-        <version>2.0.4</version>
+        <version>2.3</version>
         <executions>
           <execution>
             <id>attach-sources</id>
@@ -94,7 +94,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3.1</version>
+        <version>2.12</version>
       </plugin>
     </plugins>
   </build>