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.
Apache
>
Maven
>
Maven 1.x
>
Plugins
>
Bundled
>
Maven Test Plugin
>
Maven test Plug-in Goals
JUnit
Overview
Goals
Properties
Project Documentation
About
Downloads
Project Info
Project Reports
Development Process
Legend
External Link
Opens in a new window
Goals
Goal
Description
test
Test the application
test:compile
Compile the TestCases and TestSuites
test:match
Execute all the tests matching the given 'testmatchpattern' variable nd excluding those in 'testnotmatchpattern' 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