<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>build.please</groupId>
  <artifactId>jacoco-shaded</artifactId>
  <version>0.8.4</version>
  <packaging>jar</packaging>

  <name>jacoco-shaded</name>
  <description>Vendored copy of JaCoCo to avoid polluting global namespace.</description>
  <url>https://please.build</url>

  <developers>
    <developer>
      <id>peterebden</id>
      <name>Peter Ebden</name>
      <email>peter.ebden@gmail.com</email>
      <organization>Thought Machine</organization>
      <organizationUrl>https://www.thoughtmachine.net</organizationUrl>
      <timezone>Europe/London</timezone>
    </developer>
  </developers>

  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <scm>
    <url>https://github.com/thought-machine/please-java</url>
  </scm>

</project>
