m2eclipse - after pom and dependencies definition - no libraries on classpath / Maven Dependencies

Posted by lisak on Stack Overflow See other posts from Stack Overflow or by lisak
Published on 2010-06-14T00:08:37Z Indexed on 2010/06/14 0:12 UTC
Read the original article Hit count: 707

Filed under:
|
|

Hi, I've been doing just simple archetype projects until now, and always after dependencies definition and saving pom.xml, immediately after that the Maven Dependencies library was full of libraries. But now I declared:

parent(pom packaging, scm, repository management)

parent(pom packaging, shared dependencies)

actual project (jar packaging, few more dependencies)

actual project (jar packaging, few more dependencies)


I created them from the upper one by "Create module" ... Problem is, that I can't make it automatically fill the Maven Dependencies library


In .classpath file there is this line <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/> as in other "working" projects, but there is nothing on the classpath. Any suggestions please ?

© Stack Overflow or respective owner

Related posts about dependencies

Related posts about classpath