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 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 >
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 >
You can’t perform that action at this time.
0 commit comments