Re: Release plugin behavior anomoly

2015-10-06 Thread Vincent Latombe
Hi Robert, you can't use properties within the project's artifactId or the parent declaration (except for a few exceptions where it is expected to be provided by command line, see https://issues.apache.org/jira/browse/MNG-5576 ) I would recommend you to have a look at the maven-release layout on

Release plugin behavior anomoly

2015-10-06 Thread Robert Patrick
Hi, I am trying to use the release plugin with a new project where I want the entire project to use a single version number (vs. one version number per module). I have the single version number part working like this: 1.)In my parent pom, I do the following: test snapshots-paren