<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/maven-v4_0_0.xsd">
  <parent>
    <artifactId>atlassian-closedsource-pom</artifactId>
    <groupId>com.atlassian.pom</groupId>
    <version>7</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.atlassian.extras</groupId>
  <artifactId>atlassian-extras</artifactId>
  <version>1.18</version>
  <name>Atlassian Extras</name>
  <description>Atlassian Extras is a place to store source that is shipped to paying customers in the JAR, not as source (ie the licensing system).</description>
  <inceptionYear>2005</inceptionYear>
  <scm>
    <connection>scm:svn:https://svn.atlassian.com/svn/private/atlassian/atlassian-extras/tags/atlassian-extras-1.18</connection>
    <developerConnection>scm:svn:https://svn.atlassian.com/svn/private/atlassian/atlassian-extras/tags/atlassian-extras-1.18</developerConnection>
    <url>https://svn.atlassian.com/svn/private/atlassian/atlassian-extras/tags/atlassian-extras-1.18</url>
  </scm>
  <organization>
    <name>Atlassian</name>
  </organization>

  <build>
    <plugins>

<!-- Install & Deploy to the maven 1 repo -->
      <plugin>
        <artifactId>maven-one-plugin</artifactId>
        <executions>
          <execution>
            <phase>deploy</phase>
            <goals>
              <goal>deploy-maven-one-repository</goal>
            </goals>
            <configuration>
              <remoteRepositoryId>atlassian-m1-repository</remoteRepositoryId>
              <remoteRepositoryUrl>scp://repository.atlassian.com/var/www/html/repository</remoteRepositoryUrl>
            </configuration>
          </execution>
        </executions>
      </plugin>

    </plugins>
  </build>

  <dependencies>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.7</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.3</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>mockobjects</groupId>
      <artifactId>mockobjects-core</artifactId>
      <version>0.09</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>joda-time</groupId>
      <artifactId>joda-time</artifactId>
      <version>1.4</version>
    </dependency>
  </dependencies>
</project>
