Commit b12134da authored by fangxinjiang's avatar fangxinjiang

gitflow maven 插件

parent e07d9508
......@@ -227,6 +227,24 @@
<artifactId>spring-javaformat-maven-plugin</artifactId>
<version>${spring.checkstyle.plugin}</version>
</plugin>
<plugin>
<groupId>com.amashchenko.maven.plugin</groupId>
<artifactId>gitflow-maven-plugin</artifactId>
<version>1.11.0</version>
<configuration>
<!--详细打印日志-->
<verbose>true</verbose>
<!--maven安装项目到本地-->
<installProject>false</installProject>
<!--跳过maven测试-->
<skipTestProject>true</skipTestProject>
<!--推送远程服务器-->
<pushRemote>true</pushRemote>
<!--保留分支-->
<keepBranch>true</keepBranch>
</configuration>
</plugin>
</plugins>
</build>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment