Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Popup Menu - Download Sources

in the latest code we've changed the menus from being hardcoded in code to declarative
not sure if that fixes your problem entirely but shall be easy enough to create a patch now. please file an issue and we'll apply it..

what language are you working with? could downloading of javadoc/sources be useful for groovy/scala languages? (or anything on top of Java VM for that matter) maybe there is some additional wiring necessary though to make it useful then.

Milos

On Jan 24, 2011, at 9:06 PM, Lance Linder wrote:

I am working on an m2e plugin for a non java based project which requires different handling for downloading sources and docs. All development is being done against 0.13+.

My problem is that Download Sources and Download JavaDoc actions are visible when ever the maven2Nature is encountered and they don't work with my project. Since there may be other plugins that don't use JDT it would be nice if Download Sources and Download JavaDoc are not visible unless both maven2Nature and org.eclipse.jdt.core.javanature are encountered. This way we can supply our own actions that are compatible with different plugins.

Even better might be an extension point that allows developers to override or extend the Download Sources/Docs actions.

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


Back to the top