Aw: Re: maven-enforcer-plugin problems with test dependency in multi module project

2014-01-31 Thread Matthias Mayer
, should it? Best regards Matthias Gesendet: Donnerstag, 30. Januar 2014 um 17:13 Uhr Von: Karl Heinz Marbaise khmarba...@gmx.de An: users@maven.apache.org Betreff: Re: maven-enforcer-plugin problems with test dependency in multi module project Hi, based on the error message you have

maven-enforcer-plugin problems with test dependency in multi module project

2014-01-30 Thread Matthias Mayer
Hi,   I have a multi-module-project with one module that implements classes for testing (test-parent) and another module (test-child) that uses theses classes. There is a dependency in test scope from the test-child to the test-parent. (See article

Re: maven-enforcer-plugin problems with test dependency in multi module project

2014-01-30 Thread Karl Heinz Marbaise
Hi, based on the error message you have a dependency on your test-jar project but you defined the dependency a little bit wrong: test:test-child:jar:1.0.0: Failure to find test:test-parent:jar:tests:1.0.0 This shows that you have defined a dependency in the test-parent but like this: