Re: Maven 3.0 Artefact/Dependency version discussion request

2011-06-02 Thread Anders Hammar
This has been discussed for the release plugin. The thing is, someone has to implement it. Maybe this "someone" is you? Btw, sorry for the previous empty mail. I blame my phone... /Anders (mobile) Den 2 jun 2011 00.23 skrev "Russ Tremain" : > At 9:26 PM +0200 5/29/11, Arnaud Héritier wrote: >>For

Re: Maven 3.0 Artefact/Dependency version discussion request

2011-06-02 Thread Anders Hammar
/Anders (mobile) Den 2 jun 2011 00.23 skrev "Russ Tremain" : > At 9:26 PM +0200 5/29/11, Arnaud Héritier wrote: >>For now it is just impossible to use properties in GAV for various technical >>and also philosophical reasons. > > > I still don't see why the maven deployment plugin cannot be responsi

Re: Maven 3.0 Artefact/Dependency version discussion request

2011-06-01 Thread Russ Tremain
At 9:26 PM +0200 5/29/11, Arnaud Héritier wrote: >For now it is just impossible to use properties in GAV for various technical >and also philosophical reasons. I still don't see why the maven deployment plugin cannot be responsible for hardening artifact properties inside deployed poms. The help

Re: Maven 3.0 Artefact/Dependency version discussion request

2011-05-29 Thread Arnaud Héritier
For now it is just impossible to use properties in GAV for various technical and also philosophical reasons. You may not be agree with the philosophy behind this choice but it is sure that for now it is more secure in Maven to avoid this usage as it creates many issues. About the philosophy even i

Re: Maven 3.0 Artefact/Dependency version discussion request

2011-05-26 Thread Manfred Moser
Why dont you use the buildnumber plugin? That might be able to do it for you.. http://mojo.codehaus.org/buildnumber-maven-plugin/ > For what it's worth, I agree with you both (version strings should be > controlled via the -ahem- version control system), but I am willing to > allow Maven (more to

Re: Maven 3.0 Artefact/Dependency version discussion request

2011-05-25 Thread Zac Thompson
For what it's worth, I agree with you both (version strings should be controlled via the -ahem- version control system), but I am willing to allow Maven (more to the point, the maven-release-plugin) to take care of the version strings for me. However, if you don't want to, you can still do it your

Re: Maven 3.0 Artefact/Dependency version discussion request

2011-05-17 Thread Russ Tremain
+1. this is the major reason I won't be upgrading to maven 3. I do think that versions should be fixed at maven deploy time - i.e., when artifacts are deployed to the repository. -Russ At 5:21 AM -0700 3/26/11, bryan.dollery wrote: >Hi, > >I am also getting grief from maven for using variables

Re: Maven 3.0 Artefact/Dependency version discussion request

2011-03-28 Thread Ron Wheeler
On 28/03/2011 4:30 AM, bryan.dollery wrote: Hi Ron, Maven isn't meant to be enforcing convention. It's meant to work without configuration /if/ convention fits in your particular domain. Where convention doesn't fit it's meant to be configurable. To a certain extent that is true but as you can s

Re: Maven 3.0 Artefact/Dependency version discussion request

2011-03-28 Thread bryan.dollery
Hi Ron, Maven isn't meant to be enforcing convention. It's meant to work without configuration /if/ convention fits in your particular domain. Where convention doesn't fit it's meant to be configurable. As for best practice... Using maven for version management is /not/ best practice. It's a con

Re: Maven 3.0 Artefact/Dependency version discussion request

2011-03-26 Thread Ron Wheeler
On 26/03/2011 8:21 AM, bryan.dollery wrote: Hi, I am also getting grief from maven for using variables in my version fields. For me, this is unavoidable. Let me explain... In my parent pom I have: ${productVersion} And in my properties I have: 0-SNAPSHOT 13.0.${productRevis

Re: Maven 3.0 Artefact/Dependency version discussion request

2011-03-26 Thread bryan.dollery
Hi, I am also getting grief from maven for using variables in my version fields. For me, this is unavoidable. Let me explain... In my parent pom I have: ${productVersion} And in my properties I have: 0-SNAPSHOT 13.0.${productRevision} On a developer's machine, this produces a

Re: Maven 3.0 Artefact/Dependency version discussion request

2010-03-12 Thread Baptiste MATHUS
2010/3/12 Trojan, Krzysztof > Hi, > > > Well, if I read correctly what you said, you're putting the dependencies > between project with external properties that defines versions. I guess you > know one of the main objectives of maven is letting users be able to have an > always reproducible build

RE: Maven 3.0 Artefact/Dependency version discussion request

2010-03-12 Thread Trojan, Krzysztof
n version, or actually any other part of the pom, is that one step too far. Regards, Krzysztof Trojan From: bmat...@gmail.com [mailto:bmat...@gmail.com] On Behalf Of Baptiste MATHUS Sent: 12 March 2010 14:22 To: Maven Users List Cc: Trojan, Krzysztof Subject: Re: Maven 3.0 Artefact/Dependency ve

Re: Maven 3.0 Artefact/Dependency version discussion request

2010-03-12 Thread Baptiste MATHUS
Answering putting Krzysztof in copy. But please, subscribe to the users maven list, because not sure everybody will think about clicking on "reply all". Well, if I read correctly what you said, you're putting the dependencies between project with external properties that defines versions. I guess

Re: Maven 3.0 Artefact/Dependency version discussion request

2010-03-10 Thread Jason van Zyl
The user list is here users@maven.apache.org and you can subscribe to discuss your issues using users-subscr...@maven.apache.org. On Mar 10, 2010, at 5:45 AM, Trojan, Krzysztof wrote: > Dear Sir, > > First of all I would like to apologize for writing to you directly. I have > inadequate infor