Skip to content
Snippets Groups Projects
Commit fec2a9c0 authored by František Dvořák's avatar František Dvořák
Browse files

Maven release plugin

parent 5814160f
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,19 @@
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M4</version>
<configuration>
<addSchema>false</addSchema>
<goals>package install</goals>
<localCheckout>true</localCheckout>
<scmCommentPrefix>[Release] </scmCommentPrefix>
<pushChanges>false</pushChanges>
<tagNameFormat>@{version}</tagNameFormat>
</configuration>
</plugin>
</plugins>
</build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment