On 4/18/06, Andreas Guther <[EMAIL PROTECTED]> wrote: > Maybe it is indeed in this particular case a problem with the eclipse > plug-in and the request should go against the eclipse plug-in to honor > the order of dependencies within the pom.xml.
I don't think either are deliberately maintaining the order of the pom, and because of transitive dependencies that would be fragile. Really what you want is to exclude test NG and its dependencies from your eclipse classpath because the eclipse testng plugin already takes care of it, right? Regardless, I'm not sure why the bsh from testng is added to the eclipse classpath. That could be a bug, or it could be that it is selected in preference to your own and just not seen during testing in Maven. Either way, the exclusions in your pom would solve the problem in eclipse. > > Regarding jaxb: I am using the xjc with a modified jaxb2-maven-plugin. > I have removed in the modified plug-in all Java 5 usage in order to get > it to run with Jaxb1. > > Is there another jaxb1 plug-in available that might do the job for me? > Someone has recently proposed contributing it to mojo.codehaus.org. - Brett --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
