File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
src/test/resources/project-stub Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 3030 </repositories >
3131
3232 <build >
33+ <resources >
34+ <resource >
35+ <directory >src/main/resources</directory >
36+ <filtering >true</filtering >
37+ <includes >
38+ <include >*.properties</include >
39+ </includes >
40+ </resource >
41+ </resources >
42+
3343 <plugins >
3444 <plugin >
3545 <groupId >com.e-gineering</groupId >
4050 <releaseDeploymentRepository >releases</releaseDeploymentRepository >
4151 <stageDeploymentRepository >test-releases::default::file:${it.repository.basedir} /test-releases::false</stageDeploymentRepository >
4252 <snapshotDeploymentRepository >snapshots</snapshotDeploymentRepository >
53+ <masterBranchPropertyFile >src/build/resources/master.build.properties</masterBranchPropertyFile >
4354 </configuration >
4455 <executions >
4556 <execution >
Original file line number Diff line number Diff line change 1+ build.branch.type =master
2+ build.branch.string =${project.version}-type-${build.branch.type}
3+ ${build.branch.type}-foo =foomanchu!
Original file line number Diff line number Diff line change 1+ app.buildinfo =${build.branch.string}
You can’t perform that action at this time.
0 commit comments