<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.smallmind</groupId>
    <artifactId>smallmind-sleuth</artifactId>
    <version>3.5.0</version>
  </parent>
  <artifactId>sleuth-maven</artifactId>
  <name>Sleuth-Maven</name>
  <description>Sleuth Maven Plugins</description>
  <packaging>pom</packaging>
  <modules>
    <module>surefire</module>
  </modules>
  <build>
    <plugins>
      <plugin>
        <groupId>org.smallmind</groupId>
        <artifactId>smallmind-license-plugin</artifactId>
      </plugin>
    </plugins>
  </build>
</project>
