Skip to content

Commit d854660

Browse files
authored
Merge pull request #1635 from zfi/1.1
Update pom to correct error in properties package.
2 parents 2e2db97 + 486240b commit d854660

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

pom.xml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
</resources>
3535

3636
<plugins>
37-
<!-- Read external property resource files -->
3837
<plugin>
38+
<!-- Read external property resource files -->
3939
<groupId>org.codehaus.mojo</groupId>
4040
<artifactId>properties-maven-plugin</artifactId>
4141
<version>1.0.0</version>
@@ -46,17 +46,18 @@
4646
<!-- Reads property files or properties from URLs as Project properties -->
4747
<goal>read-project-properties</goal>
4848
</goals>
49+
<configuration>
50+
<files>
51+
<!-- Location of the property file(s) -->
52+
<file>build.properties</file>
53+
</files>
54+
<!--
55+
<properties combine.self="append" />
56+
<outputFile combine.self="append" />
57+
-->
58+
</configuration>
4959
</execution>
5060
</executions>
51-
52-
<configuration>
53-
<files>
54-
<!-- Location of the property file(s) -->
55-
<file>build.properties</file>
56-
</files>
57-
<properties combine.self="append" />
58-
<outputFile combine.self="append" />
59-
</configuration>
6061
</plugin>
6162

6263
<plugin>

0 commit comments

Comments
 (0)