Re: Is it possible to deploy a jar without rebuilding

2006-12-24 Thread Tom Huybrechts
From: Tom Huybrechts [mailto:[EMAIL PROTECTED] Sent: Sat 12/23/2006 8:48 AM To: Maven Users List Subject: Re: Is it possible to deploy a jar without rebuilding Renaming the jar does not work, since the associated POM also has embedded version information. An alternative is to move to 1.0.1 first

Is it possible to deploy a jar without rebuilding

2006-12-23 Thread Laura Hinojosa
Is it possible to deploy a jar without having to rebuild it? Let's said that you have a jar, version 1.0.0-beta-3 that was deployed to a test repository. You have tested it very well, so you want to release that jar, without having to rebuild it. Is it possible to rename the jar to version

Re: Is it possible to deploy a jar without rebuilding

2006-12-23 Thread Tom Huybrechts
Renaming the jar does not work, since the associated POM also has embedded version information. An alternative is to move to 1.0.1 first, and deploy it to a staging repository, test it, and then copy it over (there are tools that can do this). Tom On 12/23/06, Laura Hinojosa [EMAIL PROTECTED]

RE: Is it possible to deploy a jar without rebuilding

2006-12-23 Thread Laura Hinojosa
Thank you! Do you know what tools? Laura From: Tom Huybrechts [mailto:[EMAIL PROTECTED] Sent: Sat 12/23/2006 8:48 AM To: Maven Users List Subject: Re: Is it possible to deploy a jar without rebuilding Renaming the jar does not work, since the associated