Re: Specifying the jar name in profiles

2007-08-30 Thread Tim Kettler
drippy schrieb: This has all been helpful. Now I am facing yet another challenge with this setup. when I run mvn -PprofileA clean install my (service module) pom file does not generate the pom that goes into the repository. It only places the jar file into it. Yes, that's how it works.

Re: Specifying the jar name in profiles

2007-08-29 Thread drippy
] -- View this message in context: http://www.nabble.com/Specifying-the-jar-name-in-profiles-tf4325808s177.html#a12390956 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Specifying the jar name in profiles

2007-08-26 Thread drippy
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Specifying-the-jar-name-in-profiles-tf4325808s177.html#a12335958 Sent from the Maven - Users mailing list archive at Nabble.com

Re: Specifying the jar name in profiles

2007-08-26 Thread Tim Kettler
No, this is not possible (with the finalName/ tag). The repository is a structured storage for maven artifacts and the directory hierarchy and filename conventions are well defined. Every artifact in the repository has to adhere to this conventions else maven will not be able to retrieve the

Re: Specifying the jar name in profiles

2007-08-25 Thread Tim Kettler
Hi, you can use build/finalName/ for this. -Tim drippy schrieb: I have two profiles that I am using. I'm trying to figure out if there is a way to make it so that when I package up a jar file I can specify the name of the jar file so that it is identifiable for that profile. TIA, Ben

Specifying the jar name in profiles

2007-08-24 Thread drippy
-the-jar-name-in-profiles-tf4325808s177.html#a12319940 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]