Skip to content

Commit

Permalink
Exclude integration tests from maven deploy / release
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed May 30, 2018
1 parent 636078a commit cb34009
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions opentracing-spring-jaeger-starter-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,17 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>${version.maven-deploy-plugin}</version>
<configuration>
<!-- We don't want to release this artifact since it contains no sources -->
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

</project>

0 comments on commit cb34009

Please sign in to comment.