blob: 7257834b122582d14fce54292f0408c576b29652 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project>
<extend>${basedir}/../project.xml</extend>
<artifactId>apacheds-shared</artifactId>
<name>ApacheDS Shared</name>
<inceptionYear>2003</inceptionYear>
<shortDescription>Shared server resources, and classes</shortDescription>
<description>
Created to eliminate cyclic project dependencies between the core
and the maven plugin. Any code shared across modules in general
can go here so long as it does not depend on other modules.
</description>
<reports>
<report>maven-changes-plugin</report>
<report>maven-tasklist-plugin</report>
<report>maven-junit-report-plugin</report>
<report>maven-jdepend-plugin</report>
<report>maven-simian-plugin</report>
<report>maven-javadoc-plugin</report>
<report>maven-jxr-plugin</report>
<report>maven-license-plugin</report>
<report>maven-multiproject-plugin</report>
</reports>
</project>