Default location of jcoverage.ser is source dir; change to build dir
--------------------------------------------------------------------

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


By default, the tool places jcoverage.ser in ${basedir}.  However, it is a 
built file, not a source file.  Therefore, I suggest the default location for 
it is correctly under ${maven.build.dir}, such as ${maven.jcoverage.dir}.

This change is good so that jcoverage.ser is deleted automatically with the 
clean goal invocation.

It is also good because newcomers, such as me, will then correctly interpret 
this file as something not special and can delete on each build.  This caused 
lots of time spent debugging JCoverage runs, and the cause was this file not 
updated from Java package dir changes.  Once deleted, the run was fine again.


-- 
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