<project xmlns="http://maven.apache.org/POM/4.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
                      https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <artifactId>groovy-eclipse-batch</artifactId>
  <groupId>org.codehaus.groovy</groupId>
  <version>2.5.14-02</version>

  <name>Groovy-Eclipse Batch Compiler</name>
  <description>Groovy Eclipse Compiler wrapped for Batch Use from Maven</description>
  <url>https://github.com/groovy/groovy-eclipse/wiki/Groovy-Eclipse-Maven-plugin</url>

  <licenses>
    <license>
      <name>The Eclipse Public License</name>
      <url>https://www.eclipse.org/legal/epl-v10.html</url>
    </license>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>

  <organization>
    <name>Pivotal Software, Inc.</name>
    <url>https://pivotal.io</url>
  </organization>

  <developers>
    <developer>
      <name>Andy Clement</name>
      <organization>Pivotal Software, Inc.</organization>
      <organizationUrl>https://pivotal.io</organizationUrl>
    </developer>
    <developer>
      <name>Eric Milles</name>
      <organization>Thomson Reuters</organization>
      <organizationUrl>https://thomsonreuters.com</organizationUrl>
    </developer>
  </developers>

  <issueManagement>
    <url>https://github.com/groovy/groovy-eclipse/issues</url>
  </issueManagement>

  <scm>
    <url>https://github.com/groovy/groovy-eclipse</url>
    <connection>git://github.com/groovy/groovy-eclipse.git</connection>
    <developerConnection>git@github.com:groovy/groovy-eclipse.git</developerConnection>
  </scm>

</project>
