Can someone give me some help on using axistools-maven-plugin?

The wsdl2java goal generates java files into a target directory (can
be changed, but that's the default).  Consequently, those files don't
get compiles as part of 'mvn compile'

Is it a better practice to change the output directory so they do get compiled?

Also, the build I'm converting to Maven currently uses the ant
axis-wsdl2java tasks.  It specifies a url of "schema/myspec.wsdl"  but
the following example appears to utilize REAL url.. Can anyone give me
a better idea of what the various attributes in the pom.xml plugin
section should be?  Or are there some better resources that what is
available at the plugin's website?

http://mojo.codehaus.org/axistools-maven-plugin/examples/simple.html

-- 
Greg Akins

http://insomnia-consulting.org
http://www.pghcodingdojo.org
http://pittjug.dev.java.net
http://twitter.com/akinsgre
http://www.linkedin.com/in/akinsgre

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to