When I use the maven axis plugin to generate java code from a given wsdl file, it tries to reach out to the internet to resolve soap, wsdl etc schemas. Is there a way to specify the xml catalog file to the plugin or to maven in general?
Asked
Active
Viewed 207 times
1 Answers
0
You could add the official Maven repository: Plugin Repositories
Or you could also add your own repository: Using the Internal Repository

imwill
- 598
- 9
- 25
-
I am not talking about dependencies – Aravind Yarram Jul 21 '11 at 02:11