Repository: maven-surefire Updated Branches: refs/heads/master b54e33e68 -> 2fbce0045
comment for jira SUREFIRE-1366 Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/2fbce004 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/2fbce004 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/2fbce004 Branch: refs/heads/master Commit: 2fbce0045dd02ecd2236dc2bd77903aea0a80e56 Parents: b54e33e Author: Tibor17 <[email protected]> Authored: Thu May 4 04:43:01 2017 +0200 Committer: Tibor17 <[email protected]> Committed: Thu May 4 04:43:01 2017 +0200 ---------------------------------------------------------------------- maven-failsafe-plugin/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/2fbce004/maven-failsafe-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml index 506b3c4..ff773c7 100644 --- a/maven-failsafe-plugin/pom.xml +++ b/maven-failsafe-plugin/pom.xml @@ -96,6 +96,12 @@ <sourceRoot>${project.build.directory}/generated-sources/jaxb</sourceRoot> <xsdOptions> <xsdOption> + <!-- + Due to historical reasons and due to both Surefire and Failsafe Plugin have very similar project + pages (mvn site), the Maven Site for both projects is generated upon one common location in + maven-surefire-plugin. The XSD files are located in maven-surefire-plugin project. Do NOT duplicate + the XSD in to maven-failsafe-plugin. + --> <xsd>../maven-surefire-plugin/src/site/resources/xsd/failsafe-summary.xsd</xsd> <bindingFile>../maven-surefire-plugin/src/site/resources/xsd/failsafe-summary.xjb</bindingFile> <packagename>org.apache.maven.plugin.failsafe.xmlsummary</packagename>
