<?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.healthcheck</groupId>
        <artifactId>atlassian-healthcheck-test</artifactId>
        <version>6.0.0</version>
    </parent>

    <artifactId>healthcheck-disabled-by-default-test-plugin</artifactId>
    <name>Atlassian HealthCheck Disabled By Default Test Plugin</name>
    <description>Atlassian HealthCheck test plugin for it.com.atlassian.healthcheck.HealthCheckResourceTest.testDisabledByDefaultPluginsHealthCheck - marked as disabled by default (state="disabled")</description>
    <packaging>atlassian-plugin</packaging>

    <dependencies>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>com.atlassian.maven.plugins</groupId>
                <artifactId>maven-amps-plugin</artifactId>
                <extensions>true</extensions>
                <configuration>
                    <instructions>
                        <Atlassian-Plugin-Key>${project.groupId}.${project.artifactId}</Atlassian-Plugin-Key>
                        <Import-Package>
                        </Import-Package>
                        <Export-Package>
                        </Export-Package>
                        <Spring-Context>*</Spring-Context>
                    </instructions>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>
