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:
Dominik Stadler 2014-02-17 22:11:57 +00:00
parent 2cfc8dbf17
commit e446581fc7
1 changed files with 2 additions and 1 deletions

View File

@ -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>