Maven test Plug-in Goals
dIon Gillard
test
Test the application
test:compile
Compile the TestCases and TestSuites
test:match
Execute all the tests matching the given 'testmatch' variable
test:match-test
[deprecated] please use the test:match goal instead
test:prepare-filesystem
Create the needed directory structure
test:single
Execute a single test defined using the 'testcase' variable
test:single-test
[deprecated] please use the test:single goal instead
test:test
Test the application
test:test-resources
Copy any resources that must be present for run tests
test:ui
Starts the Swing TestRunner front end