openzipkin / brave-karaf

Karaf integration and tests for Brave (java Zipkin tracer)
Apache License 2.0
7 stars 6 forks source link

Moves integration test to integration test phase #28

Closed codefromthecrypt closed 5 years ago

codefromthecrypt commented 5 years ago

Common building and packaging shouldn't require execution of integration tests. This renames the file so that it isn't executed when doing ./mvnw package

Thanks @shakuzen for the suggestion!

codefromthecrypt commented 5 years ago

weird.. I thought failsafe ran as a prereq to the install phase..