This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-doxia-book-renderer.git
commit 4060ca789382368c8ccc11f1692b9eb50d53480a Author: Herve Boutemy <[email protected]> AuthorDate: Sat Sep 9 20:35:02 2017 +0000 improve java 9 build git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk@1807928 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index d837371..31edc50 100644 --- a/pom.xml +++ b/pom.xml @@ -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>
