You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Laura Hinojosa <lh...@objectwave.com> on 2006/12/23 15:22:42 UTC

Is it possible to deploy a jar without rebuilding

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 1.0.1 and deploy it to the production repository?
 
Thanks for you help and Happy Holidays!!

------------------------------------------------

This e-mail, and any attachments thereto, is confidential and is intended only for the individual(s) named.  If you are not the intended recipient, please let us know by e-mail reply and delete it from your system; do not copy/save this e-mail or disclose its contents to anyone.  E-mail transmissions cannot be guaranteed to be secure or error-free as the transmission could be interrupted, corrupted, lost, destroyed, altered, arrive late or contain viruses.  ObjectWave does not accept liability for any errors or omissions in the contents of this e-mail which arise as a result of e-mail transmission.  The views expressed in this e-mail do not necessarily reflect those of ObjectWave or its affiliates.

------------------------------------------------



Re: Is it possible to deploy a jar without rebuilding

Posted by Tom Huybrechts <to...@gmail.com>.
http://mojo.codehaus.org/repositorytools-maven-plugin/plugin-info.html

this is still work-in-progress, and not all functionality will work
with Maven 2.0.4.

tom

On 12/24/06, Laura Hinojosa <lh...@objectwave.com> wrote:
> Thank you!
>
> Do you know what tools?
>
> Laura
>
> ________________________________
>
> From: Tom Huybrechts [mailto:tom.huybrechts@gmail.com]
> 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, 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 <lh...@objectwave.com> wrote:
> > 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 1.0.1 and deploy it to the production repository?
> >
> > Thanks for you help and Happy Holidays!!
> >
> > ------------------------------------------------
> >
> > This e-mail, and any attachments thereto, is confidential and is intended only for the individual(s) named.  If you are not the intended recipient, please let us know by e-mail reply and delete it from your system; do not copy/save this e-mail or disclose its contents to anyone.  E-mail transmissions cannot be guaranteed to be secure or error-free as the transmission could be interrupted, corrupted, lost, destroyed, altered, arrive late or contain viruses.  ObjectWave does not accept liability for any errors or omissions in the contents of this e-mail which arise as a result of e-mail transmission.  The views expressed in this e-mail do not necessarily reflect those of ObjectWave or its affiliates.
> >
> > ------------------------------------------------
> >
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Is it possible to deploy a jar without rebuilding

Posted by Laura Hinojosa <lh...@objectwave.com>.
Thank you!
 
Do you know what tools?
 
Laura

________________________________

From: Tom Huybrechts [mailto:tom.huybrechts@gmail.com]
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, 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 <lh...@objectwave.com> wrote:
> 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 1.0.1 and deploy it to the production repository?
>
> Thanks for you help and Happy Holidays!!
>
> ------------------------------------------------
>
> This e-mail, and any attachments thereto, is confidential and is intended only for the individual(s) named.  If you are not the intended recipient, please let us know by e-mail reply and delete it from your system; do not copy/save this e-mail or disclose its contents to anyone.  E-mail transmissions cannot be guaranteed to be secure or error-free as the transmission could be interrupted, corrupted, lost, destroyed, altered, arrive late or contain viruses.  ObjectWave does not accept liability for any errors or omissions in the contents of this e-mail which arise as a result of e-mail transmission.  The views expressed in this e-mail do not necessarily reflect those of ObjectWave or its affiliates.
>
> ------------------------------------------------
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org





Re: Is it possible to deploy a jar without rebuilding

Posted by Tom Huybrechts <to...@gmail.com>.
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 <lh...@objectwave.com> wrote:
> 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 1.0.1 and deploy it to the production repository?
>
> Thanks for you help and Happy Holidays!!
>
> ------------------------------------------------
>
> This e-mail, and any attachments thereto, is confidential and is intended only for the individual(s) named.  If you are not the intended recipient, please let us know by e-mail reply and delete it from your system; do not copy/save this e-mail or disclose its contents to anyone.  E-mail transmissions cannot be guaranteed to be secure or error-free as the transmission could be interrupted, corrupted, lost, destroyed, altered, arrive late or contain viruses.  ObjectWave does not accept liability for any errors or omissions in the contents of this e-mail which arise as a result of e-mail transmission.  The views expressed in this e-mail do not necessarily reflect those of ObjectWave or its affiliates.
>
> ------------------------------------------------
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org