[ http://jira.codehaus.org/browse/MOJO-762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mathias Arens updated MOJO-762: ------------------------------- Attachment: emma-maven-plugin-1.0-SNAPSHOT-maven-2.0.8-surefire-2.3.1-2.4 I found the bug. I modified the lifecycle.xml file of the emma plugin. Basically I changed the classesDirectory tag from: <classesDirectory> ${project.build.directory}/generated-classes/emma </classesDirectory> to: <classesDirectory> ${project.build.directory}/generated-classes/emma/classes </classesDirectory> I also removed a System.setProperty() which has no effect in my opinion. I tested the plugin with maven 2.0.8 and surefire-2.3.1 and surefire-2.4. The patch works fine. Also the integration tests do still work. Can somebody check this patch in? > New Emma Maven2 plugin > ---------------------- > > Key: MOJO-762 > URL: http://jira.codehaus.org/browse/MOJO-762 > Project: Mojo > Issue Type: New Feature > Components: Plugin Submission > Reporter: Alexandre ROMAN > Assignee: Carlos Sanchez > Priority: Minor > Attachments: emma-maven-plugin-1.0-SNAPSHOT-20070423.tar.bz2, > emma-maven-plugin-1.0-SNAPSHOT-20070524.tar.bz2, > emma-maven-plugin-1.0-SNAPSHOT-maven-2.0.8-surefire-2.3.1-2.4, > emma-maven-plugin-patch-200708240354UTC > > > I would like to donate an implementation of my Emma Maven2 plugin. > I've been using this plugin for several projects of my own with success. Now > I would like to contribute to the Mojo project with this plugin. > This plugin is mainly inspired by the Cobertura plugin. > Site documentation is missing : if you are interested in this plugin, I could > work on it! > I'm open for critics! -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email