mirror of https://github.com/apache/maven.git
fix to avoid usage of stale maven wrapper jar
This commit is contained in:
parent
3aeabdcd89
commit
54b22829ce
|
@ -10,6 +10,7 @@
|
||||||
<include>mvnw</include>
|
<include>mvnw</include>
|
||||||
<include>mvnw.cmd</include>
|
<include>mvnw.cmd</include>
|
||||||
<include>.mvn/**</include>
|
<include>.mvn/**</include>
|
||||||
|
<exclude>**/*.jar</exclude>
|
||||||
</directory>
|
</directory>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
</runtime>
|
</runtime>
|
||||||
|
|
Loading…
Reference in New Issue