You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/04/13 13:35:28 UTC

[jira] Closed: (MNG-225) non default plugin groupId will not work

     [ http://jira.codehaus.org/browse/MNG-225?page=history ]
     
Brett Porter closed MNG-225:
----------------------------

    Resolution: Fixed

> 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
>     Assignee: Brett Porter
>      Fix For: 2.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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org