Re: Release plugin ${project.version} dependencies

2012-12-14 Thread Dan Godfrey
In our case the 2 projects will always have the same versions, so you're correct, if we make a change to the project-windows then it will also require a release of the project-main artifact. In practice though project-windows rarely changes, while project-main is constantly in flux, so that hasn't

Release plugin ${project.version} dependencies

2012-12-13 Thread Dan Godfrey
Hi, I'm having trouble using the release-plugin on a project as it is complaining that it has snapshot dependencies, even though those dependencies are actually set to ${project.version}. So when the dependency check phase runs they are indeed SNAPSHOT dependencies, if it were to continue then

Re: Release plugin ${project.version} dependencies

2012-12-13 Thread Robert Scholte
Hi, the maven-release-plugins only accepts ${project.version} for reactor-projects, i.e. projects being part of a multi-module project. The fact that your projects are separated also means that they both have their own release-cycle. As you describe, they often(!) will be the same, but if

AW: Release plugin ${project.version} dependencies

2012-12-13 Thread christofer.d...@c-ware.de
: Donnerstag, 13. Dezember 2012 21:38 An: Maven Users List Betreff: Re: Release plugin ${project.version} dependencies Hi, the maven-release-plugins only accepts ${project.version} for reactor-projects, i.e. projects being part of a multi-module project. The fact that your projects are separated also