On Fri, Sep 3, 2010 at 4:15 PM, Stephen Connolly
<[email protected]> wrote:
> just use "-DskipTests" as that will skip running the tests but not compiling
> or packaging them... oh and it's shorter than its alias
> "-Dmaven.skip.test.exec=true" as well as the bigger skip that you are using
> "-Dmaven.skip.test=true"
Whoops.
If I had read our internal wiki with this help hints I would have read:
Skip Running Tests
Run maven with -DskipTests=true, e.g.:
mvn install -DskipTests=true
(Dont use maven.test.skip as this doesn't generate the test-jar)
Apologies.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]