<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.upm</groupId>
        <artifactId>atlassian-universal-plugin-manager</artifactId>
        <version>1001.0.105</version>
    </parent>
    <name>Atlassian Universal Plugin Manager Wired Tests Parent</name>
    <artifactId>wired-tests</artifactId>
    <packaging>pom</packaging>

    <modules>
        <module>wired-tests-helper-plugin</module>
    </modules>

<!--    
    <profiles>
        <profile>
            <id>executeIntegrationAndUiTests</id>
            <modules>
                <module>wired-tests-suite</module>
            </modules>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
        </profile>
    </profiles>
--> <!-- UPM-5418, wired tests are now disabled on Vertigo branch, may or may not be removed -->

</project>
