forked from phoedos/pmd
Use latest ant for maven-antrun-plugin
This preserves the file permissions when doing a replaceregexp on a file.
This commit is contained in:
parent
d9dcaaeb93
commit
4b14d4e757
6
pom.xml
6
pom.xml
@ -159,6 +159,12 @@
|
|||||||
<artifactId>javacc</artifactId>
|
<artifactId>javacc</artifactId>
|
||||||
<version>${javacc.version}</version>
|
<version>${javacc.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- Use the latest ant version to preserve file permissions when doing replaceregexp -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.ant</groupId>
|
||||||
|
<artifactId>ant</artifactId>
|
||||||
|
<version>${ant.version}</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user