Author: hboutemy Date: Sat Sep 9 20:35:02 2017 New Revision: 1807928 URL: http://svn.apache.org/viewvc?rev=1807928&view=rev Log: improve java 9 build
Modified: maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml Modified: maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml?rev=1807928&r1=1807927&r2=1807928&view=diff ============================================================================== --- maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml (original) +++ maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml Sat Sep 9 20:35:02 2017 @@ -143,6 +143,11 @@ under the License. </excludes> </configuration> </plugin> + <plugin> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-component-metadata</artifactId> + <version>1.7.1</version> + </plugin> </plugins> </pluginManagement> <plugins> Modified: maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml?rev=1807928&r1=1807927&r2=1807928&view=diff ============================================================================== --- maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml (original) +++ maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml Sat Sep 9 20:35:02 2017 @@ -93,6 +93,15 @@ under the License. </dependencies> <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-component-metadata</artifactId> + <version>1.7.1</version> + </plugin> + </plugins> + </pluginManagement> <plugins> <plugin> <groupId>org.codehaus.modello</groupId>