aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot/doc/repo.html
blob: 431e16ebdd218c907c364c1f33f43a0ed7a10a47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <link rel="stylesheet" href=".resources/doc.css" charset="UTF-8" type="text/css" />
  <link rel="stylesheet" href="../coverage/jacoco-resources/prettify.css" charset="UTF-8" type="text/css" />
  <link rel="shortcut icon" href=".resources/report.gif" type="image/gif" />
  <script type="text/javascript" src="../coverage/jacoco-resources/prettify.js"></script>
  <title>JaCoCo - Maven Repository</title>
</head>
<body onload="prettyPrint()">

<div class="breadcrumb">
  <a href="../index.html" class="el_report">JaCoCo</a> &gt;
  <a href="index.html" class="el_group">Documentation</a> &gt;
  <span class="el_source">Maven Repository</span>
</div>
<div id="content"> 

<h1>Maven Repository</h1>

<p>
  If you want to integrate JaCoCo within your tools you might directly retrieve
  it from the Maven repository. There are two repositories, one for JaCoCo
  releases, one for regular snapshot builds.   
</p>

<table class="coverage">
  <thead>
    <tr>
      <td>Type</td>
      <td>Repository</td>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Release</td>
      <td><code>http://repo1.maven.org/maven2/</code> (Central Repository)</td>
    </tr>
    <tr>
      <td>Snapshot</td>
      <td><code>https://oss.sonatype.org/content/repositories/snapshots</code></td>
    </tr>
  </tbody>
</table>

<h2>Artifacts</h2>

<p>
  JaCoCo is split into several separate projects, the artifact ids are:   
</p>

<table class="coverage">
  <thead>
    <tr>
      <td>Group ID</td>
      <td>Artifact ID</td>
      <td>Description</td>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><code>org.jacoco</code></td>
      <td><code>jacoco-maven-plugin</code></td>
      <td>Plug-in for Maven builds</td>
    </tr>
    <tr>
      <td><code>org.jacoco</code></td>
      <td><code>org.jacoco.agent</code></td>
      <td>API to get a local copy of the agent</td>
    </tr>
    <tr>
      <td><code>org.jacoco</code></td>
      <td><code>org.jacoco.ant</code></td>
      <td>Ant Tasks</td>
    </tr>
    <tr>
      <td><code>org.jacoco</code></td>
      <td><code>org.jacoco.core</code></td>
      <td>Core APIs and implementations</td>
    </tr>
    <tr>
      <td><code>org.jacoco</code></td>
      <td><code>org.jacoco.report</code></td>
      <td>Reporting implementation</td>
    </tr>
  </tbody>
</table>

<p>
  Please check <a href="http://search.maven.org/#search|ga|1|g%3Aorg.jacoco">here</a>
  for the latest release versions in the repository.
</p>


</div>
<div class="footer">
  <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span>
  <a href="license.html">Copyright</a> &copy; @copyright.years@ Mountainminds GmbH &amp; Co. KG and Contributors
</div>

</body>
</html>