Hello,
I generate a client stub thingy.
I use the maven plug-in for this purpose.
switching to ant is not a problem.

My goal is to generate the equals and hash methods for testing purposes
on the bean generated beans.
is that possible ? or shall I dive into this code and propose a patch ?
thank you.

<plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>xfire-maven-plugin</artifactId>
                <executions>
                    <execution>
                        <goals>
                            <goal>wsgen</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <package>com.test.generated</package>
                    <profile></profile>
                    <binding></binding>

<outputDirectory>${basedir}/src/main/java</outputDirectory>
                    <wsdls>
                        <wsdl>${basedir}/src/wsdl/myService.wsdl</wsdl>
                    </wsdls>
                </configuration>
            </plugin>

Jeremie.



______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to