Skip to content

Commit

Permalink
Add Gitflow automation
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Oct 25, 2022
1 parent db062fb commit 57afb24
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,30 @@
</build>
</profile>

<!-- Gitflow automation -->
<profile>
<id>gitflow-automation</id>
<activation>
<property>
<name>!skipGitflowAutomation</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>com.amashchenko.maven.plugin</groupId>
<artifactId>gitflow-maven-plugin</artifactId>
<version>1.19.0</version>
<configuration>
<gitFlowConfig>
<versionTagPrefix>v</versionTagPrefix>
</gitFlowConfig>
</configuration>
</plugin>
</plugins>
</build>
</profile>

<!-- Base deploy -->
<profile>
<id>base-deploy</id>
Expand Down

0 comments on commit 57afb24

Please sign in to comment.