I have downloaded an open-source project, jEdit version 5.5, but it doesn't have maven or gradle. I would like to analyze it using SonarQube, but if I choose the other alternative besides maven and gradle for the analyze, I get an error that I have java files and I should remove them from the analysis. Do you know how I should address this issue?
Asked
Active
Viewed 115 times
2 Answers
0
It is very easy to add a maven pom.xml file. Add a blank pom.xml to the root folder (not src) of the project.

John Williams
- 4,252
- 2
- 9
- 18
0
jEdit uses Ant. To analyze an ant project, you can use SonarScanner for Ant. (Disclaimer: I've never used it myself)