reta commented on issue #4: Let's polish this up for a release? URL: https://github.com/apache/incubator-zipkin-brave-karaf/issues/4#issuecomment-462046479 Good question, @adriancole , I think you need to skip inside the `pom.xml` direcly for `brave-itests`, as you suggested: ``` <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <configuration> <skip>true</skip> </configuration> </plugin> ``` Could you please try it out? As a side note, many projects publish all artifacts, seems to be easier :)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
