RE: XJC/XSD dependancies

2010-11-30 Thread Joel Schuster
from it and to version correctly while also keeping different projects independent from each other. Thanks! - Joel -Original Message- From: Jon Paynter [mailto:kittl...@gmail.com] Sent: Monday, November 29, 2010 4:07 PM To: Maven Users List Subject: Re: XJC/XSD dependancies Yes thats

Re: XJC/XSD dependancies

2010-11-29 Thread Jon Paynter
Our project uses xsd files as well. before moving to maven, what we did was to put ALL the xsd files into a single component -- now a maven project. Then any project needing the xsd files just adds a dependency in the usual way. Granted this makes for extra overhead when you have multiple teams

RE: XJC/XSD dependancies

2010-11-29 Thread Joel Schuster
I'm concerned as this means that the XSD is versioned/released separately from the POJOs that they create. - Joel -Original Message- From: Jon Paynter [mailto:kittl...@gmail.com] Sent: Monday, November 29, 2010 2:43 PM To: Maven Users List Subject: Re: XJC/XSD dependancies Our project

Re: XJC/XSD dependancies

2010-11-29 Thread Jon Paynter
Subject: Re: XJC/XSD dependancies Our project uses xsd files as well. before moving to maven, what we did was to put ALL the xsd files into a single component -- now a maven project. Then any project needing the xsd files just adds a dependency in the usual way. Granted this makes for extra