Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.1 KB

File metadata and controls

30 lines (24 loc) · 1.1 KB

How to start development

First Time Setup

  1. Fork and clone the repository.

  2. Install Apache NetBeans IDE.

  3. Once installed use File > Open Projects... and select client from camel-lsp-client-netbeans folder and NetBeans should automatically detect the projects and import it properly.

Building Maven package from command line

  1. Install Apache Maven.

  2. This command will build the npm package:

    $ mvn clean verify

How to release