Demonstrates the value of Clean as You Code methodology
- Download the plugin JAR file
- Copy the JAR file to the
lib/extensions/
directory of your SonarQube installation, then start the server.
The plugin is compatible with SonarQube 8.9 and later versions.
To build the plugin JAR file, call:
mvn clean package
The JAR will be deployed to target/sonar-cayc-plugin-VERSION.jar
. Copy this to your SonarQube's extensions/plugins/
directory, and re-start SonarQube.
yarn
to install your dependencies.yarn start
to start a proxy server on port 3000 to debug your JS code.
*Note: This plugin must first be deployed and installed on your SonarQube instance, otherwise the extension paths will not be registered.yarn test
to start watching your files for changes, and run tests accordingly.yarn build
to build your front-end code.