Since those _are_ the snapshotted versions of the jars, I'd say the answer is to either _not_ use install-snapshot, or maybe live with them...sorry if that seems a bit rough around the edges, but the concept of a snapshot has to include the timestamp from when it was generated...otherwise, how do you know what it's a snapshot of??
-j On Thu, 2004-07-01 at 08:22, Roberto Castro wrote: > Hi John, I've followed your sugestion and it is ok know, but, I created a > snapshot configuration version and I'm using "multiproject:install-snapshot" > to copy snapshot jars to local repository. What can I do not to generate > jars <date>.<timestamp>.jar to local repository when I run maven with > "multiproject:install-snapshot" ? > Thank you in advance. > Best regards, > > Roberto de Castro > Analista de Suporte > Cetip - Desus Rio de Janeiro > +55 21 2276-7439 > mailto:[EMAIL PROTECTED] > > > > > -----Mensagem original----- > De: John Casey [mailto:[EMAIL PROTECTED] > Enviada em: terÃa-feira, 29 de junho de 2004 19:46 > Para: Maven Users List > Assunto: Re: RES: UnattainableGoalException: Unable to obtain goal > > > One last thing: multiproject:install should imply multiproject:artifact, > just like jar:install implies jar:jar, so you shouldn't have to specify > both on the command line. > > maven multiproject:install > > should take care of what you want. > > HTH, > john > > On Tue, 2004-06-29 at 17:17, Roberto Castro wrote: > > 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] -- 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]