opentracing-contrib / java-specialagent

Automatic instrumentation for 3rd-party libraries in Java applications with OpenTracing.
Apache License 2.0
185 stars 46 forks source link

Support `-DskipTests` in `itest-maven-mojo` #568

Closed safris closed 4 years ago

safris commented 4 years ago

This will allow one to run mvn -DskipTests clean install in a test, in order to build and install the JAR without running the tests. The use-case is to support debugging of test JARs in an IDE.