Skip to content
Advertisement

Tag: wsdl

use wsdl file from another maven submodule to generate java files

I am working on a project with separate sub modules for backend and frontend and some other sub modules too. Currently, both these modules have their own copies of wsdl files and generate java files using maven plugin. I want a single copy of the wsdl files so want to create a maven submodule with these wsdl files. I want

Advertisement