We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc2d27c + ed92134 commit d01273dCopy full SHA for d01273d
pom.xml
@@ -131,7 +131,21 @@
131
<goals>deploy</goals>
132
</configuration>
133
</plugin>
134
+ <plugin>
135
+ <groupId>com.amashchenko.maven.plugin</groupId>
136
+ <artifactId>gitflow-maven-plugin</artifactId>
137
+ <version>1.15.0</version>
138
+ </plugin>
139
</plugins>
140
+ <pluginManagement>
141
+ <plugins>
142
143
+ <groupId>org.apache.maven.plugins</groupId>
144
+ <artifactId>maven-site-plugin</artifactId>
145
+ <version>3.9.0</version>
146
147
+ </plugins>
148
+ </pluginManagement>
149
</build>
150
151
<profiles>
0 commit comments