You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2016/11/05 00:28:12 UTC

svn commit: r1768134 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: olamy
Date: Sat Nov  5 00:28:12 2016
New Revision: 1768134

URL: http://svn.apache.org/viewvc?rev=1768134&view=rev
Log:
rat ignore .java-version

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

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=1768134&r1=1768133&r2=1768134&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Sat Nov  5 00:28:12 2016
@@ -345,6 +345,7 @@ under the License.
               <exclude>src/it/**/*.file</exclude>
               <exclude>src/it/projects/filtering-feature/filters-defined-in-build/src/main/config/**</exclude>
               <exclude>src/it/projects/bugs/massembly-731/**</exclude>
+              <exclude>.java-version</exclude>
             </excludes>
           </configuration>
         </plugin>