Re: maven-release-plugin

2011-01-27 Thread milewc
Thanks for your helpful answer! The solution works fine: REM Dependency-Snapshot-Versions are replaced by the corresponding release version (e.g. 0.4.0-SNAPSHOT --> 0.4.0) call mvn versions:use-releases call svn commit REM Release Prepare and install to local repository call mvn -B release:pre

Re: maven-release-plugin

2011-01-21 Thread milewc
No, it's a very simple project structure without any submodules. The problem are not any submodules, the problem is, that the dependency to project-a has a snaphot version at release time and needs to be updated to a release version. -- View this message in context: http://maven.40175.n5.nabble.

maven-release-plugin

2011-01-21 Thread milewc
I have the following problem releasing a project with the maven-release-plugin (version 2.1). I’m using the maven release plugin in batch-mode. When using the release plugin in interactive mode, the plugin prompts for the new versions of snapshot dependencies. How can I populate the versions (deve