non default plugin groupId will not work
----------------------------------------

         Key: MNG-225
         URL: http://jira.codehaus.org/browse/MNG-225
     Project: m2
        Type: Bug
  Components: maven-plugin-tools, maven-plugin, maven-core  
    Reporter: Brett Porter
     Fix For: 1.0-alpha-2


due to the fact the descriptor does not contain the group id, a plugin with a 
non default group will only partially process, but end up giving the following 
trace:

org.apache.maven.reactor.ReactorException: Error executing project within the 
reactor
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:139)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:216)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:303)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:243)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:416)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:363)
Caused by: org.apache.maven.lifecycle.LifecycleExecutionException: Error during 
lifecycle execution
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:151)
        at org.apache.maven.DefaultMaven.processProject(DefaultMaven.java:206)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:131)
        ... 9 more
Caused by: java.lang.NullPointerException
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.processPluginPhases(DefaultLifecycleExecutor.java:228)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.processPluginConfiguration(DefaultLifecycleExecutor.java:198)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:127)
        ... 11 more

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to