Author: khmarbaise
Date: Mon Sep 29 20:32:14 2014
New Revision: 1628297

URL: http://svn.apache.org/r1628297
Log:
[MREPOSITORY-29]
 - Added missing artifacts to extraArtifacts and
   updated the IT accordingly.

Modified:
    maven/plugins/trunk/maven-repository-plugin/pom.xml
    
maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create-no-scm/pom.xml
    maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create/pom.xml

Modified: maven/plugins/trunk/maven-repository-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-repository-plugin/pom.xml?rev=1628297&r1=1628296&r2=1628297&view=diff
==============================================================================
--- maven/plugins/trunk/maven-repository-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-repository-plugin/pom.xml Mon Sep 29 20:32:14 2014
@@ -266,6 +266,12 @@ under the License.
                 </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>

Modified: 
maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create-no-scm/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create-no-scm/pom.xml?rev=1628297&r1=1628296&r2=1628297&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create-no-scm/pom.xml 
(original)
+++ 
maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create-no-scm/pom.xml 
Mon Sep 29 20:32:14 2014
@@ -65,17 +65,17 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>2.1</version>
+        <version>2.5</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
-        <version>2.5</version>
+        <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 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3.1</version>
+        <version>2.12</version>
       </plugin>
     </plugins>
   </build>

Modified: 
maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create/pom.xml?rev=1628297&r1=1628296&r2=1628297&view=diff
==============================================================================
--- maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create/pom.xml 
(original)
+++ maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create/pom.xml 
Mon Sep 29 20:32:14 2014
@@ -71,17 +71,17 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>2.1</version>
+        <version>2.5</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
-        <version>2.5</version>
+        <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 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3.1</version>
+        <version>2.12</version>
       </plugin>
     </plugins>
   </build>


Reply via email to