Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Sonar + Tycho with symlinks

Hi all,

I'm trying to set up a job that uses Sonar on a Jenkins instance that uses symlinks.

I'm facing this issue, that was reported (several times) to Sonar:
* http://jira.codehaus.org/browse/SONAR-2844
* http://jira.codehaus.org/browse/SONAR-2886
* http://jira.codehaus.org/browse/SONAR-3974
* http://markmail.org/message/4iobrlewd4k4vgxs

The issue is that when using symlinks, the folder is added twice to the sources analyzed by Sonar plugin: 1 for the symlink and another for the resolved symlink.
Sonar people say it's because of Tycho not giving the correct source folder to Maven and Sonar plugin.

Is this a known Tycho issue? Is there any workaround possible?...

Cheers,
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top