RE: Is deployment dangerous?

2006-03-21 Thread Helck, Christopher
Oops nevermind, I see the scm plugin -chris -Original Message- From: Helck, Christopher Sent: Tuesday, March 21, 2006 9:49 AM To: Maven Users List Subject: RE: Is deployment dangerous? Hi Brett, I'm using 1.0.2 and it looks like the release plugin is deprecated. Is there

RE: Is deployment dangerous?

2006-03-21 Thread Helck, Christopher
Hi Brett, I'm using 1.0.2 and it looks like the release plugin is deprecated. Is there some suggested work around? Thanks, Christopher -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, March 20, 2006 6:50 PM To: Maven Users List Subject: Re: Is deplo

Re: Is deployment dangerous?

2006-03-20 Thread Brett Porter
its possible. To help prevent it, you should: * use appropriate file and directory permissions * always have the version set to *-SNAPSHOT, and use the relase plugin to deploy the releases. - Brett On 3/21/06, Helck, Christopher <[EMAIL PROTECTED]> wrote: > Is there a danger that artifacts in a r

Re: Is deployment dangerous?

2006-03-20 Thread Henry S. Isidro
Helck, Christopher wrote: Is there a danger that artifacts in a repository can become corrupt? I'm concerned about someone modifying source code with out changing a projects version and redeploying the artifact. Is there a way to prevent this? There is also the case where source code is not cha

Is deployment dangerous?

2006-03-20 Thread Helck, Christopher
Is there a danger that artifacts in a repository can become corrupt? I'm concerned about someone modifying source code with out changing a projects version and redeploying the artifact. Is there a way to prevent this? There is also the case where source code is not changed but a component is rebui