Re: Maven SCM Integration

2006-05-02 Thread Andrew Kreps
Thanks for the quick reply. I'll read up on it whenver apache.org comes back up. :) On 5/2/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: http://maven.apache.org/plugins/maven-release-plugin

Re: Maven SCM Integration

2006-05-02 Thread Carlos Sanchez
http://maven.apache.org/plugins/maven-release-plugin On 5/2/06, Andrew Kreps <[EMAIL PROTECTED]> wrote: I've recently started working with Maven 2.0.2, and I've been tasked with getting our SCM, Perforce, integrated into the build process. I would simply like to sync, checkout, checkin and labe

Maven SCM Integration

2006-05-02 Thread Andrew Kreps
I've recently started working with Maven 2.0.2, and I've been tasked with getting our SCM, Perforce, integrated into the build process. I would simply like to sync, checkout, checkin and label (tag) the release candidate. I have found the scm:* commands I need to do this, but I'm wondering if th