mirror of https://github.com/apache/maven.git
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:
parent
fca273b3a0
commit
abd5d033d6
|
@ -55,7 +55,7 @@ public class DefaultMavenExecutionRequest
|
|||
|
||||
private List profiles;
|
||||
|
||||
private List pluginGroups;
|
||||
private List pluginGroups = new ArrayList();
|
||||
|
||||
private boolean usePluginUpdateOverride;
|
||||
|
||||
|
|
Loading…
Reference in New Issue