Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[metro-dev] Generate collection setters with Metro's maven plugin?

Hi

The old jax-ws maven plugin from codehaus had an extension named "jaxb2-basics" that was able to add setters to collections - is there any alternative to do that with the Metro Eclipse jax-ws maven plugin?

    <plugin>
      <groupId>com.sun.xml.ws</groupId>
      <artifactId>jaxws-maven-plugin</artifactId>
      <version>3.0.2</version>
      ...



Back to the top