Hello Ingo,
Did you try to use <testSourceRoot> ?
I use it like this :
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>wsdl2java</id>
<phase>generate-sources</phase>
<configuration>
<tasks>
<!-- call wsdl2java tasks-->
</tasks>
<sourceRoot>
${project.build.directory}/generated-sources/main/java
</sourceRoot>
<testSourceRoot>
${project.build.directory}/generated-sources/test/java
</testSourceRoot>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
Hope this helps,
Cyrille
On 5/19/06, Ingo Düppe <[EMAIL PROTECTED]> wrote:
Hi,
how can I integrate a generated test source folder like
"target/test-scr" in the build process of maven 2.0?
Regards,
Ingo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Cyrille Le Clerc
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+33 6.61.33.69.86