I’ve got a project with webservices and WSDL’s. I’ve accomplished to correctly create the java sources with the axistools-maven-plugin, and also created a folder for each WSDL found.
The steps i must follow now are:
1- Create a Jar with each folder and put it in the “lib” folder of my project
2- Compile the project with those jars and create a war
How can i do that? Can i do all on a single POM? or i need to create a POM for each WSDL and include them in a parent POM?
Thanks!
Just deploy you create jar which contains the WSDL into your location repository via mvn
install and on the other hand use it as a dependency.
But it’s better to use multi-module build like this: