Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] export classpath entries

Hi,

I am trying to introduce maven and m2eclipse into an existing ant/ivy build. The existing build generates eclipse classpath files that include entries only for direct dependencies. Transitive dependencies are made available by having each module export all classpath entries (exported="true" for each classpathentry element).

Is there a way to make m2eclipse do the same, i.e. have projects export their "Maven Dependencies" lib and exclude from the lib transitive dependencies of referenced projects? If not, is there a technical justification m2eclipse does not provide this capability?

Thanks,
Ben

Back to the top