Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] sources and JavaDoc in custom classpath container

No, m2e does not currently provide specific API to download
sources/javadoc. There is generic API to download artifacts, so you can
copy&paste relevant bits from BuildPathManager and DownloadSourcesJob.
Or provide a patch to m2e to expose API you need.

--
Regards,
Igor

On 2014-04-20, 7:31, Csaba Kozák wrote:
Thanks!

The all elements of the custom container are maven dependencies.
In m2e, the BuildPathManager class is responsible for attaching sources
and JavaDoc.
Is there any way to utilize this class for attaching these thing to the
dependencies in our container?


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



Back to the top