Re: Axis2 wsdl2code Plugin Help!

2009-02-13 Thread Stephen Connolly
when you invoke a phase, maven invokes all the phases, in the lifecycle to which the phase belongs, up to and including the phase you specified you are invoking the clean phase, which is part of the clean lifecycle, so maven will invoke all the mojos attached to the pre- clean phase, and t

RE: Axis2 wsdl2code Plugin Help!

2009-02-13 Thread Kevin Witten
From the maven documentation http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#Lifecycle_Reference My understanding of the maven clean lifecycle is that the following phases will be run in order when you perform a "mvn clean" pre-clean clean po

RE: Axis2 wsdl2code Plugin Help!

2009-02-11 Thread Kevin Witten
This works. Thanks! Kevin -Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: Wednesday, February 11, 2009 1:35 PM To: Maven Users List Subject: Re: Axis2 wsdl2code Plugin Help! > I'm trying to use the axis2 wsdl2code plugin to generate code. Unfortunatel

Re: Axis2 wsdl2code Plugin Help!

2009-02-11 Thread Wayne Fay
> I'm trying to use the axis2 wsdl2code plugin to generate code. Unfortunately > I'm getting an error in maven that it cannot fine the plugin. > Does anyone know how to get this working? Try using the "full name" of the plugin: mvn org.apache.axis2:axis2-wsdl2code-maven-plugin:1.4.1:wsdl2code I