Hi, I am using Cobertura with the Mojo plugin for Maven, and I have two projects, one with the DAO classes and one with the Service ones. I would like Cobertura to instrument and check the DAO classes (and the Service ones, of course) when I launch mvn cobertura:cobertura from the Service project, but I haven't found a way to do it. I tried using <configuration> <instrumentation> <includes> <include>../path_to_other_project/**/*.class</include> </includes> </instrumentation> </configuration> but it says that there are no classes to instrument. Can anyone please tell me a way to do it? Thank you very much, Gonzalo Rodríguez Píriz. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
- [mojo-user] Cobertura for two projects with Mave... Gonzalo Rodríguez Píriz
- Re: [mojo-user] Cobertura for two projects ... david
- Re: [mojo-user] Cobertura for two proje... Gonzalo Rodríguez Píriz
- Re: [mojo-user] Cobertura for two p... Wendy Smoak