Christian Schulte created SUREFIRE-1118:
-------------------------------------------
Summary: Update surefire to not run any tests, if nothing has
changed.
Key: SUREFIRE-1118
URL: https://jira.codehaus.org/browse/SUREFIRE-1118
Project: Maven Surefire
Issue Type: Wish
Components: Maven Surefire Plugin
Reporter: Christian Schulte
Just like the 'maven-compiler-plugin' does not re-compile unchanged source code
files
{code}
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) ---
[INFO] Nothing to compile - all classes are up to date
{code}
{code}
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) ---
[INFO] Nothing to compile - all classes are up to date
{code}
The 'maven-surefire-plugin' should not re-run any tests, if nothing has changed.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)