File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 34
34
</resources >
35
35
36
36
<plugins >
37
- <!-- Read external property resource files -->
38
37
<plugin >
38
+ <!-- Read external property resource files -->
39
39
<groupId >org.codehaus.mojo</groupId >
40
40
<artifactId >properties-maven-plugin</artifactId >
41
41
<version >1.0.0</version >
46
46
<!-- Reads property files or properties from URLs as Project properties -->
47
47
<goal >read-project-properties</goal >
48
48
</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 >
49
59
</execution >
50
60
</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 >
60
61
</plugin >
61
62
62
63
<plugin >
You can’t perform that action at this time.
0 commit comments