Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 47339 invoked from network); 3 Jan 2005 21:41:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Jan 2005 21:41:59 -0000 Received: (qmail 8683 invoked by uid 500); 3 Jan 2005 21:41:41 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 8589 invoked by uid 500); 3 Jan 2005 21:41:39 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 8576 invoked by uid 99); 3 Jan 2005 21:41:39 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of dantran@gmail.com designates 64.233.170.197 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.197) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 03 Jan 2005 13:41:35 -0800 Received: by rproxy.gmail.com with SMTP id 1so443590rny for ; Mon, 03 Jan 2005 13:41:33 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=F5UpNYvZW+gc8ugZ4x8sXDduE+LPl9QRrQJEThFZY+LM7V9s73KaJvsCNgqIETEEIJKrXXn1jLEiTOD74ny4MnNmnYtaNtqrJ1TnM09Qip1nhQtp6osLM+AK9onQf1ocaZfH+YmHUJuD+/0j8sDv2TUAoSSved9IDnOQZReJCo0= Received: by 10.38.8.61 with SMTP id 61mr81901rnh; Mon, 03 Jan 2005 13:41:33 -0800 (PST) Received: by 10.38.179.33 with HTTP; Mon, 3 Jan 2005 13:41:33 -0800 (PST) Message-ID: Date: Mon, 3 Jan 2005 13:41:33 -0800 From: dan tran Reply-To: dan tran To: Maven Users List Subject: Re: RES: Artifacts final names In-Reply-To: <461999400529D64CBA3288B4A8EC21C5F5ACC8@correiorj01.cetip.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable References: <461999400529D64CBA3288B4A8EC21C5F5ACC8@correiorj01.cetip.com.br> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I hope the future maven will address the capability to combine type with artifactId into one. For now, your must give them diffent names Good luck. -Dan On Mon, 3 Jan 2005 18:37:52 -0200, Roberto Castro w= rote: > Yes, Dan. I have one subproject for each artifact. > It is working without "maven.war.final.name", but according Brett Porter,= when "Install" copies artifacts to local repository, it keeps the original= name, i.e., "$(ArtifactId}-${pom.currentVersion}.war". It's OK now, but, t= he problem is that I would like to generate artifacts with the following n= ames: "siloc-${pom.currentVersion}.war", "siloc-${pom.currentVersion}.jar" = and "siloc-${pom.currentVersion}.ear", but I think it is impossible. > No problem at all, I will generate "silocWar-${pom.currentVersion}.war", = "silocJar-${pom.currentVersion}.jar" and "silocEar-${pom.currentVersion}.ea= r". > I'll migrate to 1.0.2 anyway. > Thanks a lot. > Regards, >=20 > Roberto de Castro > Analista de Suporte > Cetip - Desus Rio de Janeiro > +55 21 2276-7439 > mailto:robertoc@cetip.com.br >=20 > -----Mensagem original----- > De: dan tran [mailto:dantran@gmail.com] > Enviada em: segunda-feira, 3 de janeiro de 2005 18:28 > Para: Maven Users List > Assunto: Re: Artifacts final names >=20 > Roberto, >=20 > did you divide your workspace into 4 projects, master, jar, war, ear? > and have the mutiproject does the magic for you? >=20 > Upgrade to maven 1.0.2 would help interm of multiproject and inheritent >=20 > Also, search back to the list, there are strong objections on using > maven.final.name. >=20 > My suggestion here is first to to get it working without using maven.fina= l.name. > Then then tracing thru the jelly code of the plugins as well as plugin do= co > to get what you want. >=20 > -D >=20 > On Mon, 3 Jan 2005 18:12:24 -0200, Roberto Castro = wrote: > > Check it out Brett. > > > > C:\SilocMaster>maven -v > > __ __ > > | \/ |__ _Apache__ ___ > > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > > |_| |_\__,_|\_/\___|_||_| v. 1.0 > > > > C:\SilocMaster> > > > > Regards, > > > > Roberto de Castro > > Analista de Suporte > > Cetip - Desus Rio de Janeiro > > +55 21 2276-7439 > > mailto:robertoc@cetip.com.br > > > > > > -----Mensagem original----- > > De: Brett Porter [mailto:brett.porter@gmail.com] > > Enviada em: segunda-feira, 3 de janeiro de 2005 18:09 > > Para: Maven Users List > > Assunto: Re: Artifacts final names > > > > > > > Maven is able to change the name of jar artifact, but, the same thing= doesn't occurs with war artifact. > > > > What version of Maven? As far as I know it should work. > > > > > Besides this, when multiproct install copies jar and war artifacts to= my local repository, It changes artifacts names, thus, even generating jar= artifact with "maven.final.name", "Install" changes its names to "$(Artifa= ctId}-${pom.currentVersion}.jar". > > > > This is correct. The repository has a set format you can't change. > > > > > Besides this, when Maven genarates the 2 artifacts inside a "ear" art= ifact, it is not able to change artifacts names using tag "".. > > > Is it a bug? Is there a work around to do this changes? > > > > Sorry, someone else will have to help with EAR. > > > > - Brett > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > > For additional commands, e-mail: users-help@maven.apache.org > > > > Aten=E7=E3o: Esta mensagem foi enviada para uso exclusivo do(s) destina= t=E1rios(s) acima > > identificado(s), podendo conter informa=E7=F5es e/ou documentos > > confidencias/privilegiados e seu sigilo =E9 protegido por lei. > > Caso voc=EA tenha recebido por engano, por favor, informe o remetente e= apague-a de > > seu sistema. > > Notificamos que =E9 proibido por lei a sua reten=E7=E3o, dissemina=E7= =E3o, distribui=E7=E3o, c=F3pia ou > > uso sem expressa autoriza=E7=E3o do remetente. > > Opini=F5es pessoais do remetente n=E3o refletem, necessariamente, o pon= to de vista da > > CETIP, o qual =E9 divulgado somente por pessoas autorizadas. > > > > Attention: This message was sent for exclusive use of the addressees a= bove > > identified, being able to contain information and or privileged/confide= ntial documents > > and law protects its secrecies. > > In case that you it has received for deceit, please, it informs the shi= pper and erases it > > of your system. > > We notify that law forbids its retention, dissemination, distribution, = copy or use without > > express authorization. > > Personal opinions of the shipper do not reflect, necessarily, the point= of view of the > > CETIP, which is only divulged by authorized people. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > > For additional commands, e-mail: users-help@maven.apache.org > > > > >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org >=20 > Aten=E7=E3o: Esta mensagem foi enviada para uso exclusivo do(s) destinat= =E1rios(s) acima > identificado(s), podendo conter informa=E7=F5es e/ou documentos > confidencias/privilegiados e seu sigilo =E9 protegido por lei. > Caso voc=EA tenha recebido por engano, por favor, informe o remetente e a= pague-a de > seu sistema. > Notificamos que =E9 proibido por lei a sua reten=E7=E3o, dissemina=E7=E3o= , distribui=E7=E3o, c=F3pia ou > uso sem expressa autoriza=E7=E3o do remetente. > Opini=F5es pessoais do remetente n=E3o refletem, necessariamente, o ponto= de vista da > CETIP, o qual =E9 divulgado somente por pessoas autorizadas. >=20 > Attention: This message was sent for exclusive use of the addressees abo= ve > identified, being able to contain information and or privileged/confident= ial documents > and law protects its secrecies. > In case that you it has received for deceit, please, it informs the shipp= er and erases it > of your system. > We notify that law forbids its retention, dissemination, distribution, co= py or use without > express authorization. > Personal opinions of the shipper do not reflect, necessarily, the point o= f view of the > CETIP, which is only divulged by authorized people. >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org >=20 > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org