Sonar Design view is empty for a Java project using Maven - maven

I'm using Sonar version 3.7.2 with TeamCity 8.0.4 and sonner-ruuner 2.0
I am building a Java project using Maven.
In Sonar, the project design view is empty, the project dashboard works fine, showing different analysis results.
Is it possible I'm missing a "design" plugin? or I need configuration for Sonar in the Maven pom.xml?
Thanks,
Eyal

Related

FontAwesomeFX Without Maven

I am trying to use the FontAwesomeFX library in my non-Maven project. However, it seems Maven is the only way the developer has chosen to provide the latest version of the library (9.1.2).
How do I get this imported into my IntelliJ IDEA project? The 9.1.2 version is not in the Maven repositories...
I have never used Maven, so I wouldn't know where to start.

I recently got on a new team and trying to setup the project requirements. How to upgrade existing maven version 3.1.1 to 3.3.9

I recently got on a new team and trying to setup the project requirements. Currently, I had Maven 3.1.1 on my system and I need Maven 3.3.9. If any one can tell me how to upgrade the version of maven, I would appreciate it. (I'm working on windows 10)
It's pretty simple - download maven from the official distribution archive
that is available at https://archive.apache.org/dist/maven/maven-3/3.3.9/binaries/. After that follow installation guide from maven documentation available at https://maven.apache.org/install.html.
Just remember that Maven 3.3.9 requires at least Java version 7.

What is the euquivalent of Maven Tycho to build NetBeans Applications?

More generally, how are bigger (meaning lots of dependencies or many modules) RCP Applications build?
Eclipse RCP uses Tycho and p2. What does NB use to build apps headless?
https://github.com/mojohaus/nbm-maven-plugin with maven (archetypes and support available via netbeans project wizards)
or the default ant-based project types (again available via the netbeans module project wizards)

How to install widgetset on Intellij gradle project

I have a Gradle Intelij (community edition) project.
I want to use Vaadin plugin (CSValidationWidgetset), but I am lost how I can install this.
As I am using Spring Boot I am managed to set up this plugin in widget list. I've added following line to app.prop:
server.context_parameters.widgetset=com.vaadin.csvalidation.widgetset.CSValidationWidgetset
But now I can see that during server startup it is trying to get some resources related to this plugin. What files exactly should I provide? Is there any gradle task to do such kind of activity?
Thanks
Pawel

how to use sonarqube in android studio

I would like to use SonarQube to check my Android code.
I installed the plugin of sonarqube the and also can access http://localhost:9000.
But when I click the "associated with sonar". The error is"Project is not associated to SonarQube
Only multi-module Maven projects are supported for now"
what can I do for my project?
As a "first" version of the Intellij plugin it was decided to limit support to:
- single module projects
- multi-module Maven projects
Non Maven multi-module projects are not supported, but that's definitely a goal for next version:
http://jira.codehaus.org/browse/SONARPLUGINS-3401

Resources