maven-soapui-extension-plugin
maven-soapui-extension-plugin copied to clipboard
upgrade maven-invoker-plugin to 1.8
1.8 version availability: see maven central
When upgrading, remove the workaround of http://jira.codehaus.org/browse/MINVOKER-137
Details of the workaround Previously, with maven 2.2.1, mergeUserSettings option generates a NPE (java 5 and 6)
java.lang.NullPointerException
at org.apache.maven.settings.SettingsUtils.merge(SettingsUtils.java:110)
at org.apache.maven.plugin.invoker.AbstractInvokerMojo.runBuilds(AbstractInvokerMojo.java:1035)
at org.apache.maven.plugin.invoker.AbstractInvokerMojo.execute(AbstractInvokerMojo.java:670)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
A workaround has been done in our project (we do not use the mergeUserSettings parameter, a profile is defined in a super parent pom used by all pom in integration tests)