Ericsson / CodeCheckerEclipsePlugin

This is an Eclipse plugin that shows C/C++ static analysis results found by Clang Static Analyzer and Clang Tidy
Eclipse Public License 1.0
32 stars 13 forks source link

maven dependecy download #17

Closed gyorb closed 5 years ago

gyorb commented 8 years ago

Should we still use the mars release in maven to download the dependencies? http://download.eclipse.org/releases/mars

dutow commented 8 years ago

That depends on which eclipse platform we want to support.

The code doesn't depend on anything newish, last time I checked it even worked with Helios (3.6) - that was actually one of the original requirements. Instead of upgrading a more robust solution would be to make it configurable, and build it automatically against every supported eclipse platform version.

gyorb commented 5 years ago

the dependencies were updated together with the project setup changes.