summaryrefslogtreecommitdiffstats
path: root/sonar
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2014-02-17 22:11:57 +0000
committerDominik Stadler <centic@apache.org>2014-02-17 22:11:57 +0000
commit96a899f7804ecd0a6ccf0bf19c82a815328ed4c5 (patch)
tree9b314f102e433fe4dd137cb9a17e1bc24b01961b /sonar
parentbc5912e74d75fe06af7435dc71fe559eaeaa3565 (diff)
downloadpoi-96a899f7804ecd0a6ccf0bf19c82a815328ed4c5.tar.gz
poi-96a899f7804ecd0a6ccf0bf19c82a815328ed4c5.zip
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
Diffstat (limited to 'sonar')
-rw-r--r--sonar/ooxml-schema-encryption/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/sonar/ooxml-schema-encryption/pom.xml b/sonar/ooxml-schema-encryption/pom.xml
index f26c746045..9fd2370277 100644
--- a/sonar/ooxml-schema-encryption/pom.xml
+++ b/sonar/ooxml-schema-encryption/pom.xml
@@ -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>