mirror of https://github.com/apache/maven.git
add missing delegation
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163965 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
319c135c45
commit
335af74bb5
|
@ -815,5 +815,10 @@ public class MavenProject
|
|||
}
|
||||
return dom;
|
||||
}
|
||||
|
||||
public List getPluginRepositories()
|
||||
{
|
||||
return model.getPluginRepositories();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue