duplicated scm plugin

This commit is contained in:
Mariusz Smykula
2016-04-06 17:51:32 +02:00
parent 917a74c14b
commit 7c1d87345d

17
pom.xml
View File

@@ -298,23 +298,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.9.4</version>
<inherited>false</inherited>
<executions>
<execution>
<phase>deploy</phase>
<goals>
<goal>tag</goal>
</goals>
<configuration>
<tag>v${project.version}</tag>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>