Skip to content

normana400/metals-eclipse

 
 

Repository files navigation

Build Status

metals-eclipse

Eclipse Scala LSP plugin for Metals (WIP)

Build

To build:

$ git clone https://github.com/scalameta/metals-eclipse.git
$ cd metals-eclipse/parent
$ mvn clean install

Release procedure

Do the following steps:

$ cd metals-eclipse/parent
$ mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=<release version>
$ git commit -a -m "Bump version to <release version>"
$ git tag -a v< version>
$ git push --tags origin master
$ mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=<new version>-SNAPSHOT
$ git commit -a -m "Bump version to <new version>-SNAPSHOT"
$ git push origin master

The new version will automatically be pushed to the repository and be available to download.

About

Eclipse Scala LSP plugin for Metals (WIP)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 98.6%
  • Shell 1.1%
  • Java 0.3%