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