o make sure there is an empty list for the plugin groups, the prefix loader needs it and was expecting it coming from the settings.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@726351 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2008-12-14 04:02:36 +00:00
parent fca273b3a0
commit abd5d033d6
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public class DefaultMavenExecutionRequest
private List profiles;
private List pluginGroups;
private List pluginGroups = new ArrayList();
private boolean usePluginUpdateOverride;