maven release plugin with parameterized version
问题 is it possible to use the maven release plugin with a multi-module project, where some of the inter-module dependencies are specified using a parameter from the parent pom? When I try to call release:prepare i get the following error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.1:prepare (default-cli) on project forest-parent: The version could not be updated: ${some.version} -> [Help 1] Here is my plugin definition: <plugins> <plugin> <groupId>org.apache