I am converting a project to maven, and I have some classes that depend on com.sun.javadoc package, which lives in the tools.jar file in a java install.
My maven build is complaining because it can't find that dependency... I would have expected this to be automatically provided by maven, since it is part of the java install. How can I adjust my build to find this jar file? -db --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
