mirror of https://github.com/apache/poi.git
Downgrade the replacer plugin to 1.5.1, otherwise replacing does not find any files sometimes
Also svn-ignore the maven-target directories git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1569118 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bc5912e74d
commit
96a899f780
|
@ -42,7 +42,8 @@
|
|||
<plugin>
|
||||
<groupId>com.google.code.maven-replacer-plugin</groupId>
|
||||
<artifactId>replacer</artifactId>
|
||||
<version>1.5.2</version>
|
||||
<!-- Note: There is a bug with version 1.5.2 which caused the replacement to not find any files sometimes! -->
|
||||
<version>1.5.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>generate-sources</phase>
|
||||
|
|
Loading…
Reference in New Issue