Skip to main content

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

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

Back to the top