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>


Reply via email to