PR: MNG-1093

Submitted by: Edwin Punzalan
use the more standard basedir notation

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@327840 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-23 19:40:14 +00:00
parent 994773a024
commit 7f635f887c
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public class EclipseCleanMojo
extends AbstractMojo
{
/**
* @parameter expression="${project.basedir}"
* @parameter expression="${basedir}"
*/
private File basedir;