Ok, John, I entered "maven multiproject:artifact multiproject:install" and
all jars were generated correctly and were copied to the local repository.
I've made a confusion because I was using jar:install in each subproject
mavel.xml to copy jar file to local repository in rc2, instead of using
"multiproject:install" and, when I migrated to rc3 it stop working.
Thanks a lot,
Roberto de Castro
Analista de Suporte
Cetip - Desus Rio de Janeiro
+55 21 2276-7439
mailto:[EMAIL PROTECTED]
-----Mensagem original-----
De: Brett Porter [mailto:[EMAIL PROTECTED]
Enviada em: segunda-feira, 28 de junho de 2004 20:34
Para: Maven Users List
Assunto: Re: UnattainableGoalException: Unable to obtain goal
and file a bug in JIRA to improve the error reporting :) We should be
able to handle this gracefully.
On Mon, 28 Jun 2004 19:03:55 -0400, John Casey <[EMAIL PROTECTED]>
wrote:
>
> On Mon, 2004-06-28 at 17:00, Roberto Castro wrote:
>
> <snip/>
>
> > <?xml version="1.0" encoding="iso-8859-1"?>
> > <project xmlns:j="jelly:core" xmlns:d="deploy">
> > <attainGoal name="jar:install"/>
> > </project>
> >
>
> try this:
>
> <?xml version="1.0" encoding="iso-8859-1"?>
> <project xmlns:j="jelly:core" xmlns:d="deploy" default="myGoal">
> <goal name="myGoal">
> <attainGoal name="jar:install"/>
> </goal>
> </project>
>
> You need to wrap the <attainGoal/> tag in a <goal/> tag...use the
> default attribute of the project tag to indicate which is the default
> goal to attain (as in the command line "maven").
>
> HTH,
> -john
>
> --
> John Casey
> [EMAIL PROTECTED]
> CommonJava Open Components Project
> http://www.commonjava.org
>
>
>
>
> ---------------------------------------------------------------------
> 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]