in http://maven.apache.org/plugins/maven-release-plugin/prepare-mojo.html#completionGoals
invoke scm:add Though I am pretty sure all unmodified files which are already in SCM get committed by default On 17 January 2012 14:47, Andrew Todd <[email protected]> wrote: > I'm fairly certain the answer to the question below is "no," but I'm > wondering if anyone can definitively say either way. Thanks. > > On Mon, Jan 9, 2012 at 3:02 PM, Andrew Todd <[email protected]> wrote: >> Maven 2.2, release plugin. >> >> During the preparationGoals, I'm modifying a .properties file that >> references the Maven project version. When the POM files get committed >> to Subversion after the preparationGoals have completed, I need this >> .properties file to get committed as well. Otherwise the >> release:perform step will fail. Is this possible? Thanks. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
