pom.xml

34 lines | 1.109 kB Blame History Raw Download
<?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">
    <parent>
        <artifactId>integration-arquillian</artifactId>
        <groupId>org.keycloak.testsuite</groupId>
        <version>4.8.3.Final</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>integration-arquillian-test-apps</artifactId>
    <packaging>pom</packaging>

    <name>Test apps</name>

    <modules>
        <module>test-apps-dist</module>
        <module>photoz</module>
        <module>hello-world-authz-service</module>
        <module>servlet-authz</module>
        <module>servlet-policy-enforcer</module>
        <module>servlets</module>
        <module>app-profile-jee</module>
        <module>cors</module>
        <module>fuse</module>
    </modules>

    <properties>
        <maven.compiler.target>1.7</maven.compiler.target>
        <maven.compiler.source>1.7</maven.compiler.source>
    </properties>
</project>