Added release step to pom

This commit is contained in:
Ziver Koc 2017-10-26 17:17:49 +02:00
parent 750bb24f55
commit 15e884db95
2 changed files with 25 additions and 13 deletions

10
pom.xml
View file

@ -28,7 +28,7 @@
<scm>
<connection>scm:git:https://github.com/Ziver/zutil.git</connection>
<developerConnection>scm:git:https://github.com/Ziver/zutil.git</developerConnection>
<developerConnection>scm:git:https://repo.koc.se/zutil-java.git</developerConnection>
<url>https://github.com/Ziver/zutil</url>
</scm>
@ -111,6 +111,8 @@
<target>${java.version}</target>
</configuration>
</plugin>
<!-- Plugins needed for deployment -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
@ -124,8 +126,6 @@
</execution>
</executions>
</plugin>
<!-- Plugins needed for deployment -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
@ -167,6 +167,10 @@
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
</plugin>
</plugins>
</build>