<?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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.atlassian.plugins</groupId>
        <artifactId>jira-html5-attach-images-parent</artifactId>
        <version>4.0.0</version>
    </parent>
    <artifactId>jira-html5-attach-images</artifactId>
    <organization>
        <name>Atlassian</name>
        <url>http://www.atlassian.com</url>
    </organization>
    <name>Attach Image for JIRA</name>
    <description>This is the Attach Images plugin for Atlassian Products.</description>
    <packaging>atlassian-plugin</packaging>
    <licenses>
        <license>
            <name>Atlassian End User License</name>
            <url>https://www.atlassian.com/end-user-agreement/</url>
            <comments>Atlassian 3.0 End User License Agreement</comments>
        </license>
    </licenses>
    <scm>
        <connection>scm:git:ssh://git@bitbucket.org//atlassian/jira-html5-screenshot.git</connection>
        <developerConnection>scm:git:ssh://git@bitbucket.org/atlassian/jira-html5-screenshot.git</developerConnection>
        <url>https://bitbucket.org/atlassian/jira-html5-screenshot.git</url>
        <tag>jira-html5-attach-images-parent-4.0.0</tag>
    </scm>
    <build>
        <plugins>
            <!-- Helps to figure our the atlassian-plugin type of packaging -->
            <plugin>
                <groupId>com.atlassian.maven.plugins</groupId>
                <artifactId>maven-jira-plugin</artifactId>
                <version>${amps.version}</version>
                <extensions>true</extensions>
                <configuration>
                    <productVersion>${jira.version}</productVersion>
                    <productDataVersion>${jira.version}</productDataVersion>
                    <enableFastdev>false</enableFastdev>
                </configuration>
            </plugin>
        </plugins>
        <pluginManagement>
            <plugins>
                <plugin>
                    <groupId>com.atlassian.maven.plugins</groupId>
                    <artifactId>maven-amps-plugin</artifactId>
                    <version>${amps.version}</version>
                </plugin>
                <plugin>
                    <groupId>com.atlassian.maven.plugins</groupId>
                    <artifactId>maven-amps-dispatcher-plugin</artifactId>
                    <version>${amps.version}</version>
                </plugin>
            </plugins>
        </pluginManagement>
    </build>

    <properties>
        <atlassian.plugin.key>com.atlassian.plugins.jira-html5-attach-images-integration-tests</atlassian.plugin.key>
        <od.testing.configuration>
            include-artifact,com.atlassian.plugins:jira-html5-attach-images-integration-tests
        </od.testing.configuration>
    </properties>
</project>
