Instrument goal sets ${project.build.outputDirectory} -----------------------------------------------------
Key: MEMMA-18 URL: http://jira.codehaus.org/browse/MEMMA-18 Project: Mojo EMMA Plugin Issue Type: Bug Affects Versions: 1.0-alpha-3 Reporter: Kevin Conaway The instrument goal changes ${project.build.outputDirectory} to be the value of ${emma.outputdirectory}/classes which by default is ${project.build.directory}/generated-classes/emma. This causes conflicts when running emma in the package phase of a WAR pom. The war plugin uses ${project.build.outputDirectory} when copying class files in to the WAR. The end result is that the emma instrumented classes get copied in to the WAR. -- 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