Author: khmarbaise
Date: Mon Sep 29 20:42:35 2014
New Revision: 1628302

URL: http://svn.apache.org/r1628302
Log:
[MREPOSITORY-29]
 - Followup Added missing maven-compiler-plugin to extraArtifact
   and fixed the IT's accordingly.

Modified:
    maven/plugins/trunk/maven-repository-plugin/pom.xml
    
maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create-alt-pom/alternative-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=1628302&r1=1628301&r2=1628302&view=diff
==============================================================================
--- maven/plugins/trunk/maven-repository-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-repository-plugin/pom.xml Mon Sep 29 20:42:35 2014
@@ -271,6 +271,7 @@ under the License.
                     
<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>
+                    
<extraArtifact>org.apache.maven.plugins:maven-compiler-plugin:3.1:maven-plugin</extraArtifact>
                   </extraArtifacts>
                 </configuration>
               </execution>

Modified: 
maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create-alt-pom/alternative-pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create-alt-pom/alternative-pom.xml?rev=1628302&r1=1628301&r2=1628302&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create-alt-pom/alternative-pom.xml
 (original)
+++ 
maven/plugins/trunk/maven-repository-plugin/src/it/bundle-create-alt-pom/alternative-pom.xml
 Mon Sep 29 20:42:35 2014
@@ -66,22 +66,22 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.0.2</version>
+        <version>3.1</version>
       </plugin>
       <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>

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=1628302&r1=1628301&r2=1628302&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:42:35 2014
@@ -60,7 +60,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.0.2</version>
+        <version>3.1</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

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=1628302&r1=1628301&r2=1628302&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:42:35 2014
@@ -66,7 +66,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.0.2</version>
+        <version>3.1</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>


Reply via email to