Re: What is your strategy to manage dependencies?

2010-09-29 Thread Mario Wirth
n Users List Subject: Re: What is your strategy to manage dependencies? I highly recommend using version ranges, in fact i wonder how people work without them, it must be really hard to keep track of all the dependencies. On Wednesday 29 September 2010 10:29:36 Mario Wirth wrote: Thank you Anton

Re: What is your strategy to manage dependencies?

2010-09-29 Thread Mario Wirth
Users List Subject: Re: What is your strategy to manage dependencies? I highly recommend using version ranges, in fact i wonder how people work without them, it must be really hard to keep track of all the dependencies. On Wednesday 29 September 2010 10:29:36 Mario Wirth wrote: Thank you Antonio

Re: What is your strategy to manage dependencies?

2010-09-29 Thread Mario Wirth
mber 2010 22:29, Mario Wirth wrote: Thank you Antonio, for your response. But is this really the only solution? Is there no plugin or technique available which helps to avoid (binary) compatibility conflicts between artifacts? Can anyone recommend the use of version ranges? Thanks, Mario Am 2

Re: What is your strategy to manage dependencies?

2010-09-28 Thread Mario Wirth
Petrelli: 5. Use released versions if possible and resolve conflicts one by one. Antonio 2010/9/24 Mario Wirth: Hi community, I am interested in your strategy, how to use Maven to make sure, all artifacts are selected in the right version. By default, if you add a dependency with it's ve

What is your strategy to manage dependencies?

2010-09-23 Thread Mario Wirth
Hi community, I am interested in your strategy, how to use Maven to make sure, all artifacts are selected in the right version. By default, if you add a dependency with it's version, that is only a wish. Maven is allowed to change the artifact to a newer or an older version. It depends on th

Re: Problems with transitive dependencies in combination with version ranges

2010-05-05 Thread Mario Wirth
liche Nachricht- Von: Mario Wirth Gesendet: Freitag, 23. April 2010 10:26 An: users@maven.apache.org Betreff: Re: Problems with transitive dependencies in combination with version ranges I would like to provide my example projects. Please find attached a zip file containing all necessary files.

Problems with transitive dependencies in combination with version ranges

2010-04-22 Thread Mario Wirth
Hello, I've got problems with transitive dependencies in combination with version ranges. I use Maven Version 2.2.1 Example: mvn dependency:tree ouput: [INFO] X:X:jar:1.0.0 [INFO] +- Y:Y:jar:1.0.0:compile [INFO] \- Z:Z:jar:1.0.0:compile [INFO]\- A:A:jar:1.0.0:compile in other words, depende