Skip to content

Commit 990128d

Browse files
committed
Property bits.
1 parent bfe9296 commit 990128d

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

src/test/resources/project-alt1-stub/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
<releaseDeploymentRepository>releases</releaseDeploymentRepository>
5454
<stageDeploymentRepository>test-releases</stageDeploymentRepository>
5555
<snapshotDeploymentRepository>snapshots</snapshotDeploymentRepository>
56+
<releaseBranchProperties>
57+
<foo>bar</foo>
58+
</releaseBranchProperties>
59+
<scope>system</scope>
5660
</configuration>
5761
<executions>
5862
<execution>

src/test/resources/project-stub/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,24 @@
5151
<stageDeploymentRepository>test-releases::default::file:${it.repository.basedir}/test-releases::false</stageDeploymentRepository>
5252
<snapshotDeploymentRepository>snapshots</snapshotDeploymentRepository>
5353
<masterBranchPropertyFile>src/build/resources/master.build.properties</masterBranchPropertyFile>
54+
<supportBranchProperties>
55+
<build.branch.type>support</build.branch.type>
56+
</supportBranchProperties>
57+
<releaseBranchProperties>
58+
<build.branch.type>release</build.branch.type>
59+
</releaseBranchProperties>
60+
<hotfixBranchProperties>
61+
<build.branch.type>hotfix</build.branch.type>
62+
</hotfixBranchProperties>
63+
<developmentBranchProperties>
64+
<build.branch.type>develop</build.branch.type>
65+
</developmentBranchProperties>
66+
<otherBranchProperties>
67+
<build.branch.type>other</build.branch.type>
68+
</otherBranchProperties>
69+
<undefinedBranchProperties>
70+
<build.branch.type>undefined</build.branch.type>
71+
</undefinedBranchProperties>
5472
</configuration>
5573
<executions>
5674
<execution>

0 commit comments

Comments
 (0)