File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 98
98
</dependencies >
99
99
100
100
<build >
101
-
101
+ <pluginManagement >
102
+ <plugins >
103
+ <plugin >
104
+ <groupId >external.atlassian.jgitflow</groupId >
105
+ <artifactId >jgitflow-maven-plugin</artifactId >
106
+ <version >1.0-m5.1</version >
107
+ <configuration >
108
+ <flowInitContext >
109
+ <masterBranchName >master</masterBranchName >
110
+ <developBranchName >dev</developBranchName >
111
+ <featureBranchPrefix >feature/</featureBranchPrefix >
112
+ <releaseBranchPrefix >release/</releaseBranchPrefix >
113
+ <hotfixBranchPrefix >hotfix/</hotfixBranchPrefix >
114
+ </flowInitContext >
115
+ <allowSnapshots >true</allowSnapshots >
116
+ <autoVersionSubmodules >true</autoVersionSubmodules >
117
+ </configuration >
118
+ </plugin >
119
+ </plugins >
120
+ </pluginManagement >
102
121
<plugins >
103
122
<plugin >
104
123
<groupId >org.apache.maven.plugins</groupId >
108
127
<target >1.8</target >
109
128
</configuration >
110
129
</plugin >
130
+ <plugin >
131
+ <groupId >external.atlassian.jgitflow</groupId >
132
+ <artifactId >jgitflow-maven-plugin</artifactId >
133
+ </plugin >
111
134
</plugins >
112
135
</build >
113
136
You can’t perform that action at this time.
0 commit comments