<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.clojure</groupId>
  <artifactId>google-closure-library</artifactId>
  <version>0.0-20150505-021ed5b3</version>
  <packaging>jar</packaging>
  <name>Google Closure Library</name>

  <parent>
    <groupId>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>9</version>
  </parent>

  <url>http://code.google.com/p/closure-library/</url>

  <description>
    The Google Closure Library is a collection of JavaScript code
    designed for use with the Google Closure JavaScript Compiler.

    This non-official distribution was prepared by the ClojureScript
    team at http://clojure.org/
  </description>

  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>google-closure-library-third-party</artifactId>
      <version>0.0-20150505-021ed5b3</version>
    </dependency>
  </dependencies>

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

  <organization>
    <name>Google</name>
    <url>http://www.google.com</url>
  </organization>

  <developers>
    <developer><name>Google, Inc.</name></developer>
    <developer><name>Mohamed Mansour</name><email>hello@mohamedmansour.com</email></developer>
    <developer><name>Bjorn Tipling</name><email>bjorn.tipling@gmail.com</email></developer>
    <developer><name>SameGoal LLC</name><email>help@samegoal.com</email></developer>
    <developer><name>Guido Tapia</name><email>guido.tapia@gmail.com</email></developer>
    <developer><name>Andrew Mattie</name><email>amattie@gmail.com</email></developer>
    <developer><name>Ilia Mirkin</name><email>ibmirkin@gmail.com</email></developer>
    <developer><name>Ivan Kozik</name><email>ivan.kozik@gmail.com</email></developer>
    <developer><name>Rich Dougherty</name><email>rich@rd.gen.nz</email></developer>
  </developers>

  <scm>
    <connection>scm:https://github.com/google/closure-library.git</connection>
    <developerConnection>scm:git:https://github.com/google/closure-library.git</developerConnection>
    <url>https://github.com/google/closure-library</url>
  </scm>

  <issueManagement>
    <system>code.google.com</system>
    <url>http://code.google.com/p/closure-library/issues</url>
  </issueManagement>

  <profiles>
    <profile>
      <id>sonatype-oss-release</id>
      <!-- This profile is enabled automatically by the Sonatype
           oss-parent POM when invoking the Maven Release Plugin -->
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-deploy-plugin</artifactId>
            <version>2.7</version>
            <configuration>
              <skip>true</skip>
            </configuration>
          </plugin>
          <plugin>
            <groupId>org.sonatype.plugins</groupId>
            <artifactId>nexus-staging-maven-plugin</artifactId>
            <version>1.4.4</version>
            <executions>
              <execution>
                <id>default-deploy</id>
                <phase>deploy</phase>
                <!-- By default, this is the phase deploy goal will bind to -->
                <goals>
                  <goal>deploy</goal>
                </goals>
              </execution>
            </executions>
            <configuration>
              <!-- The Base URL of Nexus instance where we want to stage -->
              <nexusUrl>https://oss.sonatype.org/</nexusUrl>
              <!-- The server "id" element from settings to use authentication from -->
              <serverId>sonatype-nexus-staging</serverId>
            </configuration>
          </plugin>
        </plugins>
      </build>
    </profile>
  </profiles>
</project>
