- skip - Variable in class de.saumya.mojo.tests.AbstractTestMojo
-
skip all tests
Command line -Dmaven.test.skip=...
- skipSpecs - Variable in class de.saumya.mojo.rspec.RSpecMojo
-
skip rspecs
Command line -DskipSpecs=...
- skipTests - Variable in class de.saumya.mojo.tests.AbstractTestMojo
-
skip all tests
Command line -DskipTests=...
- specSourceDirectory - Variable in class de.saumya.mojo.rspec.RSpecMojo
-
The directory containing the RSpec source files
Command line -Drspec.dir=...
- summaryReport - Variable in class de.saumya.mojo.tests.AbstractTestMojo
-
The name of the summary (xml-)report which can be used by TeamCity and Co.
- supportNative - Variable in class de.saumya.mojo.gem.AbstractGemMojo
-
flag to indicate to setup jruby's native support for C-extensions
Command line -Dgem.supportNative=...