Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Goals

GoalDescription
testTest the application
test:compileCompile the TestCases and TestSuites
test:matchExecute all the tests matching the given 'testmatchpattern' variable nd excluding those in 'testnotmatchpattern' variable
test:match-testDEPRECATED: please use the test:match goal instead
test:prepare-filesystemCreate the needed directory structure
test:singleExecute a single test defined using the 'testcase' variable
test:single-testDEPRECATED: please use the test:single goal instead
test:testTest the application
test:test-resourcesCopy any resources that must be present for run tests
test:uiStarts the Swing TestRunner front end