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 __

Cruiscontrol and Maven dependency management

2007-03-15 Thread Aidan O'Donnell
I am using cruisecontrol to build a multimodule project. The problem I am observing is that if projects A and B are checking in at the same time and B depends on A the order that they are built in is not set. This means that if B builds before A then the build will fail. I have had a look for

Execution of parent POM

2007-03-12 Thread Aidan O'Donnell
Hi, I have a parent POM with modules. How do I get my parent POM to execute its install step after all of the modules have executed? Aidan _ MSN Hotmail is evolving - check out the new Windows Live Mail. http://ideas.live.co.u

Project inheritance

2007-03-09 Thread Aidan O'Donnell
Hi, I have a POM which is both a parent and a multi-module. When I build from this POM I would like the plugins to be executed for the modules and not the parent POM i.e. how can I supress the execution for the current POM but still inherit the properties? Aidan ___

Dependency build classpath

2007-03-01 Thread Aidan O'Donnell
Hi, I would like to output the classpath to a file using the dependency build classpath plugin and goal. I am using the following in my POM to no avail: org.apache.maven.plugins maven-dependency-plugin build-classpath generate-s