<?xml version="1.0" encoding="UTF-8"?>
<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>

    <parent>
        <artifactId>public-pom</artifactId>
        <groupId>com.atlassian.pom</groupId>
        <version>4.0.8</version>
    </parent>

    <groupId>com.atlassian.confluence</groupId>
    <artifactId>confluence-extractor-api</artifactId>
    <packaging>jar</packaging>
    <version>1.1.2</version>

    <name>Confluence Extractor API</name>

    <licenses>
        <license>
            <name>BSD License</name>
            <url>https://maven.atlassian.com/public/licenses/license.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <connection>scm:git:ssh://git@bitbucket.org/atlassian/confluence-extractor-api.git</connection>
        <developerConnection>scm:git:ssh://git@bitbucket.org/atlassian/confluence-extractor-api.git</developerConnection>
        <url>http://bitbucket.org/atlassian/confluence-extractor-api</url>
      <tag>confluence-extractor-api-1.1.2</tag>
  </scm>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
                <executions>
                    <execution>
                        <id>attach-sources</id>
                        <phase>verify</phase>
                        <goals>
                            <goal>jar-no-fork</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

</project>
