Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Aggregator javadoc dependency problem

I am not sure what can be done here, to be honest. The javadoc jar is on build classpath, so m2e correctly puts it on compile classpath. Problem is, Maven does not have proper model for attached artifacts, so m2e has no way to determine the contents of javadoc jar and just adds entire project.

--
Regards,
Igor

On 12-10-12 1:08 PM, Chris Conroy wrote:
On Fri, Oct 12, 2012 at 12:37 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx
<mailto:igor@xxxxxxxxxxxxxx>> wrote:

    Can you check build classpath for myproject-subproject either with
    dependency:build-classpath or by running the build with -X parameter? I
    want to know if the javadoc jar is on classpath or not.


mvn depdency:build-classpath shows the javadoc jar is on the build
classpath.
--
Chris Conroy



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



Back to the top