Browse Source

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
tags/REL_3_11_BETA1
Dominik Stadler 10 years ago
parent
commit
96a899f780
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      sonar/ooxml-schema-encryption/pom.xml

+ 2
- 1
sonar/ooxml-schema-encryption/pom.xml 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>

Loading…
Cancel
Save