mirror of https://github.com/apache/maven.git
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:
parent
4a505b6841
commit
b516fbf143
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue