Adrian Herscu <[EMAIL PROTECTED]> writes: > Hi all, > > I am trying to set up a build for an Axis2-based WebService client. > The axis2-wsdl2code-maven-plugin works only for local WSDL files, so > the next thing I want to do is to configure Maven to download the > remote WSDL file before executing the wsdl2code goal. > > Is there any Maven plugin I can use for this task? Or, should I use an > ant task? >
Not sure this is ok for your settings, but defining your WSDL as a dependency automatically triggers its downloading. You could use maven-dependency-plugin to do some transport magic for you. HTH -- Arnaud Bailly, PhD OQube - Software Engineering http://www.oqube.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
