Re: maven scm plugin: accurev scm provider

2010-04-28 Thread Grant Gardner
? E. On Fri, Apr 23, 2010 at 11:04 AM, Grant Gardner gr...@lastweekend.com.auwrote: If you want to use the new version, take the code attached to issue, bump parent version to 1.3 and change the artifact version to 1.4-SNAPSHOT then build and install to your local repository

Re: maven scm plugin: accurev scm provider

2010-04-23 Thread Grant Gardner
If you want to use the new version, take the code attached to issue, bump parent version to 1.3 and change the artifact version to 1.4-SNAPSHOT then build and install to your local repository. Then in your project pom add this as a dependency to the maven-scm-plugin as follows. build plugins

Re: Release plugin versus AccuRev's Change Package

2010-04-09 Thread Grant Gardner
This would need a change to the accurev scm provider. The concept doesn't map to maven's concept of an SCM but could be implemented with a system property, or the provider could look for the existence of a an issues xml file and provide that to the promote command as part of maven's checkin