how to use sonarqube in android studio - maven

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

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.

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

Switch from maven to gradle - android studio

I cloned a project on github that is using Maven as a builder but now I need to use Gradle. Im pretty new to android so I could appreciates a little help with this.
What I have found online is either old or non-helpful information
So my question is, how do i switch from Maven to Gradle inside Android Studio?

Sonar Design view is empty for a Java project using 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

Resources