Re: [deploy-plugin] Abort deploy when a target is present

2008-12-03 Thread solo1970
tracker? Thanks a lot. Cheers. -- Baptiste -- View this message in context: http://www.nabble.com/-deploy-plugin--Abort-deploy-when-a-target-is-present-tp16329568p20814596.html Sent from the Maven - Users mailing list archive at Nabble.com

RE: [deploy-plugin] Abort deploy when a target is present

2008-12-03 Thread Todd Thiessen
] Sent: Wednesday, December 03, 2008 10:02 AM To: users@maven.apache.org Subject: Re: [deploy-plugin] Abort deploy when a target is present Somehow I'm getting a little bit lost!!! I tried to read the feeds but I don't quite get it! I'm just starting out with Maven (ver. 2.0.9) and I would like

RE: [deploy-plugin] Abort deploy when a target is present

2008-12-03 Thread Nord, James
: [deploy-plugin] Abort deploy when a target is present Somehow I'm getting a little bit lost!!! I tried to read the feeds but I don't quite get it! I'm just starting out with Maven (ver. 2.0.9) and I would like to have this feature of NO re-reployement of the same version. Can someone

RE: [deploy-plugin] Abort deploy when a target is present

2008-12-03 Thread solo1970
[mailto:[EMAIL PROTECTED] Sent: 03 December 2008 15:02 To: users@maven.apache.org Subject: Re: [deploy-plugin] Abort deploy when a target is present Somehow I'm getting a little bit lost!!! I tried to read the feeds but I don't quite get it! I'm just starting out with Maven (ver. 2.0.9

Re: RE : [deploy-plugin] Abort deploy when a target is present

2008-12-02 Thread solo1970
: Fri 3/28/2008 2:59 PM To: Maven Users List Subject: RE: RE : [deploy-plugin] Abort deploy when a target is present I'd have to check on this. I know in 2.1 it's on by default and there is no way to force it. Perhaps Jason put it in the wagon manager or something and not the plugin

RE: [deploy-plugin] Abort deploy when a target is present

2008-04-02 Thread Ben Lidgey
-Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: 27 March 2008 17:52 To: Maven Users List Subject: RE: [deploy-plugin] Abort deploy when a target is present It's done... there is a force flag to force a deploy if you need to, otherwise it will fail

RE: [deploy-plugin] Abort deploy when a target is present

2008-04-02 Thread Brian E. Fox
List Subject: RE: [deploy-plugin] Abort deploy when a target is present -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: 27 March 2008 17:52 To: Maven Users List Subject: RE: [deploy-plugin] Abort deploy when a target is present It's done... there is a force

RE : [deploy-plugin] Abort deploy when a target is present

2008-03-30 Thread MATHUS Baptiste
List Subject: RE: RE : [deploy-plugin] Abort deploy when a target is present I'd have to check on this. I know in 2.1 it's on by default and there is no way to force it. Perhaps Jason put it in the wagon manager or something and not the plugin. -Original Message- From: MATHUS Baptiste

RE : [deploy-plugin] Abort deploy when a target is present

2008-03-28 Thread MATHUS Baptiste
: RE: [deploy-plugin] Abort deploy when a target is present This is the default in the new code, but it wasn't merged back to 2.0.x I believe. -Original Message- From: MATHUS Baptiste [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2008 9:32 AM To: Maven Users List Subject: [deploy

RE: RE : [deploy-plugin] Abort deploy when a target is present

2008-03-28 Thread Brian E. Fox
Users List Subject: RE : [deploy-plugin] Abort deploy when a target is present Great news! I had a quick look on https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-deploy-plugin/ and did not see any log related to it. So was there already a logged bug about this: http://jira.codehaus.org

[deploy-plugin] Abort deploy when a target is present

2008-03-27 Thread MATHUS Baptiste
Hi all, Recently, some developers did a release manually. So they put a release version in the pom and triggered a deploy. Everything fine but... The thing is: they forgot to re-update the pom.version to a new snapshot version. So, as the code is continuously integrated, at each new commit,

Re: [deploy-plugin] Abort deploy when a target is present

2008-03-27 Thread Jeff MAURY
I think it should be defined at the repository definition level. Jeff MAURY On Thu, Mar 27, 2008 at 2:32 PM, MATHUS Baptiste [EMAIL PROTECTED] wrote: Hi all, Recently, some developers did a release manually. So they put a release version in the pom and triggered a deploy. Everything fine

Re: [deploy-plugin] Abort deploy when a target is present

2008-03-27 Thread Wayne Fay
Others have asked about this previously. I would imagine it is filed in JIRA if you go look for it. The general response is, you can manage the rwx bits on your deployed artifacts to avoid this happening. Off the top of my head, I think a cron job that modifies the ACLs for deployed non-snapshot

RE: [deploy-plugin] Abort deploy when a target is present

2008-03-27 Thread MATHUS Baptiste
to just simulate the distant artifact, and displaying if one was overridden or not. Cheers. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Jeff MAURY Envoyé : jeudi 27 mars 2008 15:16 À : Maven Users List Objet : Re: [deploy-plugin] Abort deploy

Re: [deploy-plugin] Abort deploy when a target is present

2008-03-27 Thread Wayne Fay
or not. Cheers. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Jeff MAURY Envoyé : jeudi 27 mars 2008 15:16 À : Maven Users List Objet : Re: [deploy-plugin] Abort deploy when a target is present I think it should be defined at the repository

Forbid artifact overriding [was:TR: [deploy-plugin] Abort deploy when a target is present]

2008-03-27 Thread MATHUS Baptiste
? Thanks a lot. --  Baptiste -Message d'origine- De : Wayne Fay [mailto:[EMAIL PROTECTED] Envoyé : jeudi 27 mars 2008 16:22 À : Maven Users List Objet : Re: [deploy-plugin] Abort deploy when a target is present Others have asked about this previously. I would imagine it is filed in JIRA if you

RE: [deploy-plugin] Abort deploy when a target is present

2008-03-27 Thread MATHUS Baptiste
2008 16:48 À : Maven Users List Objet : Re: [deploy-plugin] Abort deploy when a target is present As soon as you write the code and contribute it, I'm sure it will be greeted with open arms. ;-) Until someone gets really inspired to do this, I just have no real expectation for when

RE: [deploy-plugin] Abort deploy when a target is present

2008-03-27 Thread Brian E. Fox
This is the default in the new code, but it wasn't merged back to 2.0.x I believe. -Original Message- From: MATHUS Baptiste [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2008 9:32 AM To: Maven Users List Subject: [deploy-plugin] Abort deploy when a target is present Hi all

RE: [deploy-plugin] Abort deploy when a target is present

2008-03-27 Thread Brian E. Fox
It's done... there is a force flag to force a deploy if you need to, otherwise it will fail. -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2008 11:48 AM To: Maven Users List Subject: Re: [deploy-plugin] Abort deploy when a target is present

Re: [deploy-plugin] Abort deploy when a target is present

2008-03-27 Thread Wayne Fay
to, otherwise it will fail. -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2008 11:48 AM To: Maven Users List Subject: Re: [deploy-plugin] Abort deploy when a target is present As soon as you write the code and contribute it, I'm sure