Simon Kitching wrote:
I do see this earlier in the output:
[WARNING]
Artifact junit:junit:jar:3.8.1 retains local scope 'test'
overriding broader scope 'compile' given by a dependency.
If this is not intended, modify or remove the local scope.
hmm..
in ~/.m2/repository, commons-collections-3.1.pom declares a dependency
on junit, but does not mark it with <scope>test</scope>. Adding the
scope tag makes the above warning go away.
Any idea who I should notify?
Still get "tests skipped" though..
Cheers,
Simon