RE: binding goals to a phase

2007-03-07 Thread Kurtis.Walker
I figured out the issue. I had it under the pluginManagement tag, which apparently only applies to inherited projects. Why the separation? Kurt -Original Message- From: Walker, Kurtis (TH USA) Sent: Tuesday, March 06, 2007 3:29 PM To: users@maven.apache.org Subject: RE: binding goals

RE: binding goals to a phase

2007-03-06 Thread Kurtis.Walker
Thanks Brad. I've tried that setup and it doesn't work either. -Original Message- From: Brad Szabo [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 3:19 PM To: Maven Users List Subject: RE: binding goals to a phase Your configuration element with the task definition needs to be sp

RE: binding goals to a phase

2007-03-06 Thread Kurtis.Walker
Yes, it is in the pom that I am running. Here is the output. Thanks. C:\ BrightonCommon>mvn compile [INFO] Scanning for projects... [INFO] [INFO] Building Unnamed - medstat:BrightonCommon:jar:1.0-SNAPSHOT [INFO]tas

binding goals to a phase

2007-03-06 Thread Kurtis.Walker
I'm trying to get my build to execute goals of a plugin during a phase. There is plenty of documentation available how to do this, but I can't get it to work. Is there a setting somewhere that I need to turn executions on? The XML below will run fine with "mvn antrun:run," but when I run mvn com

RE: deploying an axis service

2007-03-06 Thread Kurtis.Walker
Thanks Robert. I was able to use the assembly plugin to copy the artifacts into the axis lib. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Watkins Sent: Monday, March 05, 2007 5:38 PM To: Maven Users List Subject: Re: deploying an axis service

RE: deploying an axis service

2007-03-05 Thread Kurtis.Walker
Sorry, I meant to change the subject before I sent this because I'd like an answer to the more general question stated. In my case I don't have a war. Axis is already sitting in my tomcat webapps, so I just need to copy some jars out there. I will look into making the war with axis, though. But

deploying an axis service

2007-03-05 Thread Kurtis.Walker
How can I get Maven to copy my jar and the jars for all its dependencies into a directory somewhere? This seems like it should be trivial, but I can't find documentation for it anywhere. Thanks. Kurt