trautonen / coveralls-maven-plugin

Maven plugin for submitting Java code coverage reports to Coveralls web service.
MIT License
311 stars 124 forks source link

no Cobertura.xml generated. #38

Open inkrement opened 10 years ago

inkrement commented 10 years ago

I copied the Cobertura-configuration code into my pom.xml and run mvn cobertura:cobertura. It seems to start cobertura, but no output file is generated:

...
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Library-Example 0.1-alpha-1
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> cobertura-maven-plugin:2.6:cobertura (default-cli) @ Library-Example >>>
[INFO] 
[INFO] --- wro4j-maven-plugin:1.4.6:run (default) @ Library-Example ---
[INFO] Executing the mojo: 
...
trautonen commented 10 years ago

With this amount of information it's quite hard to tell what goes wrong. Could you at least add the full maven output to the issue and for debugging you could run the build with -X flag to see verbose information.