I traced the source core of maven and that the Maven-core will look up
for componentManagerManager by the key
"org.apache.maven.lifecycle.mapping.LifecycleMapping"+packaging_type,Im sure
the default packaging type ,jar,ear,rar for example, have register to the
PlexusContainer. but I don't know how and when to inject
that LifecycleMapping componentManager to the container? and how I I inject
my own LifecycleMapping componentManager to the container.
Is there Maven plugin developer can tell me some detail about this?
Thank you very Much.


2008/9/26 <[EMAIL PROTECTED]>

> I think you will find the Repo infos there:
>
> http://plexus.codehaus.org/source-repository.html
>
>
> - jens
>
>
>
> >I want to define a new packaging type called jcar to package my own
> project.
> >i read the maven source , and find the maven-core use
> >PlexusContainer.lookup() to find a new LifecycleMapping
> >to, can anybody tell me how that process works? and where to download
> >PlexusContainer source code so i can read
> >the detail of it.
> >thank you!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to