From 17f5b8d2255d63d09c0d3a269923c8ca4db00bc4 Mon Sep 17 00:00:00 2001 From: Aman Sharma Date: Tue, 5 Sep 2023 16:34:02 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 91e959d51..3d905b1fd 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,11 @@ gpg --verify sorald--jar-with-dependencies.jar.asc ### Experiments with Sorald [Sorald-Experiments repository](https://github.com/khaes-kth/Sorald-experiments) includes the data related to our experiments with Sorald that are part of a recently conducted research project. +Sorald downloads `sonar-java-plugin.jar` at runtime. See [config file](https://github.com/ASSERT-KTH/sorald/blob/master/sorald/src/main/resources/config.properties) for its URL. +Although most of the time it automatically downloads and loads it, you can manually download and store it if needed. +See https://github.com/ASSERT-KTH/sorald/blob/02c07213264663f4fbc4728009dc4fbe7a4c00e5/sorald/src/main/java/sorald/FileUtils.java#L127 for the name of the directory for different filesystems. +The file is called `sonar-java-plugin.jar`. In linux, `~/.cache/sorald/sonar-java-plugin.jar` is the path of the downloaded jar. + ## Contributing Contributions are welcome! Feel free to open issues on this GitHub repository, and also to open pull requests for making this project nicer (see instructions [here](/docs/CONTRIBUTING.md)).