-
Fork and clone the repository.
-
Install Apache NetBeans IDE.
-
Once installed use
File > Open Projects...and selectclientfromcamel-lsp-client-netbeansfolder and NetBeans should automatically detect the projects and import it properly.
-
Install Apache Maven.
-
This command will build the npm package:
$ mvn clean verify- Update pom to not use snapshot version.
- Provide Pull Request (PR).
- Merge PR if OK.
- Check that a GitHub Actions build is triggered and successful.
- Create corresponding tag.
- Check that the artifact is available on https://repo1.maven.org/maven2/com/github/camel-tooling/netbeans/camel-lsp-client-netbeans/. It usually takes up to 30 minutes.
- Update pom to use next snapshot version.
- Provide PR.
- Merge PR if OK.