• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

maven wsgen packaging

 
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello!

I'm testing the wsgen goal in Maven 2 and I have a great doub/problem because I don't know how I can change the default package name.

I have the following Endpoint implementation class:

and the jaxws plugin configuration:

When the goal is executed the suitable classes are generated, but in an unexpected package. They are expected to be generated in the indicated package

but it is generated in the com.test.webservices.services.jaxws one. I think it the endpoint implementation class package (com.test.webservices.services) and the jaxws by default one.

In the wsgen goal documentation is not referenced a packageName property. It is referenced in the wsimport goal documentation.

How I can specify the package where the source must be generated in a wsgen goal execution? Is it possible?

Thank you very much for any contribution.
 
Oh, sure, you could do that. Or you could eat some pie. While reading this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic