Lines Matching full:jacoco

17     <groupId>org.jacoco</groupId>
18 <artifactId>org.jacoco.build</artifactId>
20 <relativePath>../org.jacoco.build</relativePath>
23 <artifactId>org.jacoco.doc</artifactId>
26 <name>JaCoCo :: Documentation</name>
27 <description>JaCoCo Documentation</description>
36 <artifactId>org.jacoco.core</artifactId>
40 <artifactId>org.jacoco.core.test</artifactId>
46 <artifactId>org.jacoco.report</artifactId>
50 <artifactId>org.jacoco.report.test</artifactId>
56 <artifactId>org.jacoco.agent</artifactId>
60 <artifactId>org.jacoco.agent.test</artifactId>
66 <artifactId>org.jacoco.agent.rt</artifactId>
70 <artifactId>org.jacoco.agent.rt.test</artifactId>
76 <artifactId>org.jacoco.ant</artifactId>
80 <artifactId>org.jacoco.ant.test</artifactId>
86 <artifactId>org.jacoco.cli</artifactId>
90 <artifactId>org.jacoco.cli.test</artifactId>
96 <artifactId>org.jacoco.examples</artifactId>
101 <artifactId>org.jacoco.examples.test</artifactId>
107 <artifactId>jacoco-maven-plugin</artifactId>
112 <artifactId>jacoco-maven-plugin.test</artifactId>
123 <groupId>org.jacoco</groupId>
124 <artifactId>jacoco-maven-plugin</artifactId>
134 <title>JaCoCo</title>
135 <footer>Code Coverage Report for JaCoCo ${project.version}</footer>
163 … <fileset dir="../org.jacoco.agent.test/target" includes="surefire-reports/**/*.xml"/>
164 … <fileset dir="../org.jacoco.agent.rt.test/target" includes="surefire-reports/**/*.xml"/>
165 … <fileset dir="../org.jacoco.ant.test/target" includes="surefire-reports/**/*.xml"/>
166 … <fileset dir="../org.jacoco.cli.test/target" includes="surefire-reports/**/*.xml"/>
167 … <fileset dir="../org.jacoco.core.test/target" includes="surefire-reports/**/*.xml"/>
168 … <fileset dir="../org.jacoco.report.test/target" includes="surefire-reports/**/*.xml"/>
169 … <fileset dir="../org.jacoco.examples.test/target" includes="surefire-reports/**/*.xml"/>
172 <param name="jacoco.home.url" expression="${jacoco.home.url}"/>
203 …<excludePackageNames>*.internal,org.jacoco.ant,org.jacoco.maven,org.jacoco.examples</excludePackag…
205 <dependencySourceInclude>org.jacoco:*</dependencySourceInclude>
208 <dependencySourceExclude>org.jacoco:*.test</dependencySourceExclude>
210 <doctitle>JaCoCo ${qualified.bundle.version} API</doctitle>
211 <windowtitle>JaCoCo ${qualified.bundle.version} API</windowtitle>
215 …<!-- Note: using org.jacoco.core.* for packages would omit the org.jacoco.core package but using o…
217 <title>Bundle org.jacoco.core</title>
218 <packages>org.jacoco.core*</packages>
221 <title>Bundle org.jacoco.report</title>
222 <packages>org.jacoco.report*</packages>
225 <title>Bundle org.jacoco.agent</title>
226 <packages>org.jacoco.agent*</packages>
229 <title>JaCoCo Runtime</title>
230 <packages>org.jacoco.agent.rt:com.vladium.emma.rt</packages>
252 <dir>../jacoco-maven-plugin/target/generated-site/xdoc</dir>
268 <name>jacoco.home.url</name>
269 <value>${jacoco.home.url}</value>
278 <dir>../org.jacoco.cli/target/generated-documentation</dir>
294 <name>jacoco.home.url</name>
295 <value>${jacoco.home.url}</value>