RE: Maven2 and artifact versions

2008-01-31 Thread Jörg Schaible
Simon Kitching wrote: > "Jörg Schaible" <[EMAIL PROTECTED]> schrieb: >> Simon Kitching wrote: >> >> [snip] >> >>> Personally, I prefer the second because it is clear to all >>> readers that yes a version *is* being specified for this >>> dependency. With the dependencyManagement approach, it

RE: Maven2 and artifact versions

2008-01-31 Thread Simon Kitching
"Jörg Schaible" <[EMAIL PROTECTED]> schrieb: > Simon Kitching wrote: > > [snip] > > > Personally, I prefer the second because it is clear to all > > readers that yes a version *is* being specified for this > > dependency. With the dependencyManagement approach, it isn't > > clear unless you

RE: Maven2 and artifact versions

2008-01-31 Thread Jörg Schaible
Simon Kitching wrote: [snip] > Personally, I prefer the second because it is clear to all > readers that yes a version *is* being specified for this > dependency. With the dependencyManagement approach, it isn't > clear unless you check the parent pom. However I appear to be > in the minority, wi

Re: Maven2 and artifact versions

2008-01-31 Thread amidrunk
-------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Maven2-and-artifact-versions-tp15199790s177p15200597.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven2 and artifact versions

2008-01-31 Thread Simon Kitching
Guillaume Lederrey <[EMAIL PROTECTED]> schrieb: > On 31/01/2008, amidrunk <[EMAIL PROTECTED]> wrote: > > Is there any good way to manage versions of dependencies in maven? In maven1 > > it was possible to define the version in a properties file in a root > > project. Is there something similia

Re: Maven2 and artifact versions

2008-01-31 Thread Guillaume Lederrey
t > > > Or we would like to have: > > >com.mycompany >myArtifact >${com.mycompany.version} > > > Thanks in advance, > Nille > -- > View this message in context: > http://www.nabble.com/Maven2-and-artifact-versions-tp15199790s177p

Maven2 and artifact versions

2008-01-31 Thread amidrunk
. We would either like to leave the version in a dependency and have e.g. com.mycompany myArtifact Or we would like to have: com.mycompany myArtifact ${com.mycompany.version} Thanks in advance, Nille -- View this message in context: http://www.nabble.com/Maven2-and-artifact