| <?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> | |
| <dependencies> | |
| <dependency> | |
| <groupId>directory-shared</groupId> | |
| <artifactId>ldap-common</artifactId> | |
| <version>0.9.2</version> | |
| </dependency> | |
| </dependencies> | |
| <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> | |