ugarciac
(Ulises GC)
March 30, 2022, 10:43pm
#1
Hello everyone, I am trying to create an analysis of a project with java version 8, I generated a script as suggested in: Moving Analysis to Java 11 | SonarQube Docs
However, I cannot generate the project for analysis, I already have the most recent dependencies of
-org.sonarsource.sonarqube
-org.jacoco
in the pom.xml
can anybody help me?
felipebz
(Felipe Zorzo)
March 30, 2022, 10:47pm
#2
Hi,
You need to remove the sonar:sonar
goal and all analysis parameters from the first mvn
call.
ugarciac
(Ulises GC)
March 30, 2022, 10:56pm
#3
Hi, I have deleted the parameters as you mentioned, now I compile, however, I cannot see it in the localhost of sonarqube, what has happened?