mirror of https://github.com/apache/archiva.git
exclude .java-version from rat
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1486412 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fab24d1e36
commit
b049e1b50a
1
pom.xml
1
pom.xml
|
@ -1804,6 +1804,7 @@
|
||||||
<exclude>.repository/**</exclude>
|
<exclude>.repository/**</exclude>
|
||||||
<exclude>*.patch</exclude>
|
<exclude>*.patch</exclude>
|
||||||
<exclude>**/target/**</exclude>
|
<exclude>**/target/**</exclude>
|
||||||
|
<exclude>.java-version</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue