Update plexusVersion to ignore scanning of module-info
Update extra-enforcer-rule to recognize java9 bytecode


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/ce4fe0f3
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/ce4fe0f3
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/ce4fe0f3

Branch: refs/heads/jigsaw
Commit: ce4fe0f376a46ed861200d22b552f408278a61a4
Parents: 1468f2d
Author: rfscholte <rfscho...@apache.org>
Authored: Sun Jul 24 12:28:56 2016 +0200
Committer: rfscholte <rfscho...@apache.org>
Committed: Sun Jul 24 12:28:56 2016 +0200

----------------------------------------------------------------------
 pom.xml | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/ce4fe0f3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f2a9914..fd302db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
     <commonsCliVersion>1.3.1</commonsCliVersion>
     <commonsLangVersion>3.4</commonsLangVersion>
     <junitVersion>4.12</junitVersion>
-    <plexusVersion>1.7-SNAPSHOT</plexusVersion>
+    <plexusVersion>1.8-SNAPSHOT</plexusVersion>
     <plexusInterpolationVersion>1.22</plexusInterpolationVersion>
     <plexusUtilsVersion>3.0.22</plexusUtilsVersion>
     <guavaVersion>19.0</guavaVersion>
@@ -424,7 +424,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.6-SNAPSHOT</version>
+          <version>3.6-jigsaw-SNAPSHOT</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -591,6 +591,13 @@
             </configuration>
           </execution>
         </executions>
+        <dependencies>
+          <dependency>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>extra-enforcer-rules</artifactId>
+            <version>1.0-beta-5-SNAPSHOT</version>
+          </dependency>
+        </dependencies>
       </plugin>
     </plugins>
   </build>

Reply via email to