<?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>
        <groupId>com.atlassian.amps</groupId>
        <artifactId>atlassian-amps-product-plugins</artifactId>
        <version>1000.0.11.log4j2</version>
    </parent>

    <groupId>com.atlassian.maven.plugins</groupId>
    <artifactId>maven-confluence-plugin</artifactId>
    <packaging>maven-plugin</packaging>

    <name>Maven Confluence Plugin</name>

    <profiles>
        <profile>
            <id>invoker</id>
            <build>
                <plugins>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-dependency-plugin</artifactId>
                    </plugin>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-resources-plugin</artifactId>
                    </plugin>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-invoker-plugin</artifactId>
                        <configuration>
                            <scriptVariables>
                                <artifactId>${invoker.artifactId}</artifactId>
                                <product>${invoker.product}</product>
                            </scriptVariables>
                        </configuration>
                    </plugin>
                </plugins>
            </build>
            <properties>
                <invoker.product>confluence</invoker.product>
                <product.version>${confluence.version}</product.version>
                <product.data.version>${confluence.data.version}</product.data.version>
                <product.database.type>no-database-type</product.database.type>
                <tests>
                    cli, compressResources, compressResourcesWithClosureOptionLanguageIn, compressResourcesWithIncludeParam, copyBundledDependencies, create, debug, debugWithTestGroup,
                    filterPluginDescriptorWithoutPluginDescriptor, filterPluginDescriptorWithPluginDescriptor,
                    generateManifestWithInstructions, generateManifestWithNoInstructions,
                    generateObr, integrationTest,
                    integrationTestWithTestGroup, jarWithExistingManifest, nexus_staging, preIntegrationTest, quickreload,
                    run, runParallel, runWithTestGroup, unitTest, validateManifestSkipValidation,
                    validateManifestWithInvalidManifest, validateManifestWithValidManifest
                </tests>
            </properties>
        </profile>
    </profiles>
</project>
