Hi John,

I have these tags in my POM. Without them any goal would
give the error message. 

However, ONLY when I run the "clean" goal is the message
still there. Clean still works properly, it is just 
this message which would confuse users (and myself).

Could it be that the message comes from the fact that
it does not understand (and does not have to understand) 
the packaging for clean. In that case, the clean goal
should not complain if it does not find the packaging,
maybe the same way that it does not complain about any missing
plugins/dependencies. 

Regards
Mark
 

> -----Original Message-----
> From: John Casey [mailto:[EMAIL PROTECTED] 
> Sent: Monday, November 14, 2005 11:04 AM
> To: Maven Developers List
> Subject: Re: (Nonexistent component: 
> org.apache.maven.lifecycle.mapping.LifecycleMappingnar)
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> In your nar plugin definition (within the pom.xml that uses 
> it, that is), add this:
> <plugin>
> ...
> <extensions>true</extensions>
> ...
> </plugin>
> 
> HTH,
> 
> john
> 
> Donszelmann, Mark wrote:
> | Hi
> |
> | I get the message:
> |
> | (Nonexistent component:
> org.apache.maven.lifecycle.mapping.LifecycleMappingnar)
> |
> | when I use my own packaging, while the (nar)plugin is indeed in the
> list and included,
> | when I run the "clean" goal.
> |
> | Any other goal works fine (no message).
> |
> | I guess this is because the "clean" goal will not download/look for
> any dependencies
> | and plugins.
> |
> | Should this message just be ignored/left out?
> |
> | Regards
> | Mark Donszelmann
> |
> | 
> ---------------------------------------------------------------------
> | To unsubscribe, e-mail: [EMAIL PROTECTED] For 
> | additional commands, e-mail: [EMAIL PROTECTED]
> |
> |
> |
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.6 (GNU/Linux)
> 
> iD8DBQFDeN+yK3h2CZwO/4URAhizAKCKoexJ0iFGwwN5l7AkfzdV5bygywCdEKUN
> d8CwAgGc+c9YhCvmPW6jWMA=
> =7yJ6
> -----END PGP SIGNATURE-----
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED] For 
> additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to