On 6/6/06, cristal <[EMAIL PROTECTED]> wrote:
Is there a way that the maven2 build can skip the test phase even if the src/test/java/* is in the folder structure?
Try: mvn install -Dmaven.test.skip=true You can also redefine <testSourceDirectory> so that Maven can't find your test sources. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]