On 10/18/06, Devine, James <[EMAIL PROTECTED]> wrote:
I am new to Maven. I am trying to compile commons-discovery with JDK 1.5, but the dependent jars don't seem to be in my classpath. Here is my pom.xml:
...
<scope>compiler</scope>
Unless that's a typo, it should either be 'compile' or just left out entirely since 'compile' is the default scope. See: http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
