galexandre / sonar-cobertura

Cobertura plugin for SonarQube
GNU General Public License v3.0
30 stars 26 forks source link

Build Instruction. #26

Closed niharbabu99 closed 5 years ago

niharbabu99 commented 5 years ago

Can someone please provide build instructions.

niharbabu99 commented 5 years ago

due to maven config issue i was not able to build. If some one can create a document on how to use it will be very useful. I see a travis.sh file in the project, if possible request some to provide info on the same.

galexandre commented 5 years ago

Hi! Travis is called every time you do a PR. If you want to build locally the artifact, use the following maven command: mvn clean install