Skip to content

Commit c977bd8

Browse files
authored
Add gitflow maven plugin to simplify releasing of this library (#215)
1 parent f2a02d5 commit c977bd8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,18 @@
159159
<version>3.0.0-M5</version>
160160
</plugin>
161161

162+
<plugin>
163+
<groupId>com.amashchenko.maven.plugin</groupId>
164+
<artifactId>gitflow-maven-plugin</artifactId>
165+
<version>1.16.0</version>
166+
<configuration>
167+
<skipTag>true</skipTag>
168+
<pushRemote>false</pushRemote>
169+
<gitFlowConfig>
170+
<developmentBranch>master</developmentBranch>
171+
</gitFlowConfig>
172+
</configuration>
173+
</plugin>
162174
</plugins>
163175
</build>
164176

0 commit comments

Comments
 (0)