fixing pom issues for the release
This commit is contained in:
parent
dad2391838
commit
eecf93be0e
|
@ -20,6 +20,7 @@
|
||||||
<ot.contrib.okhttp.version>0.0.4</ot.contrib.okhttp.version>
|
<ot.contrib.okhttp.version>0.0.4</ot.contrib.okhttp.version>
|
||||||
<opentracing.version>0.22.0</opentracing.version>
|
<opentracing.version>0.22.0</opentracing.version>
|
||||||
<java.version>1.8</java.version>
|
<java.version>1.8</java.version>
|
||||||
|
<ot.dd-trace.version>0.0.1-SNAPSHOT</ot.dd-trace.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -253,6 +254,7 @@
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>2.20</version>
|
<version>2.20</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<skipTests>true</skipTests>
|
||||||
<includes>
|
<includes>
|
||||||
<include>*Test.java</include>
|
<include>*Test.java</include>
|
||||||
</includes>
|
</includes>
|
||||||
|
|
14
pom.xml
14
pom.xml
|
@ -79,20 +79,6 @@
|
||||||
<target>${java.version}</target>
|
<target>${java.version}</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</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>
|
<plugin>
|
||||||
<groupId>org.sonatype.plugins</groupId>
|
<groupId>org.sonatype.plugins</groupId>
|
||||||
<artifactId>nexus-staging-maven-plugin</artifactId>
|
<artifactId>nexus-staging-maven-plugin</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue