Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Only Dependencies from top level pom.xml in classpath

Add your modules separate projects in Eclipse. This is very easy when importing maven projects, as m2e will see these automatically. Just select all maven projects and there will be one eclipse project per maven project.

/Anders

On Sat, Jan 29, 2011 at 02:22, Billy N <newmanw10@xxxxxxxxxxx> wrote:
I have a project that has multiple pom.xml files at lower levels, i.e. my top level pom has modules.  I have a couple of dependencies in my top level pom.  Those dependencies show up in my "Maven Libraries".  The great part is that "Maven Libraries" is on my classpath so out of the box I can write code dependent on those dependencies.

However my problem is that the dependencies from my lower level pom files are not getting added to the "Maven Libraries" and as such they are not in my classpath.  This means that the source in my lower levels will not compile because it cannot find its dependencies in my classpath.   Is there an easy way that I can get eclipse/m2eclipseplugin to automatically pull in the dependencies defined in the lower level pom files into the "Maven Libraries" just like the top level pom already does?


Thanks in advance!


_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users



Back to the top