File pom.patch of Package maven-doxia-sitetools
Index: pom.xml
===================================================================
--- pom.xml.orig
+++ pom.xml
@@ -175,7 +175,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
- <version>1.0-alpha-30</version>
+ <version>1.0-alpha-8</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
@@ -223,25 +223,25 @@ under the License.
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-4</version>
</plugin>
- <plugin>
+<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/tags</tagBase>
</configuration>
- </plugin>
+ </plugin>-->
<!-- TODO need to upgrade to last version or Maven parent version -->
<plugin>
<groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-maven-plugin</artifactId>
- <version>1.3.5</version>
+ <artifactId>plexus-component-metadata</artifactId>
+ <version>1.5.4</version>
</plugin>
<plugin>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId>
<version>1.1</version>
</plugin>
- <plugin>
+<!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.6.1</version>
@@ -260,7 +260,7 @@ under the License.
</tagletArtifact>
</tagletArtifacts>
</configuration>
- </plugin>
+ </plugin>-->
</plugins>
</pluginManagement>
</build>
Index: doxia-decoration-model/pom.xml
===================================================================
--- doxia-decoration-model/pom.xml.orig
+++ doxia-decoration-model/pom.xml
@@ -76,11 +76,11 @@ under the License.
</plugin>
<plugin>
<groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-maven-plugin</artifactId>
+ <artifactId>plexus-component-metadata</artifactId>
<executions>
<execution>
<goals>
- <goal>descriptor</goal>
+ <goal>generate-metadata</goal>
</goals>
</execution>
</executions>
Index: doxia-doc-renderer/pom.xml
===================================================================
--- doxia-doc-renderer/pom.xml.orig
+++ doxia-doc-renderer/pom.xml
@@ -153,11 +153,11 @@ under the License.
<plugins>
<plugin>
<groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-maven-plugin</artifactId>
+ <artifactId>plexus-component-metadata</artifactId>
<executions>
<execution>
<goals>
- <goal>descriptor</goal>
+ <goal>generate-metadata</goal>
</goals>
</execution>
</executions>