Repository: maven
Updated Branches:
  refs/heads/jigsaw 1468f2dec -> e7d987376


exclude module-info.java from checkstyle checks

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

Branch: refs/heads/jigsaw
Commit: e7d987376b7d70b925af6efd91f0e604f11c896b
Parents: 1468f2d
Author: Hervé Boutemy <hbout...@apache.org>
Authored: Sun Apr 17 22:13:35 2016 +0200
Committer: Hervé Boutemy <hbout...@apache.org>
Committed: Sun Apr 17 22:13:35 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/maven/blob/e7d98737/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f2a9914..41cf43a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
     <distributionName>Apache Maven</distributionName>
     <maven.site.path>ref/3-LATEST</maven.site.path>
     
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,JavadocType,MagicNumber,InnerAssignment,MethodName</checkstyle.violation.ignore>
-    <checkstyle.excludes>**/package-info.java</checkstyle.excludes>
+    
<checkstyle.excludes>**/package-info.java,**/module-info.java</checkstyle.excludes>
   </properties>
 
   <modules>
@@ -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>

Reply via email to