Is there a bug with the axistools-maven-plugin or am I doing something wrong?

I'm using m2 and the following:

<build>
    <plugins>
        <plugin>
            <groupId>org.codehaus.mojo</groupId>
            <artifactId>axistools-maven-plugin</artifactId>
            <configuration>
                <urls>
                    <url>http://localhost/myapp/myws.asmx?wsdl</url>
                </urls>
                <packageSpace>com.myapp.wsdl</packageSpace>                
<testCases>false</testCases>
                <serverSide>true</serverSide>                           
                <subPackageByFileName>true</subPackageByFileName>
            </configuration>
            <executions>
                <execution>
                    <goals>
                        <goal>wsdl2java</goal>
                    </goals>
                </execution>
            </executions>
        </plugin>
    </plugins>
</build>

This produces this output:

[INFO] [axistools:wsdl2java {execution: default}]
[INFO] about to add compile source root
[INFO] downloaded WSDL from URL http://localhost/myapp/myws.asmx?wsdl (0
Bytes).

The plugin seems not to be downloading anything from the url, it seems to
believe that there's nothing there, there is of course.

Can anyone explain what I'm doing wrong, or if this is a bug with the
plugin?

--
View this message in context: 
http://www.nabble.com/axistools-maven-plugin-zero-bytes-downloaded-t1564672.html#a4249197
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to