Hi, we used to use the maven-emma plugin and maven 1.* but have just
upgraded to maven 2.0.4.
If I put a dependency on emma like this:
<dependency>
<groupId>emma</groupId>
<artifactId>maven-emma-plugin</artifactId>
<version>0.5</version>
</dependency>
I get this:
Downloading:
http://www.ibiblio.org/maven2//emma/maven-emma-plugin/0.5/maven-emma-plugin-0.5.pom
993b downloaded
[WARNING] POM for 'emma:maven-emma-plugin:pom:0.5:compile' is invalid.
It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM.
I see that there is also an artifactId just called "emma" with a
couple versions.
1) What's the difference between emma and maven-emma-plugin?
2) Can I somehow get one or the other to work with maven 2.0.4?
3) If not, is there any other code coverage plugin people know of that
works with maven 2.0.4?
Thx in advance,
Davis
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]