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:
Benjamin Bentmann 2009-06-24 19:40:29 +00:00
parent 01f1ae9b5d
commit 5a8e3f08c2
1 changed files with 5 additions and 0 deletions

View File

@ -306,4 +306,9 @@ public class DefaultMaven
}
}
protected Logger getLogger()
{
return logger;
}
}