Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Incomplete
-
Affects Version/s: 2.9
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Environment:Unix
-
Number of attachments :
Description
I use jenkins for CI. When jenkins launches something like mvn -B -f /cis/jenkins/jobs/develplugin/workspace/pom.xml clean sonar:sonar package javadoc:javadoc org.sonar.api.resources.DuplicatedSourceException occurs.
The reason seems to be that we have a link under "/cis/jenkins/jobs", pointing to a directory called "/jrepos", and sonar-pom.xml fills with the following entry: "<sonar.sources>,/cis/jenkins/jobs/develplugin/workspace/src/main/java,/jrepos/develplugin/workspace/src/main/java,/jrepos/develplugin/work
space/src/main/resources</sonar.sources>", I mean, two entries are duplicated and DuplicatedSourceException is raised.
Activity
Evgeny Mandrikov
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Freddy Mallet [ freddy.mallet ] | |
| Component/s | Maven Plugin [ 13194 ] |
David Mata Górriz
made changes -
| Attachment | effective-pom.txt [ 57319 ] | |
| Attachment | sonar_sonar.ln.txt [ 57320 ] | |
| Attachment | sonar_sonar.without_ln.txt [ 57321 ] |
Freddy Mallet
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Incomplete [ 4 ] |