<?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>org.kie</groupId>
    <artifactId>drools-build-parent</artifactId>
    <version>8.14.0.Beta</version>
    <relativePath>../build-parent/pom.xml</relativePath>
  </parent>

  <groupId>org.drools.testcoverage</groupId>
  <artifactId>drools-test-coverage-parent</artifactId>
  <packaging>pom</packaging>

  <name>Drools :: Test Coverage</name>

  <modules>
    <module>standalone</module>
    <module>test-suite</module>
    <module>test-compiler-integration</module>
    <module>test-integration-nomvel</module>
    <module>test-integration-noxml</module>
  </modules>

</project>
