Hi.

I'm using jaxb2-maven-plugin schemagen to create one XSD from my classes.

I have two projects: projA and projB. In projA I have a classA that has a attribute of type ClassB, abstract, that is part os projectB.

When I run schemagen ClassA and ClassB is generated ok...

But Im get some problem that I couldn't figure out yet. ClassB is abstract, so I need to generate ClassBImpl too that is on projectB too.

How could I configure jaxb2-maven-plugin to generate the concrete class ClassBImpl on project projectB??

I've tried to put this on POM but doesn't work:

               <configuration>
                   <verbose>true</verbose>
                   <includes>
                       <include>**/*.java</include>
                       <include>projectB/**/*.java</include>
                   </includes>


thanks

Cristiano

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to