Does not respect setting of maven.jcoverage.merge.outputDir
-----------------------------------------------------------

         Key: MPJCOVERAGE-29
         URL: http://jira.codehaus.org/browse/MPJCOVERAGE-29
     Project: maven-jcoverage-plugin
        Type: Bug
    Reporter: Jeff Jensen
 Assigned to: Emmanuel Venisse 


Setting maven.jcoverage.merge.outputDir has no effect - the tool always writes 
jcoverage.ser to ${basedir}.

In the meantime, this is a work-around:
  Add this to the maven.xml file, and it will delete the file with the clean 
goal:
    <preGoal name="clean:clean">
      <ant:delete file="${basedir}/jcoverage.ser" />
    </preGoal>

This is a problem as a built file is written to a source dir, and must be 
deleted on each build.

-- 
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, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to