if you already have a file, why not the plugin uses directly via
sourceDirectory
But i dont see any problem using file://c:/dir/file.wsdl approach
-D
On 9/28/06, langlois yan <[EMAIL PROTECTED]> wrote:
Hi,
Is it possible to use this plugin with url like : file://C:\my-wsdl.wsldinstead
of using the http protocol ? I mean :
<project>
...
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>axistools-maven-plugin</artifactId>
<configuration>
<urls>
<url>file://C:\my-wsdl.wsld</url>
</urls>
...
</project>
instead of :
<project>
...
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>axistools-maven-plugin</artifactId>
<configuration>
<urls>
http://host/server/sample.wsdl
</urls>
...
</project> Thanx, Yan.