[ http://jira.codehaus.org/browse/MNG-829?page=comments#action_48181 ]
Johnny R. Ruiz III commented on MNG-829:
----------------------------------------
/**
* @parameter expression="${basedir}"
*/
private String baseDir;
+ -----> the above should be changed to : private File baseDir;
/**
* @parameter expression="${basedir}/LICENSE.txt"
*/
private String headerFile;
+-------> how about this one above? should this be changed to :
private File headerFile; ?
> review all plugins for basedir aligned parameters and make them File's
> instead of String's
> ------------------------------------------------------------------------------------------
>
> Key: MNG-829
> URL: http://jira.codehaus.org/browse/MNG-829
> Project: Maven 2
> Type: Improvement
> Components: maven-plugins
> Reporter: Brett Porter
> Assignee: Johnny R. Ruiz III
> Fix For: 2.0-beta-4
>
> Original Estimate: 4 hours
> Remaining: 4 hours
>
--
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]