Jump to content
The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now! See more information here ×

How to Install SonarQube plugin in Tibco BW 6 eclipse


Deepika Gupta 3

Recommended Posts

Hi Team,

I am new in BW 6 and Intigration with SonarQube plugin too.Sonarqube plugin for Tibco BW 6 I got from google but how to Install plugin in Eclipse I am not able to do.I have checked this link below:

https://docs.tibco.com/pub/activematrix_businessworks/6.2.2/doc/html/GUID-C2B9D7F5-EBF3-4B25-ACD2-59F162E239BF.html

where it is mentioned how to install.same process I am following.But If I am giving local path till jar but getting error jar not found.

Could you please help me on this.It will be great help for me.

Link to comment
Share on other sites

  • 3 months later...

Hi,

This is what we tried.

1) you need sonarqube server running first , download the sonarqube(CE version also works). And make sure you install the older version which work better like SonarQube 5.X or so. You can make sure if the server is up or not by going to localhost:9000 and login.

2)Next download the plugin from Studio directly by using the option of Help->Install New Software and provide the below linkhttp://downloads.sonarsource.com/eclipse/eclipse/

3)Next place the BW6 Sonarqube plugin jar in your Sonarqube folder>plugins folder

4)Now install maven plugin for your BW6 studio( refer the links available online for this). The plugin is available at GitHub. Create the pom files.

5)now create a maven build configuration and provide the goal as 'clean install sonar:sonar -X

6) this should scan your code and you can see the dashboard on SonarQube UI

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...