Deepika Gupta 3 Posted September 6, 2019 Share Posted September 6, 2019 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 More sharing options...
shravani musku 2 Posted December 10, 2019 Share Posted December 10, 2019 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now