Hi,
I have a maven pom in which I've define some profiles. Each profile defines its own configuration for executing an exec:java goal. This exec:java invokes a java program that will do some work, which does not relies upon artifact compilation (but what I find very useful to put in maven pom).
What I would like to do is have Hudson compile my java program, then invoke all these profile's exec:java tasks. How can I do that ?