Browse Source

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

Lee Hinman 10 years ago
parent
commit
9bf4afd88e
1 changed files with 6 additions and 0 deletions
  1. 6 0
      TESTING.asciidoc

+ 6 - 0
TESTING.asciidoc

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