Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-914 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-914 Summary: make jcoverage integrate better with cactus Type: Improvement Status: Unassigned Priority: Minor Time Spent: Unknown Remaining: Unknown Project: maven Assignee: Reporter: Norbert Pabis Created: Wed, 8 Oct 2003 10:17 AM Updated: Wed, 8 Oct 2003 10:17 AM Description: Now you have to copy files from maven.jcoverage.instrumentation to maven-war-plugin->getVariable('webapp.build.webinf')}/classes Something like this would be helpful: <postGoal name="war:webapp"> <ant:copy todir="${pom.getPluginContext('maven-war-plugin').getVariable('webapp.build.webinf')}/classes" overwrite="true"> <ant:fileset dir="${pom.getPluginContext('maven-jcoverage-plugin').getVariable('maven.jcoverage.instrumentation')}"/> </ant:copy> </postGoal> Maybe with condition for jcoverage.instrument-webapp=true/false to make it optional. --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
