]> source.dussan.org Git - poi.git/commitdiff
Downgrade the replacer plugin to 1.5.1, otherwise replacing does not find any files...
authorDominik Stadler <centic@apache.org>
Mon, 17 Feb 2014 22:11:57 +0000 (22:11 +0000)
committerDominik Stadler <centic@apache.org>
Mon, 17 Feb 2014 22:11:57 +0000 (22:11 +0000)
Also svn-ignore the maven-target directories

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1569118 13f79535-47bb-0310-9956-ffa450edef68

sonar/ooxml-schema-encryption/pom.xml

index f26c74604536c1a6251646ba66668e727ff97987..9fd237027730d79bb70637ef7739821ab78684d2 100644 (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>