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

I don't believe there is an generic API to attach sources/javadoc to
classpath container entries, container implementation, m2e/adt plugin in
this case, has to provide this functionality.

--
Regards,
Igor

On 2014-04-20, 6:08, Csaba Kozák wrote:
Hi!

In m2e-android we have a custom classpath container for non-runtime
maven dependencies.
Is there any way to attach sources and JavaDoc to the entries residing
in this container?

This is the container:
https://github.com/rgladwell/m2e-android/blob/master/me.gladwell.eclipse.m2e.android/src/main/java/me/gladwell/eclipse/m2e/android/configuration/NonRuntimeDependenciesClasspathContainer.java

And this is the initializer:
https://github.com/rgladwell/m2e-android/blob/master/me.gladwell.eclipse.m2e.android/src/main/java/me/gladwell/eclipse/m2e/android/NonRuntimeDependenciesContainerInitializer.java

Csaba


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



Back to the top