baleineca wrote:
I am using a preGoal for the test dependency. This goes in the maven.xml (in your case it woud be 'core').
In your case, from looking at your layout, it would be something like
this. Adjust the pathelement to suit your need. (xmlns:ant="jelly:ant" and xmlns:m="jelly:maven" in the script below).
<preGoal name="test:compile"> <ant:path id="requiredTestSrc"> <ant:pathelement location="${basedir}/../storage/test/java/org/xiqe/storage/converters" /> </ant:path> <m:addPath id="maven.test.compile.src.set" refid="requiredTestSrc" /> </preGoal>
Hope it helps.
It has helped, thank you very much :-).
-- Ing. Petr Adamek Faculty of Informatics, Masaryk University, Brno
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
