Daniel Kulp <[EMAIL PROTECTED]> writes: > Generally, if you run "mvn -X" it will spit out a TON of stuff. One > thing it spits out is a dependency tree where you can see what is > including what.
Thanks. I was trying to stop the JAXB artifacts from being included so that I could see how a system behaved with just the built-in JAXB classes. It turns out the built-in classes suffer the same problem as the ones being dragged in by Maven, so the effort turned out to be educational but otherwise fruitless. -- Steven E. Harris
