You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/01/23 08:14:42 UTC

[maven-doxia-book-renderer] 32/34: improve java 9 build

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 <hb...@apache.org>
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>