blob: f778f6545b6f06803406ad726f769ccdba831029 [file] [log] [blame]
Evgeny Mandrikov82a92ca2012-01-15 20:25:48 +00001<?xml version="1.0" encoding="ISO-8859-1" ?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
4<head>
5 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
6 <link rel="stylesheet" href=".resources/doc.css" charset="ISO-8859-1" type="text/css" />
7 <link rel="stylesheet" href="../coverage/.resources/prettify.css" charset="ISO-8859-1" type="text/css" />
8 <link rel="shortcut icon" href=".resources/report.gif" type="image/gif" />
9 <script type="text/javascript" src="../coverage/.resources/prettify.js"></script>
10 <title>JaCoCo - Maven Repository</title>
11</head>
12<body onload="prettyPrint()">
13
14<div class="breadcrumb">
15 <a href="../index.html" class="el_report">JaCoCo</a> &gt;
16 <a href="index.html" class="el_group">Documentation</a> &gt;
17 <span class="el_source">Maven Repository</span>
18</div>
19<div id="content">
20
21<h1>Maven Repository</h1>
22
23<p>
24 If you want to integrate JaCoCo within your tools you might directly retrieve
25 it from the Maven repository. There are two repositories, one for JaCoCo
26 releases, one for weekly snapshot builds.
27</p>
28
29<table class="coverage">
30 <thead>
31 <tr>
32 <td>Type</td>
33 <td>Repository</td>
34 </tr>
35 </thead>
36 <tbody>
37 <tr>
38 <td>Release</td>
39 <td><code>http://repo1.maven.org/maven2/</code> (Central Repository)</td>
40 </tr>
41 <tr>
42 <td>Snapshot</td>
43 <td><code>https://oss.sonatype.org/content/repositories/snapshots</code></td>
44 </tr>
45 </tbody>
46</table>
47
48<h2>Artifacts</h2>
49
50<p>
51 JaCoCo is split into several separate projects, the artifact ids are:
52</p>
53
54<table class="coverage">
55 <thead>
56 <tr>
57 <td>Group ID</td>
58 <td>Artifact ID</td>
59 <td>Description</td>
60 </tr>
61 </thead>
62 <tbody>
63 <tr>
64 <td><code>org.jacoco</code></td>
65 <td><code>jacoco-maven-plugin</code></td>
66 <td>Plug-in for Maven builds</td>
67 </tr>
68 <tr>
69 <td><code>org.jacoco</code></td>
70 <td><code>org.jacoco.agent</code></td>
71 <td>API to get a local copy of the agent</td>
72 </tr>
73 <tr>
74 <td><code>org.jacoco</code></td>
75 <td><code>org.jacoco.ant</code></td>
76 <td>Ant Tasks</td>
77 </tr>
78 <tr>
79 <td><code>org.jacoco</code></td>
80 <td><code>org.jacoco.core</code></td>
81 <td>Core APIs and implementations</td>
82 </tr>
83 <tr>
84 <td><code>org.jacoco</code></td>
85 <td><code>org.jacoco.report</code></td>
86 <td>Reporting implementation</td>
87 </tr>
88 </tbody>
89</table>
90
91
92</div>
93<div class="footer">
94 <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span>
95 <a href="license.html">Copyright</a> &copy; @copyright.years@ Mountainminds GmbH &amp; Co. KG and Contributors
96</div>
97
98</body>
99</html>