Hi John,

mvn clean:clean 

does not output the error message. 

Is there something special I should implement/specify to handle
the clean (which I want the standard/clean lifecycle to handle).

The only thing I currently have is a set of plugins and a components.xml
file. 

Regards
Mark
 

> -----Original Message-----
> From: John Casey [mailto:[EMAIL PROTECTED] 
> Sent: Monday, November 14, 2005 12:06 PM
> To: Maven Developers List
> Subject: Re: (Nonexistent component: 
> org.apache.maven.lifecycle.mapping.LifecycleMappingnar)
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> This may have to do with the introduction of a lifecycle for 
> cleaning a project. If so, it should quietly use the default 
> lifecycle when it cannot find a 'clean' lifecycle mapping for 
> the 'nar' packaging.
> 
> Can you verify this by calling:
> 
> mvn clean:clean
> 
> If this succeeds, it would lead me to believe that plugin 
> handling itself is find, but that the lifecycle handling is a 
> bit messed up by the implementation of multiple lifecycles...
> 
> HTH,
> 
> - -j
> 
> Donszelmann, Mark wrote:
> | 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)
> |>
> | 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]
> | |
> | |
> | |
> 
> - 
> ---------------------------------------------------------------------
> 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]
> 
> 
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.6 (GNU/Linux)
> 
> iD8DBQFDeO4zK3h2CZwO/4URAvFTAKCvbvR+ASR+cAJc6Ymyia+Ak/lTWQCfYZN3
> khE7Ws/CXyPlaHJHn+6pLNE=
> =16XF
> -----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