Marc R. Hoffmann | e571f3f | 2012-05-13 12:18:02 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
Evgeny Mandrikov | 82a92ca | 2012-01-15 20:25:48 +0000 | [diff] [blame] | 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> |
Marc R. Hoffmann | e571f3f | 2012-05-13 12:18:02 +0000 | [diff] [blame] | 5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
| 6 | <link rel="stylesheet" href=".resources/doc.css" charset="UTF-8" type="text/css" /> |
| 7 | <link rel="stylesheet" href="../coverage/.resources/prettify.css" charset="UTF-8" type="text/css" /> |
Evgeny Mandrikov | 82a92ca | 2012-01-15 20:25:48 +0000 | [diff] [blame] | 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> > |
| 16 | <a href="index.html" class="el_group">Documentation</a> > |
| 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 |
Marc R. Hoffmann | 91b9962 | 2012-05-02 17:35:14 +0000 | [diff] [blame] | 26 | releases, one for regular snapshot builds. |
Evgeny Mandrikov | 82a92ca | 2012-01-15 20:25:48 +0000 | [diff] [blame] | 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 | |
Marc R. Hoffmann | 91b9962 | 2012-05-02 17:35:14 +0000 | [diff] [blame] | 91 | <p> |
| 92 | Please check <a href="http://search.maven.org/#search|ga|1|g%3Aorg.jacoco">here</a> |
| 93 | for the latest release versions in the repository. |
| 94 | </p> |
| 95 | |
Evgeny Mandrikov | 82a92ca | 2012-01-15 20:25:48 +0000 | [diff] [blame] | 96 | |
| 97 | </div> |
| 98 | <div class="footer"> |
| 99 | <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span> |
| 100 | <a href="license.html">Copyright</a> © @copyright.years@ Mountainminds GmbH & Co. KG and Contributors |
| 101 | </div> |
| 102 | |
| 103 | </body> |
| 104 | </html> |