<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.kie.kogito</groupId>
    <artifactId>kogito-apps-build-parent</artifactId>
    <version>1.35.0.Final</version>
    <relativePath>../kogito-apps-build-parent/pom.xml</relativePath>
  </parent>
  <artifactId>apps-integration-tests</artifactId>
  <name>Kogito Apps :: Integration Tests</name>
  <packaging>pom</packaging>

  <profiles>
    <profile>
      <id>default</id>
      <activation>
        <activeByDefault>true</activeByDefault>
      </activation>
      <modules>
        <module>integration-tests-jobs-service</module>
        <module>integration-tests-trusty-audit</module>
        <module>integration-tests-trusty-service</module>
        <module>integration-tests-data-index-service</module>
        <module>integration-tests-task-assigning-service</module>
      </modules>
    </profile>
    <profile>
      <id>optaplanner-downstream</id>
      <activation>
        <property>
          <name>optaplanner</name>
        </property>
      </activation>
      <modules>
        <module>integration-tests-data-index-service</module>
        <module>integration-tests-task-assigning-service</module>
      </modules>
    </profile>
  </profiles>

</project>
