diff --git a/junit-report/plugin.jelly b/junit-report/plugin.jelly index 6c7507af..e3a3e2b3 100644 --- a/junit-report/plugin.jelly +++ b/junit-report/plugin.jelly @@ -27,9 +27,13 @@ + + - + diff --git a/junit-report/project.xml b/junit-report/project.xml index d75d5826..785491fd 100644 --- a/junit-report/project.xml +++ b/junit-report/project.xml @@ -5,7 +5,7 @@ 3 maven-junit-report-plugin Maven JUnit Report Plug-in - 1.2 + 1.3-SNAPSHOT Java Project Management Tools http://maven.apache.org/reference/plugins/junit-report/ @@ -14,7 +14,24 @@ scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/junit-report/ http://cvs.apache.org/viewcvs/maven/src/plugins-build/junit-report/ - + + + 1.3 + 1.3 + HEAD + + + + + Vincent Massol + vmassol + vmassol@pivolis.com + Pivolis + + Java Developer + + + commons-jelly diff --git a/junit-report/xdocs/changes.xml b/junit-report/xdocs/changes.xml new file mode 100644 index 00000000..f9ba130e --- /dev/null +++ b/junit-report/xdocs/changes.xml @@ -0,0 +1,24 @@ + + + + Changes + Vincent Massol + + + + + + + The maven.test.failure.ignore is forced to true during + the execution of the tests (so that report generation do not fail + if the tests fail) but it is not reset to its initial value aftewards, + thus causing issues for other plugins thereafter relying on it. + + + + + + + + +