1

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?

Vampire
  • 35,631
  • 4
  • 76
  • 102
WillUpdate
  • 53
  • 6

2 Answers2

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)

Vampire
  • 35,631
  • 4
  • 76
  • 102
Sören
  • 1,803
  • 2
  • 16
  • 23