<?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.bitbucket.server</groupId>
        <artifactId>bitbucket-plugins-parent</artifactId>
        <version>4.14.9</version>
    </parent>

    <artifactId>bitbucket-crowd-spi</artifactId>
    <packaging>atlassian-plugin</packaging>
    <name>Bitbucket Server - Crowd SPI</name>
    <description>Implements the SPI configuring Embedded Crowd administration</description>

    <build>
        <plugins>
            <plugin>
                <groupId>com.atlassian.maven.plugins</groupId>
                <artifactId>bitbucket-maven-plugin</artifactId>
                <extensions>true</extensions>
                <configuration>
                    <instructions>
                        <!-- No instructions as the plugin does not import or export any Java classes,
                             however this removes the warning AMPS generates when building the plugin. -->
                    </instructions>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>
