I am trying to build sonar lint for eclipse for development purpose and adding a new language. I made some changes but I am not able to generate a zip file which I can locally install in eclipse as a plugin.
I have tried
mvn clean package
: Not working
clean install
: Not working
mvn compile
: Not working
I have even tried opening plugin.xml and clicked the green play
button which showed at the right corner of the screen as written in github. But it still does not work.
I am not finding any documentation related to this, how can we generate plugin to install it in eclipse.