mirror of https://github.com/apache/maven.git
added README.md to rat excludes
This commit is contained in:
parent
cfbad56f65
commit
9d432fb515
1
pom.xml
1
pom.xml
|
@ -581,6 +581,7 @@ under the License.
|
||||||
<exclude>.repository/**</exclude> <!-- jenkins with local maven repository -->
|
<exclude>.repository/**</exclude> <!-- jenkins with local maven repository -->
|
||||||
<exclude>.maven/spy.log</exclude> <!-- hudson maven3 integration log -->
|
<exclude>.maven/spy.log</exclude> <!-- hudson maven3 integration log -->
|
||||||
<exclude>.java-version</exclude>
|
<exclude>.java-version</exclude>
|
||||||
|
<exclude>README.md</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue