<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/maven-v4_0_0.xsd">
  <parent>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>mojo</artifactId>
    <version>16</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>mojo-sandbox</artifactId>
  <version>4</version>
  <packaging>pom</packaging>
  <name>Codehaus Mojo Sandbox Parent</name>

  <scm>
    <connection>scm:svn:http://svn.codehaus.org/mojo/tags/mojo-sandbox-4</connection>
    <developerConnection>scm:svn:https://svn.codehaus.org/mojo/tags/mojo-sandbox-4</developerConnection>
    <url>http://svn.codehaus.org/mojo/tags/mojo-sandbox-4</url>
  </scm>

  <distributionManagement>
    <!-- Prevent accidental release of official version from sandbox -->
    <repository>
      <id>repo1</id>
      <name>Redirected Snapshots repository</name>
      <url>scp://localhost</url>
    </repository>
    <!-- force official and sandbox plugins to appear at the same level -->
    <site>
      <id>codehaus.org</id>
      <name>Mojo Website</name>
      <url>dav:https://dav.codehaus.org/mojo/</url>
    </site>
  </distributionManagement>

  <modules>
    <module>argouml-maven-plugin</module>
    <module>apidocs-maven-plugin</module>
    <!--Doesn't compile <module>aspectj-maven-plugin</module>-->
    <module>batik-maven-plugin</module>
    <!--Doesn't compile<module>deb-maven-plugin</module>-->
    <!--Doesn't compile <module>delicious-maven-plugin</module>-->
    <module>ejbdoclet-maven-plugin</module>
    <!--Missing Dependency<module>eve-maven-plugin</module>-->
    <module>graphing-maven-plugin</module>
    <module>hibernatedoclet-maven-plugin</module>
    <module>jasperreports-maven-plugin</module>
   <!--Not a maven project <module>jarjar-maven-plugin</module>-->
<!--
    <module>kodo-maven-plugin</module>
-->
    <module>mant-maven-plugin</module>
    <module>maven-springbeandoc-plugin</module>
    <!--Fails Tests<module>netbeans-freeform-maven-plugin</module>-->
    <!--Doesn't compile <module>pomtools-maven-plugin</module>-->
    <module>retroweaver-maven-plugin</module>
    <!--Doesn't compile <module>rmic-maven-plugin</module>-->
    <!--Doesn't compile <module>rpm-maven-plugin</module>-->
    <!--Doesn't compile <module>runtime-maven-plugin</module>-->
    <!--Missing dependency 
     <module>slimdog-maven-plugin</module>-->
    <module>springdoclet-maven-plugin</module>
    <module>webdoclet-maven-plugin</module>
    <!--Missing jaxb <module>xjc-maven-plugin</module> -->
    </modules>
</project>
