Since 2.0.6 maven is reacting differently on windows in linux for our poms.
We have some "false transitive dependencies": transitive dependencies
that should be direct dependencies.
(We currently do this to avoid having to duplicate the version number as
the different projects don't have a common superpom.)
On linux, our poms compile fine,
on windows, our poms sometimes don't compile as some of those "false
transitive dependencies" start to go missing from our compile classpath.
The problem is that if someone commits something on linux, he's unsure
if it will build on windows.
Is this a known issue since 2.0.6?
Has anyone else seen this problem occur?
--
With kind regards,
Geoffrey De Smet
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]