[TEST] Add -Pdev to the TESTING.asciidoc guide

This commit is contained in:
Lee Hinman 2015-03-15 18:48:17 -06:00
parent 97559c0614
commit 9bf4afd88e

View File

@ -283,3 +283,9 @@ To disable validation step (forbidden API or `// NOCOMMIT`) use
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
mvn test -Dvalidate.skip=true mvn test -Dvalidate.skip=true
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
You can also skip this by using the "dev" profile:
---------------------------------------------------------------------------
mvn test -Pdev
---------------------------------------------------------------------------