1

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?

Aravind Yarram
  • 78,777
  • 46
  • 231
  • 327

1 Answers1

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