I seem to remember doing this myself:

mvn release:prepare -Dmaven.test.skip=true -Darguments="- Dmaven.test.skip=true"

hope that helps,
Andy

On 17 Sep 2007, at 04:40, Steve Mactaggart wrote:

We have a module that requires it to be released, while it does compile fine and works correctly the test cases fail.
We just want to release it without running the tests.

When I try 'mvn -Dmaven.test.skip=true release:prepare' the tests still run.

It seems that the release plugin does some sort of fork or something that doesn't take into account this property.

Am I missing something, or will I have to delete the tests from our SCM just to get this release out?

Steve





______________________________________________________________________ ______________
Sick of deleting your inbox? Yahoo!7 Mail has free unlimited storage.
http://au.docs.yahoo.com/mail/unlimitedstorage.html


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

Reply via email to