I believe the build-help plugin at mojo.codehaus.org can do that. 

-----Original Message-----
From: Paige, Gary [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 03, 2006 1:18 PM
To: [email protected]
Subject: Adding Source path for test-compile

Currently I have a step that generates new sources during the
generate-test-sources I need to add that directory to the source path
during test-compile - I have tried several ways :

<plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-compiler-plugin</artifactId>
                         <configuration>
                            <testIncludes>
                                    <include
implementation="java.lang.String">target/test-generated</include>
                                </testIncludes>
                                <source>1.5</source>
                                <target>1.5</target>
                        </configuration>
                 </plugin>

The above is my last attempt - I have also tried adding execution blocks


Any help would be appreciated.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to