Am 06/12/16 um 00:03 schrieb Mirko Friedenhagen:
> Hello Karl-Heinz,
> 
> I tried this with 2 projects, firstly an inhouse project and it choked with:
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.19:test
> (default-test) on project ui-mamido-qamove: Execution default-test of
> goal org.apache.maven.plugins:maven-surefire-plugin:2.19:test failed:
> There was an error in the forked process
> 
> [ERROR] org.apache.maven.surefire.util.SurefireReflectionException:
> java.lang.NoClassDefFoundError: org/hamcrest/SelfDescribing

You are managing a transitive dependency to 'test' scope which isn't
transitive. You need to move that transitive dependency up one level to
make it a direct dependency.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to