<project>
  <parent>
    <artifactId>maven</artifactId>
    <groupId>org.apache.maven</groupId>
    <version>2.0</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>maven-plugin-tools</artifactId>
  <packaging>pom</packaging>
  <name>Maven Plugin Tools Base POM</name>
  <version>2.0</version>
  <modules>
    <module>maven-plugin-tools-api</module>
    <module>maven-plugin-tools-java</module>
    <module>maven-plugin-tools-beanshell</module>
    <module>maven-plugin-tools-pluggy</module>
  </modules>
</project>