Lines Matching +full:- +full:- +full:junit +full:- +full:xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
7 http://www.eclipse.org/legal/epl-v10.html
10 Evgeny Mandrikov - initial API and implementation
11 -->
12 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
23 …<!-- do not set packaging to pom, because otherwise we will receive "Not executing Javadoc as the …
106 <artifactId>jacoco-maven-plugin</artifactId>
111 <artifactId>jacoco-maven-plugin.test</artifactId>
123 <artifactId>jacoco-maven-plugin</artifactId>
127 <id>report-aggregate</id>
128 <phase>prepare-package</phase>
130 <goal>report-aggregate</goal>
136 <!-- Analyze class files only to exclude shaded agent JAR from report -->
149 <artifactId>maven-antrun-plugin</artifactId>
152 <id>prepare-reports</id>
153 <phase>prepare-package</phase>
159 <echo message="JUnit report"/>
160 <mkdir dir="${project.build.directory}/junit"/>
161 <junitreport todir="${project.build.directory}/junit">
162 … <fileset dir="../org.jacoco.agent.test/target" includes="surefire-reports/**/*.xml"/>
163 … <fileset dir="../org.jacoco.agent.rt.test/target" includes="surefire-reports/**/*.xml"/>
164 … <fileset dir="../org.jacoco.ant.test/target" includes="surefire-reports/**/*.xml"/>
165 … <fileset dir="../org.jacoco.cli.test/target" includes="surefire-reports/**/*.xml"/>
166 … <fileset dir="../org.jacoco.core.test/target" includes="surefire-reports/**/*.xml"/>
167 … <fileset dir="../org.jacoco.report.test/target" includes="surefire-reports/**/*.xml"/>
168 … <fileset dir="../org.jacoco.examples.test/target" includes="surefire-reports/**/*.xml"/>
169 <report format="noframes" styledir="xsl" todir="${project.build.directory}/junit">
175 …<move file="${project.build.directory}/junit/junit-noframes.html" tofile="${project.build.director…
183 <artifactId>ant-junit</artifactId>
191 <artifactId>maven-javadoc-plugin</artifactId>
194 <id>attach-javadocs</id>
195 <phase>prepare-package</phase>
214 …<!-- Note: using org.jacoco.core.* for packages would omit the org.jacoco.core package but using o…
241 <artifactId>xml-maven-plugin</artifactId>
244 <id>transform-generated-doc</id>
251 <dir>../jacoco-maven-plugin/target/generated-site/xdoc</dir>
253 <include>*.xml</include>
255 <stylesheet>xsl/maven-goal.xsl</stylesheet>
277 <dir>../org.jacoco.cli/target/generated-documentation</dir>
279 <include>*.xml</include>
306 <id>default-validate</id>
316 <include>target/generated-resources/xml/xslt/*.html</include>