I know, I know, this may not be the list for that but the m2eclipse mailing list bot doesn't seem to be answering subscribe requests, so maybe I'll get lucky here.

I created a new Maven project in Eclipse, using the maven-archetypes-quickstart archetype. I then added a dependency on commons-net-20030805.205232.jar which was duly processed and added to the pom file.

However, eclipse tells me I have build errors. All of these errors have to do with unknown references to code in commons-net-20030805.205232.jar. If I invoke a build the pom.xml, it succeeds, but that's different than what eclipse does.

In the .classpath file is the entry
<classpathentry kind=/"con"/ path=/"org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"//>

In the Java build path, under Maven Dependencies I do see
commons-net-20030805.205232.jar

This would appear to be all that eclipse should need to be able to find this dependency in its build.

What am I missing?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to