mulesoft-catalyst / mule-sonarqube-plugin

The Mule SonarQube Plugin provides the capability to do code inspecting and taking project metrics from a mule project using SonarQube.
The Unlicense
46 stars 68 forks source link

Embed the rules*.xml files in the JAR directly instead of using files on disk #63

Open cmxconsulting opened 1 year ago

cmxconsulting commented 1 year ago

This modification is to package the rules*.xml files directly into the JAR instead of using files on disk. This is more secure and clean because in the extensions/plugins folder, only plugins should be there. (also related with PR with log level and packaging issue)