I have compiled some class files and a jar file. Now i want to include some wsdl into the jar file .
Can you please tell me how can amend pom.xml in maven for achieving the same.
Regards Gnash--85
|
I have compiled some class files and a jar file. Now i want to include some wsdl into the jar file . Can you please tell me how can amend pom.xml in maven for achieving the same. Regards Gnash--85 |
|||
|
Where do those WSDL files come from? Are they part of your source? assuming you have
Please add in POM,
Then it should add your wsdl as extra resource |
|||||
|
src/main/resources... – Pascal Thivent Jul 28 '10 at 18:13