Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Why eclipse-test-plugin sources are main sources in Maven world?

Hi guys,

We are analyzing our Eclipse project with Sonar. Sonar can use different quality rules to analyze main source code and test source code. For this to works it relies on Maven model (sourceDirectory vs testSourceDirectory).

Except if I miss something it seems that sources of a eclipse-test-plugin module are added to the Maven model as (main) sourceDirectory. Is there any reason for that? I found an issue in bugzilla about preventing duplicate entry in both main and test directory [1]. But it seems the implemented solution was to remove entry in test sources. So how can I configure my build to have my source entry as a test directory only? Should it not be the default for eclipse-test-plugin packaging?

Thanks

Julien

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=368445

Back to the top