<?xml version="1.0" encoding="UTF-8"?>

<project>
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>plexus</groupId>
    <artifactId>plexus-compiler</artifactId>
    <version>1.4</version>
  </parent>
  <artifactId>plexus-compilers</artifactId>
  <name>Plexus Compilers Parent</name>
  <dependencies>
    <dependency>
      <groupId>plexus</groupId>
      <artifactId>plexus-compiler-api</artifactId>
      <version>1.4</version>
    </dependency>
    <dependency>
      <groupId>plexus</groupId>
      <artifactId>plexus-compiler-test</artifactId>
      <version>1.4</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <modules>
    <!--
    
    TODO:
    Omitting these two because the aspectj compiler doesn't seem
    to work in the reactor and people may not have jikes installed.
    
    <module>plexus-compiler-aspectj</module>
    <module>plexus-compiler-jikes</module>
    <module>plexus-compiler-eclipse</module>        
    -->

    <module>plexus-compiler-javac</module>    
  </modules>
</project>
