mirror of https://github.com/apache/openjpa.git
exclude .gitignore from rat check
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.0.x@989302 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a36edfc88c
commit
1f38a0cead
1
pom.xml
1
pom.xml
|
@ -208,6 +208,7 @@
|
||||||
<exclude>**/org.apache.openjpa.revision.properties</exclude>
|
<exclude>**/org.apache.openjpa.revision.properties</exclude>
|
||||||
<exclude>**/target/**/*</exclude>
|
<exclude>**/target/**/*</exclude>
|
||||||
<exclude>release.properties</exclude>
|
<exclude>release.properties</exclude>
|
||||||
|
<exclude>.gitignore</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue