On Tue, 2005-09-13 at 10:01 +0200, Jorg Heymans wrote:
> Hi,
>
> I am trying to model this directory structure inside one of our modules
> into a runnable pom
>
> ./src
> ./mocks
Just treat the mocks as unit test source code and use
<project>
..
<build>
..
<testSourceDirectory>mocks</testSourceDirectory>
..
</build>
</project>
See [1] for the reference.
[1]: http://maven.apache.org/maven2/maven-model/maven.html
--
Trygve
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]