Author: dennisl
Date: Fri Feb 18 21:36:29 2011
New Revision: 1072158
URL: http://svn.apache.org/viewvc?rev=1072158&view=rev
Log:
o Upgrade to maven-plugins:19
Modified:
maven/plugins/trunk/maven-assembly-plugin/pom.xml
Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=1072158&r1=1072157&r2=1072158&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Fri Feb 18 21:36:29 2011
@@ -25,7 +25,7 @@ under the License.
<parent>
<artifactId>maven-plugins</artifactId>
<groupId>org.apache.maven.plugins</groupId>
- <version>18</version>
+ <version>19</version>
<relativePath>../maven-plugins/pom.xml</relativePath>
</parent>
@@ -213,7 +213,6 @@ under the License.
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-maven-plugin</artifactId>
- <version>1.3.8</version>
<executions>
<execution>
<id>create-component-descriptor</id>
@@ -244,7 +243,6 @@ under the License.
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
- <version>1.4</version>
<configuration>
<useJava5>true</useJava5>
<version>${mdoVersion}</version>
@@ -279,17 +277,7 @@ under the License.
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-clean-plugin</artifactId>
- <version>2.4.1</version>
- </plugin>
- <plugin>
- <artifactId>maven-site-plugin</artifactId>
- <version>2.1.1</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.1</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
@@ -298,7 +286,6 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.6</version>
<configuration>
<excludes>
<exclude>**/BasicAbstractAssemblyMojoFeaturesTest*</exclude>
|