Skip to content

Commit 0b4444d

Browse files
committed
Add Maven gitflow plugin
1 parent 49d50f6 commit 0b4444d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,17 @@
187187
</execution>
188188
</executions>
189189
</plugin>
190+
191+
<plugin>
192+
<groupId>com.amashchenko.maven.plugin</groupId>
193+
<artifactId>gitflow-maven-plugin</artifactId>
194+
<version>1.9.0</version>
195+
<configuration>
196+
<pushRemote>false</pushRemote>
197+
<skipTestProject>true</skipTestProject>
198+
<skipFeatureVersion>true</skipFeatureVersion>
199+
</configuration>
200+
</plugin>
190201
</plugins>
191202
</build>
192203

0 commit comments

Comments
 (0)