and you don't need the =true for -DskipTests

On 3 September 2010 08:17, Barrie Treloar <baerr...@gmail.com> wrote:

> On Fri, Sep 3, 2010 at 4:15 PM, Stephen Connolly
> <stephen.alan.conno...@gmail.com> 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: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to