mirror of https://github.com/apache/maven.git
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:
parent
994773a024
commit
7f635f887c
|
@ -31,7 +31,7 @@ public class EclipseCleanMojo
|
||||||
extends AbstractMojo
|
extends AbstractMojo
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @parameter expression="${project.basedir}"
|
* @parameter expression="${basedir}"
|
||||||
*/
|
*/
|
||||||
private File basedir;
|
private File basedir;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue