mirror of https://github.com/apache/maven.git
Fix type for MavenProject
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163781 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9d6fad725a
commit
a9a41aaad4
|
@ -41,7 +41,7 @@ import java.util.Iterator;
|
|||
* @requiresDependencyResolution test
|
||||
* @description Goal for generating IDEA files from a POM
|
||||
* @parameter name="project"
|
||||
* type="MavenProject"
|
||||
* type="org.apache.maven.project.MavenProject"
|
||||
* required="true"
|
||||
* validator=""
|
||||
* expression="#project"
|
||||
|
|
Loading…
Reference in New Issue