Che Ls Jdt :: Extension :: Parent

Provides default project configuration for Che projects

License

License

Categories

Categories

Eclipse Che Development Tools IDE CLI User Interface
GroupId

GroupId

org.eclipse.che.ls.jdt
ArtifactId

ArtifactId

org-eclipse-che-jdt-ls-extension
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

pom
Description

Description

Che Ls Jdt :: Extension :: Parent
Provides default project configuration for Che projects
Project URL

Project URL

https://codenvy.com/org-eclipse-che-jdt-ls-extension
Project Organization

Project Organization

Red Hat, Inc.

Download org-eclipse-che-jdt-ls-extension

How to add to project

<!-- https://jarcasting.com/artifacts/org.eclipse.che.ls.jdt/org-eclipse-che-jdt-ls-extension/ -->
<dependency>
    <groupId>org.eclipse.che.ls.jdt</groupId>
    <artifactId>org-eclipse-che-jdt-ls-extension</artifactId>
    <version>0.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.ls.jdt/org-eclipse-che-jdt-ls-extension/
implementation 'org.eclipse.che.ls.jdt:org-eclipse-che-jdt-ls-extension:0.0.3'
// https://jarcasting.com/artifacts/org.eclipse.che.ls.jdt/org-eclipse-che-jdt-ls-extension/
implementation ("org.eclipse.che.ls.jdt:org-eclipse-che-jdt-ls-extension:0.0.3")
'org.eclipse.che.ls.jdt:org-eclipse-che-jdt-ls-extension:pom:0.0.3'
<dependency org="org.eclipse.che.ls.jdt" name="org-eclipse-che-jdt-ls-extension" rev="0.0.3">
  <artifact name="org-eclipse-che-jdt-ls-extension" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.ls.jdt', module='org-eclipse-che-jdt-ls-extension', version='0.0.3')
)
libraryDependencies += "org.eclipse.che.ls.jdt" % "org-eclipse-che-jdt-ls-extension" % "0.0.3"
[org.eclipse.che.ls.jdt/org-eclipse-che-jdt-ls-extension "0.0.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jdt.ls.extension.api
  • jdt.ls.extension.core
  • jdt.ls.extension.test
  • jdt.ls.extension.site
  • jdt.ls.extension.product

che-ls-jdt

che-ls-jdt

Build and package into an image

To build and package this into an image run mvn (your commands) docker:build. It will then have an image name of che-jdt-ls/java-ls tagged with latest.

To use the resulting image in a sidecar:

Follow the instructions with three exceptions.

1. Change the custom recipe to include che-jdt-ls/java-ls as the image

2. Set the id in the workspace config as "org.eclipse.che.plugin.java.languageserver"

3. Mount /home/user/jdtls as a volume for the java-machine-ls

If you want to use your local docker registry set CHE_DOCKER_ALWAYS__PULL__IMAGE=false when starting Che

org.eclipse.che.ls.jdt

Eclipse Foundation

Versions

Version
0.0.3
0.0.2
0.0.1