Sometimes what happens in a project is that folks get used to working with
JDK 1.4, and forget to add the XML dependencies because JDK 1.4 already has
them. It would be really nice if Maven could determine the version number
of the JVM (System.getProperty("java.runtime.version")), and if it is lower
than 1.4 automatically add the XML dependencies.It would make *my* life easier. Don't know about anyone else's though ;P
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
