From f223b017356684acee590a650c2a7699ff885ed9 Mon Sep 17 00:00:00 2001 From: Robert Scholte Date: Mon, 14 Nov 2016 20:46:57 +0000 Subject: [PATCH] module-info must be excluded use m-plugin-p 3.5 to build plugin, since it supports java9 git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1769688 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-plugin/pom.xml | 1 + pom.xml | 55 +++++++++++++++++++------------------ 2 files changed, 29 insertions(+), 27 deletions(-) diff --git a/maven-plugin-plugin/pom.xml b/maven-plugin-plugin/pom.xml index 14832b9..e1e3a44 100644 --- a/maven-plugin-plugin/pom.xml +++ b/maven-plugin-plugin/pom.xml @@ -264,6 +264,7 @@ org.apache.maven.plugins maven-plugin-plugin + 3.5 diff --git a/pom.xml b/pom.xml index 877a314..d3e50bb 100644 --- a/pom.xml +++ b/pom.xml @@ -398,33 +398,34 @@ [1.9,) - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + maven-enforcer-plugin + + + enforce-bytecode-version + + + + + module-info + + + + + + + + + org.codehaus.mojo + extra-enforcer-rules + 1.0-beta-5 + + + + +