Skip to content

Commit

Permalink
[TEST] Maven reproductions should always include 'clean' target
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Jul 23, 2014
1 parent 5ccd445 commit 15ccd78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void testFailure(Failure failure) throws Exception {
final Description d = failure.getDescription();
final StringBuilder b = new StringBuilder();
b.append("FAILURE : ").append(d.getDisplayName()).append("\n");
b.append("REPRODUCE WITH : mvn test");
b.append("REPRODUCE WITH : mvn clean test");
MavenMessageBuilder mavenMessageBuilder = new MavenMessageBuilder(b);
mavenMessageBuilder.appendAllOpts(failure.getDescription());

Expand Down

0 comments on commit 15ccd78

Please sign in to comment.