mirror of https://github.com/apache/maven.git
o Allowed access to logger by integrators like Tycho
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@788154 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
01f1ae9b5d
commit
5a8e3f08c2
|
@ -306,4 +306,9 @@ public class DefaultMaven
|
|||
}
|
||||
}
|
||||
|
||||
protected Logger getLogger()
|
||||
{
|
||||
return logger;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue