Fix plugin descriptor.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2004-12-11 14:28:52 +00:00
parent 4a505b6841
commit b516fbf143
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ import org.apache.maven.plugin.generator.BeanGenerator;
* type="String"
* required="true"
* validator=""
* expression="#project.getFile().getPath()"
* expression="#project.file.path"
* description=""
*
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>

View File

@ -26,7 +26,7 @@ import org.apache.maven.plugin.generator.PluginDescriptorGenerator;
* type="String"
* required="true"
* validator=""
* expression="#project.getFile().getPath()"
* expression="#project.file.path"
* description=""
*
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>

View File

@ -26,7 +26,7 @@ import org.apache.maven.plugin.generator.jelly.JellyHarnessGenerator;
* type="String"
* required="true"
* validator=""
* expression="#project.getFile().getPath()"
* expression="#project.file.path"
* description="x"
*
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>