<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>
    <artifactId>alfresco-share-amps</artifactId>
    <name>AMPs</name>
    <packaging>pom</packaging>

    <parent>
        <groupId>org.alfresco</groupId>
        <artifactId>alfresco-share-parent</artifactId>
        <version>23.3.0.20</version>
    </parent>

    <!-- When adding a new AMP, create a profile for it here to add the module. The AMPS environment variable may
         then be used in aliases to optionally build it. The profile will however need to be added to the Travis
         build scripts. -->
    <profiles>
        <profile>
            <id>ags</id>
            <modules>
                <module>ags</module>
            </modules>
        </profile>
    </profiles>
</project>
