Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] ecj maven version

I see that the most recently available version of ecj in maven central is:

<dependency>
    <groupId>org.eclipse.jdt.core.compiler</groupId>
    <artifactId>ecj</artifactId>
    <version>4.4.2</version>
</dependency>

Eclipse 4.5.0 comes with an updated jdt-core. Does anyone know who's responsible for maintaining this and if / when it's likely to be updated? The reason I ask is because my company is using the maven plugin for the build process but the jdt version embedded in Eclipse Mars whilst running up the app in dev mode / running unit tests from eclipse. We'd like to have the compiler version consistent across the board.

Back to the top