Re: Break build on deprecated version

2006-05-03 Thread Wayne Fay
Continuum 1.0.3 is the first release to utilize your settings.xml file. Wayne On 5/3/06, Todd Orr <[EMAIL PROTECTED]> wrote: I will post this to the maven ng. However, I think this could be a Continuum feature since Continuum is ultimately responsible for halting the build process. How can one

Re: Break build on deprecated version

2006-05-03 Thread Todd Orr
I will post this to the maven ng. However, I think this could be a Continuum feature since Continuum is ultimately responsible for halting the build process. How can one project that is independent of other projects know that the version it is using is disallowed unless some process above (Continu

Re: Break build on deprecated version

2006-05-03 Thread Carlos Henriquez
That's more a Maven question. You can suscribe <[EMAIL PROTECTED]>to the Maven mailing listand ask that, or search in archive for a possible answer. I'm interested in that answer because it would be a nice way to manage version dependency. I

Break build on deprecated version

2006-05-03 Thread Todd Orr
Is there any way to deprecate a dependency so that projects using this dependency break teh build? If project a relies on hibernate 3.0 and the rest of the projects in a working set have moved up to hibernate 3.1, is there any way to specify that v3.0 is no longer allowed and therefore cause the