File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 77* .jar
88* .war
99* .ear
10+ pom.xml.versionsBackup
1011
1112# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
1213hs_err_pid *
Original file line number Diff line number Diff line change 271271 <target >9</target >
272272 </configuration >
273273 </plugin >
274-
274+ <plugin >
275+ <groupId >external.atlassian.jgitflow</groupId >
276+ <artifactId >jgitflow-maven-plugin</artifactId >
277+ <version >1.0-m5.1</version >
278+ <configuration >
279+ <flowInitContext >
280+ <masterBranchName >master</masterBranchName >
281+ <developBranchName >development</developBranchName >
282+ <featureBranchPrefix >feature/-</featureBranchPrefix >
283+ <releaseBranchPrefix >release-</releaseBranchPrefix >
284+ <hotfixBranchPrefix >hotfix-</hotfixBranchPrefix >
285+ <versionTagPrefix >version-</versionTagPrefix >
286+ </flowInitContext >
287+ <username >USERNAME_FOR_A_GIT_USER</username >
288+ <password >PASSWORD_FOR_A_GIT_USER</password >
289+ <noDeploy >true</noDeploy >
290+ <squash >true</squash >
291+ <scmCommentPrefix >[RELEASE] </scmCommentPrefix >
292+ </configuration >
293+ </plugin
275294 <plugin>
276295 <groupId >org.jacoco</groupId >
277296 <artifactId >jacoco-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments