You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2017/09/06 21:45:34 UTC

svn commit: r1807534 - /maven/plugins/trunk/maven-jmod-plugin/pom.xml

Author: khmarbaise
Date: Wed Sep  6 21:45:34 2017
New Revision: 1807534

URL: http://svn.apache.org/viewvc?rev=1807534&view=rev
Log:
Added exclusion for README.md

Modified:
    maven/plugins/trunk/maven-jmod-plugin/pom.xml

Modified: maven/plugins/trunk/maven-jmod-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/pom.xml?rev=1807534&r1=1807533&r2=1807534&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jmod-plugin/pom.xml Wed Sep  6 21:45:34 2017
@@ -107,6 +107,7 @@
                 ! The module-info.java does not contain comments.
               -->
               <exclude>src/it/*/module-info.java</exclude>
+              <exclude>README.md</exclude>
             </excludes>
           </configuration>
         </plugin>