Skip to content

Latest commit

 

History

History
155 lines (110 loc) · 6.26 KB

CATALOG.md

File metadata and controls

155 lines (110 loc) · 6.26 KB

Table of Contents

Available in DSL

The following projects are available in the Gradle and Maven plugin catalog DSL. For example, to use jdt in Gradle, you do

equoIde {
  jdt().classpathVariable('JUNIT_HOME', '/home/user/junit')
}

and in Maven, you do

<configuration>
  <jdt>
    <classpathVariable>
      <JUNIT_HOME>/home/user/junit</JUNIT_HOME>
    </classpathVariable>
  </jdt>
</configuration>

There might be other aspects you can configure, see the Gradle DSL or Maven DSL for more details. PRs to add plugins to the catalog DSL or even just to the wishlist below are very welcome! See CONTRIBUTING.md#catalog-dsl for details.

This catalog is a useful reference for the p2 urls, code repositories, and issue trackers for each project.

Eclipse core

platform

jdt

pde

egit

equoChromium

Build systems

gradleBuildship

m2e

AI assistants

tabnine

chatgpt

assistai

Languages besides Java

kotlin

cdt

tmTerminal

rust

groovy

Wishlist

The projects below are not in the catalog yet, but somebody wants them! Feel free to add the plugins you want onto this wishlist. You can also move one of these out of the wishlist and into the Catalog DSL like so.

wtp

tm4e