Wayne Fay wrote:
> I'm not sure that I understand you entirely, but here goes.... If you
> have shared test files, you will need to create a "test-jar" artifact
> and add it as a dependency to any projects that need to use it.
>
> This is documented in a mini-guide:
> http://maven.apache.org/guides/mini/guide-attached-tests.html
Why can't I reference test-classes in other modules?
I have a project with two modules. module1 dependsOn module2:
<project>
<module1>
<module2>
I can reference m2's classes from m1, but NOT m2's testclasses. That is what
I do not understand.
Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]