[jira] Closed: (MNG-1559) Error (Nonexistent component: org.apache.maven.lifecycle.mapping.LifecycleMappingnar) for clean goal.

2005-11-28 Thread John Casey (JIRA)
ainer-default. > Error (Nonexistent component: > org.apache.maven.lifecycle.mapping.LifecycleMappingnar) for clean goal. > -- > > Key: MNG-1559 > URL: http://jira.

[jira] Updated: (MNG-1559) Error (Nonexistent component: org.apache.maven.lifecycle.mapping.LifecycleMappingnar) for clean goal.

2005-11-28 Thread John Casey (JIRA)
this is an issue with the underlying plexus container, so I'm unassigning it from the clean plugin. > Error (Nonexistent component: > org.apache.maven.lifecycle.mapping.LifecycleMappingnar) for

[jira] Commented: (MNG-1559) Error (Nonexistent component: org.apache.maven.lifecycle.mapping.LifecycleMappingnar) for clean goal.

2005-11-28 Thread John Casey (JIRA)
d down to debug. > Error (Nonexistent component: > org.apache.maven.lifecycle.mapping.LifecycleMappingnar) for clean goal. > -- > > Key: MNG-1559 > URL: http://

[jira] Updated: (MNG-1559) Error (Nonexistent component: org.apache.maven.lifecycle.mapping.LifecycleMappingnar) for clean goal.

2005-11-22 Thread Brett Porter (JIRA)
-plugin:install org.apache.maven.plugins:maven-deploy-plugin:deploy ... clean ... if clean needs customising > Error (Nonexistent component: > org.apache.maven.lifecycle.mapping.LifecycleMappingnar) for clea

RE: (Nonexistent component: org.apache.maven.lifecycle.mapping.LifecycleMappingnar)

2005-11-16 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: mercredi 16 novembre 2005 23:56 > To: Maven Developers List; dev-unsubscribe- > [EMAIL PROTECTED]; commits-unsubscribe- > [EMAIL PROTECTED] > Subject: Re: (

Re: (Nonexistent component: org.apache.maven.lifecycle.mapping.LifecycleMappingnar)

2005-11-16 Thread Brett Porter
Yeah, no kidding. Dozens? I get over 600 at a time. I had no idea it was a real person - thought it was just a zombie machine. Unsubscribed with pleasure. - Brett Stephane Nicoll wrote: By the way, stop spamming us. I keep on receiving dozens of emais from you. Thanks, Stéphane

Re: (Nonexistent component: org.apache.maven.lifecycle.mapping.LifecycleMappingnar)

2005-11-16 Thread Stephane Nicoll
ot;Maven Developers List" > | > | > | To > | "Maven Developers List" > | cc > | > | Subject > | RE: (Nonexistent component: > | org.apache.maven.lifecycle.mapping.LifecycleMappingnar) > | > | > | > | > | > | > | Hi John, > | > |

Re: (Nonexistent component: org.apache.maven.lifecycle.mapping.LifecycleMappingnar)

2005-11-16 Thread John Casey
ot;Maven Developers List" | cc | | Subject | RE: (Nonexistent component: | org.apache.maven.lifecycle.mapping.LifecycleMappingnar) | | | | | | | 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

RE: (Nonexistent component: org.apache.maven.lifecycle.mapping.LifecycleMappingnar)

2005-11-16 Thread Jens Fournais
14-11-2005 21:12 Please respond to "Maven Developers List" To "Maven Developers List" cc Subject RE: (Nonexistent component: org.apache.maven.lifecycle.mapping.LifecycleMappingnar) Hi John, mvn clean:clean does not output the error message. Is there something s

[jira] Created: (MNG-1559) Error (Nonexistent component: org.apache.maven.lifecycle.mapping.LifecycleMappingnar) for clean goal.

2005-11-14 Thread Mark Donszelmann (JIRA)
Error (Nonexistent component: org.apache.maven.lifecycle.mapping.LifecycleMappingnar) for clean goal. -- Key: MNG-1559 URL: http://jira.codehaus.org/browse/MNG-1559 Project

Re: (Nonexistent component: org.apache.maven.lifecycle.mapping.LifecycleMappingnar)

2005-11-14 Thread John Casey
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) |> | This may have to do with the introduction of a

RE: (Nonexistent component: org.apache.maven.lifecycle.mapping.LifecycleMappingnar)

2005-11-14 Thread Donszelmann, 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

Re: (Nonexistent component: org.apache.maven.lifecycle.mapping.LifecycleMappingnar)

2005-11-14 Thread John Casey
|>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

RE: (Nonexistent component: org.apache.maven.lifecycle.mapping.LifecycleMappingnar)

2005-11-14 Thread Donszelmann, 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-

Re: (Nonexistent component: org.apache.maven.lifecycle.mapping.LifecycleMappingnar)

2005-11-14 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In your nar plugin definition (within the pom.xml that uses it, that is), add this: ... true ... HTH, john Donszelmann, Mark wrote: | Hi | | I get the message: | | (Nonexistent component: org.apache.maven.lifecycle.mapping.LifecycleMappingnar

(Nonexistent component: org.apache.maven.lifecycle.mapping.LifecycleMappingnar)

2005-11-14 Thread Donszelmann, Mark
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 b