Re: Maven and Perforce

2007-03-22 Thread Emmanuel Venisse
you can try the Maven SCM plugin : http://maven.apache.org/scm/ Aidan O'Donnell a écrit : Hi, I am trying to create a label in perforce as part of my build process. I have come across a maven plugin which should help with this but I have not had much success. Has anyone used this successfully

Re: Maven and Perforce

2007-03-22 Thread Patrick Schneider
At what point in the build are you trying to create the label? During a release? On every build? I assume you are trying to use maven-scm-provider-perforce ? On 3/22/07, Aidan O'Donnell <[EMAIL PROTECTED]> wrote: Hi, I am trying to create a label in perforce as part of my build process. I

Maven and Perforce

2007-03-22 Thread Aidan O'Donnell
Hi, I am trying to create a label in perforce as part of my build process. I have come across a maven plugin which should help with this but I have not had much success. Has anyone used this successfully before and if so do you have an example from the POM Kind regards, Aidan __

Maven and Perforce

2003-07-01 Thread Marc Gemis
How do I make the (optional) ant task 'p4sync' work under Maven 1.0 beta 9? This task requires the oro library. For ant I have to drop this jar-file into the lib directory. What is the corresponding place under maven ? thanks in advance, Marc