fixing pom issues for the release

This commit is contained in:
Guillaume Polaert 2017-05-31 09:58:36 +02:00
parent dad2391838
commit eecf93be0e
2 changed files with 2 additions and 14 deletions

View File

@ -20,6 +20,7 @@
<ot.contrib.okhttp.version>0.0.4</ot.contrib.okhttp.version>
<opentracing.version>0.22.0</opentracing.version>
<java.version>1.8</java.version>
<ot.dd-trace.version>0.0.1-SNAPSHOT</ot.dd-trace.version>
</properties>
<dependencies>
@ -253,6 +254,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20</version>
<configuration>
<skipTests>true</skipTests>
<includes>
<include>*Test.java</include>
</includes>

14
pom.xml
View File

@ -79,20 +79,6 @@
<target>${java.version}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>deploy</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>