1

we're having trouble with building a project in Jenkins. First of all some details on what we're using:

  • Jenkins 1.596.1
  • SonarQube 4.4
  • Java SE Development Kit, Update 92
  • Maven 3.3.3
  • sonar-maven-plugin 3.2

We're getting the following error:

[ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.2:sonar (default-cli) on project : The folder 'path-to-project-workspace\-ear\pom.xml' does not exist for 'path:project-ear' (base directory = path-to-project-workspace\ [Help 1]

Technically this could obviously be a problem on developer side. But I've been checking everything and it looks like it should work.

Maybe someone here has encountered a similiar problem? Any help would be appreciated.

Kind regards

RobCo
  • 61
  • 1
  • 4
  • Does your project build on command line without any issue? Do you use any profiles to build your project? – khmarbaise Jun 13 '17 at 17:58
  • The problem is fixed now, I updated the question accordingly. But thank you for your answer regardless. – RobCo Jun 14 '17 at 11:29

1 Answers1

-1

Looks like the problem was indeed on developer side. It is working now.

RobCo
  • 61
  • 1
  • 4