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:
Brett Leslie Porter 2005-04-18 04:27:02 +00:00
parent 319c135c45
commit 335af74bb5
1 changed files with 5 additions and 0 deletions

View File

@ -815,5 +815,10 @@ public class MavenProject
} }
return dom; return dom;
} }
public List getPluginRepositories()
{
return model.getPluginRepositories();
}
} }