File pom.patch of Package maven-wagon
Index: pom.xml
===================================================================
--- pom.xml.orig
+++ pom.xml
@@ -162,7 +162,7 @@ under the License.
<modules>
<module>wagon-provider-api</module>
<module>wagon-providers</module>
- <module>wagon-provider-test</module>
+ <!-- <module>wagon-provider-test</module>-->
</modules>
<dependencies>
@@ -251,21 +251,21 @@ under the License.
</plugin>
<plugin>
<groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-maven-plugin</artifactId>
+ <artifactId>plexus-component-metadata</artifactId>
<!-- the one in maven-parent-10 and after is no longer backward compatible-->
- <version>1.3.5</version>
+ <version>1.5.4</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-maven-plugin</artifactId>
+ <artifactId>plexus-component-metadata</artifactId>
<executions>
<execution>
<id>generate</id>
<goals>
- <goal>descriptor</goal>
+ <goal>generate-metadata</goal>
</goals>
</execution>
</executions>
Index: wagon-providers/pom.xml
===================================================================
--- wagon-providers/pom.xml.orig
+++ wagon-providers/pom.xml
@@ -33,16 +33,16 @@ under the License.
<modules>
<module>wagon-file</module>
- <module>wagon-ftp</module>
+ <!-- <module>wagon-ftp</module> -->
<module>wagon-http-lightweight</module>
- <module>wagon-http</module>
- <module>wagon-http-shared</module>
- <module>wagon-scm</module>
- <module>wagon-ssh-external</module>
- <module>wagon-ssh-common</module>
- <module>wagon-ssh-common-test</module>
- <module>wagon-ssh</module>
- <module>wagon-webdav-jackrabbit</module>
+ <module>wagon-http</module>
+ <module>wagon-http-shared</module>
+<!-- <module>wagon-scm</module> -->
+<!-- <module>wagon-ssh-external</module> -->
+<!-- <module>wagon-ssh-common</module> -->
+<!-- <module>wagon-ssh-common-test</module> -->
+<!-- <module>wagon-ssh</module> -->
+<!-- <module>wagon-webdav-jackrabbit</module> -->
</modules>
<dependencies>
Index: wagon-providers/wagon-http-shared/pom.xml
===================================================================
--- wagon-providers/wagon-http-shared/pom.xml.orig
+++ wagon-providers/wagon-http-shared/pom.xml
@@ -37,7 +37,7 @@ under the License.
<dependencies>
<dependency>
<groupId>xerces</groupId>
- <artifactId>xerces</artifactId>
+ <artifactId>xercesImpl</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>