|
@@ -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
|
|
|
+---------------------------------------------------------------------------
|