| <?xml version="1.0" encoding="ISO-8859-1"?> |
| <!-- |
| Copyright 2006 The Apache Software Foundation |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <!-- $Rev$ $Date$ --> |
| |
| <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"> |
| |
| <modelVersion>4.0.0</modelVersion> |
| |
| <parent> |
| <groupId>org.apache.geronimo.modules</groupId> |
| <artifactId>modules</artifactId> |
| <version>1.2-SNAPSHOT</version> |
| <relativePath>../pom.xml</relativePath> |
| </parent> |
| |
| <artifactId>geronimo-directory</artifactId> |
| <name>Geronimo :: Directory</name> |
| |
| <!-- |
| |
| HACK: Need to explicitly configure SCM for this module since its artifactId |
| does not match the directory it lives in. |
| |
| FIXME: Rename module directory or artifactId. |
| |
| --> |
| <scm> |
| <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/trunk/modules/directory</connection> |
| <developerConnection>scm:svn:https://${maven.username}@svn.apache.org/repos/asf/geronimo/trunk/modules/directory</developerConnection> |
| <url>http://svn.apache.org/viewvc/geronimo/trunk/modules/directory</url> |
| </scm> |
| |
| <dependencies> |
| |
| <!-- Module Dependencies --> |
| |
| <dependency> |
| <groupId>${pom.groupId}</groupId> |
| <artifactId>geronimo-system</artifactId> |
| <version>${pom.version}</version> |
| </dependency> |
| |
| <!-- Thirdparty Dependencies --> |
| |
| <dependency> |
| <groupId>regexp</groupId> |
| <artifactId>regexp</artifactId> |
| </dependency> |
| |
| <dependency> |
| <groupId>directory</groupId> |
| <artifactId>apacheds-core</artifactId> |
| <version>${apachedsVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>directory</groupId> |
| <artifactId>apacheds-shared</artifactId> |
| <version>${apachedsVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>directory-asn1</groupId> |
| <artifactId>asn1-codec</artifactId> |
| <version>${asn1Version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>directory-asn1</groupId> |
| <artifactId>asn1-ber</artifactId> |
| <version>${asn1Version}</version> |
| <exclusions> |
| <!-- |
| NOTE: Exclude commons-test, no needed for compile, not deployed into any m2 repo. |
| Where are the sources for this artifact? |
| --> |
| <exclusion> |
| <groupId>commons-test</groupId> |
| <artifactId>commons-test</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| |
| <dependency> |
| <groupId>directory-asn1</groupId> |
| <artifactId>asn1-der</artifactId> |
| <version>${asn1Version}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>directory-shared</groupId> |
| <artifactId>apache-ldapber-provider</artifactId> |
| <version>${apachedsVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>directory-shared</groupId> |
| <artifactId>ldap-common</artifactId> |
| <version>${apachedsVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>directory-shared</groupId> |
| <artifactId>kerberos-common</artifactId> |
| <version>${kerberosCommonVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>directory-network</groupId> |
| <artifactId>mina</artifactId> |
| <version>${minaVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>directory-protocols</groupId> |
| <artifactId>kerberos-protocol</artifactId> |
| <version>${kerberosProtocolVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>directory-protocols</groupId> |
| <artifactId>ldap-protocol</artifactId> |
| <version>${ldapProtocolVersion}</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>jdbm</groupId> |
| <artifactId>jdbm</artifactId> |
| </dependency> |
| |
| <dependency> |
| <groupId>oro</groupId> |
| <artifactId>oro</artifactId> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-lang</groupId> |
| <artifactId>commons-lang</artifactId> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-collections</groupId> |
| <artifactId>commons-collections</artifactId> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-io</groupId> |
| <artifactId>commons-io</artifactId> |
| </dependency> |
| |
| <dependency> |
| <groupId>commons-primitives</groupId> |
| <artifactId>commons-primitives</artifactId> |
| </dependency> |
| |
| <dependency> |
| <groupId>antlr</groupId> |
| <artifactId>antlr</artifactId> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.slf4j</groupId> |
| <artifactId>slf4j-simple</artifactId> |
| <version>1.0-beta7</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>xmlbeans</groupId> |
| <artifactId>xbean</artifactId> |
| </dependency> |
| |
| <dependency> |
| <groupId>stax</groupId> |
| <artifactId>stax-api</artifactId> |
| </dependency> |
| |
| </dependencies> |
| |
| <build> |
| <resources> |
| <resource> |
| <directory>${pom.basedir}</directory> |
| <targetPath>META-INF</targetPath> |
| <includes> |
| <include>LICENSE.txt</include> |
| <include>NOTICE.txt</include> |
| </includes> |
| </resource> |
| |
| <resource> |
| <directory>src/resources2</directory> |
| </resource> |
| </resources> |
| |
| <plugins> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>xmlbeans-maven-plugin</artifactId> |
| <configuration> |
| <sourceSchemas>directory.xsd</sourceSchemas> |
| <outputDirectory>${pom.basedir}/target/classes/schemaorg_apache_xmlbeans</outputDirectory> |
| <defaultXmlConfigDir>${pom.basedir}/src/schema/xmlconfig.xml</defaultXmlConfigDir> |
| </configuration> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-antrun-plugin</artifactId> |
| <executions> |
| <!-- |
| HACK: Copy the generated XmlBeans bits for clover |
| --> |
| <execution> |
| <id>copy-xmlbeans-for-clover</id> |
| <phase>generate-resources</phase> |
| <goals> |
| <goal>run</goal> |
| </goals> |
| <configuration> |
| <tasks> |
| <mkdir dir="${pom.basedir}/target/clover/classes"/> |
| <copy todir="${pom.basedir}/target/clover/classes"> |
| <fileset dir="${pom.basedir}/target/classes"> |
| <include name="schemaorg_apache_xmlbeans/**"/> |
| </fileset> |
| </copy> |
| </tasks> |
| </configuration> |
| </execution> |
| |
| <execution> |
| <id>setup-test-var-directory</id> |
| <phase>process-test-resources</phase> |
| <goals> |
| <goal>run</goal> |
| </goals> |
| <configuration> |
| <tasks> |
| <tstamp/> |
| <copy todir="target/var/" file="src/test-resources/directory.xml"/> |
| </tasks> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| |
| </project> |
| |