I want to use some of the libraries produced by the Eclipse project through Maven. I 've had a look at the main Maven repo and while it looks like that there are a few projects already imported, their versions are old and some important ones are missing (e.g. cdt). Is there any Eclipse project official Maven repository? If not, what would be the best option to use current versions of libraries such as the JDT compiler in a maven-开发者_JAVA百科enabled project?
You can do it yourself using the Maven Tools 4 Eclipse.
Eventually, all the Eclipse bundles will show up as artifacts on maven.eclipse.org.
精彩评论