mirror of https://github.com/apache/maven.git
o add decorator delegation
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163136 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
90c3f69e1c
commit
a793d673b4
|
@ -533,5 +533,19 @@ public class MavenProject
|
||||||
{
|
{
|
||||||
this.wagonLocalRepository = repository;
|
this.wagonLocalRepository = repository;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ----------------------------------------------------------------------
|
||||||
|
// Decorators
|
||||||
|
// ----------------------------------------------------------------------
|
||||||
|
|
||||||
|
public List getPreGoals()
|
||||||
|
{
|
||||||
|
return model.getPreGoals();
|
||||||
|
}
|
||||||
|
|
||||||
|
public List getPostGoals()
|
||||||
|
{
|
||||||
|
return model.getPostGoals();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue