<?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.pom</groupId>
        <artifactId>closedsource-pom</artifactId>
        <version>5.0.8</version>
    </parent>

    <organization>
        <name>Atlassian</name>
        <url>http://www.atlassian.com/</url>
    </organization>

    <modules>
        <module>jira-invite-user-plugin</module>
    </modules>

    <name>Jira Invite User Project</name>
    <groupId>com.atlassian.jira</groupId>
    <artifactId>jira-invite-user-project</artifactId>
    <description>Allows administrators to invite users to sign up for an account</description>
    <version>2.3.2</version>
    <packaging>pom</packaging>

    <scm>
        <connection>scm:git:ssh://git@stash.atlassian.com:7997/jiraserver/jira-invite-user-plugin.git</connection>
        <developerConnection>scm:git:ssh://git@stash.atlassian.com:7997/jiraserver/jira-invite-user-plugin.git</developerConnection>
        <url>https://stash.atlassian.com/projects/JIRASERVER/repos/jira-invite-user-plugin/browse</url>
        <tag>jira-invite-user-project-2.3.2</tag>
    </scm>

    <build>
        <pluginManagement>
            <plugins>
                <plugin>
                    <groupId>net.sf.alchim</groupId>
                    <artifactId>yuicompressor-maven-plugin</artifactId>
                    <version>0.7.1</version>
                </plugin>
                <plugin>
                    <artifactId>maven-surefire-plugin</artifactId>
                    <version>2.12.2</version>
                    <configuration>
                        <excludes>
                            <exclude>**/*$*</exclude>
                            <exclude>it/**</exclude>
                        </excludes>
                    </configuration>
                </plugin>
                <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>

    <profiles>
        <profile>
            <id>adgdanskReleaseProfile</id>
            <properties>
                <maven.test.unit.skip>true</maven.test.unit.skip>
                <skipTests>true</skipTests>
            </properties>
        </profile>
    </profiles>

    <properties>
        <amps.version>6.1.2</amps.version>
        <jira.version>8.4.0-QR-20190725062645</jira.version>
        <jira.data.version>${jira.version}</jira.data.version>
        <activeobjects.version>3.0.0-22a6ef4</activeobjects.version>
        <testkit.version>8.1.8</testkit.version>
        <sal.version>4.0.0-e057c61</sal.version>
        <guava.version>26.0-jre</guava.version>
        <enforcer.skip>true</enforcer.skip>
    </properties>
</project>
