Maven Repository - POM file for Directory Server apacheds-core 1.0-RC1 1.0-RC1

Summary

ApacheDS Core.

Server's core contains the JNDI provider, interceptors, schema, and database subsystems. The core is the heart of the server without protocols enabled..

Declaration

Here is the list of declaration for apacheds-core. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.apache.directory.server</groupId>
   <artifactId>apacheds-core</artifactId>
   <version>1.0-RC1</version>
</dependency>

If you think this Maven repository POM file listing for apacheds-core is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





Plugin

The following plugins are used in the apacheds-core-1.0-RC1.jar

  1. apacheds-core-plugin

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="ISO-8859-1"?><project>
  <parent>
    <artifactId>build</artifactId>
    <groupId>org.apache.directory.server</groupId>
    <version>1.0-RC1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>apacheds-core</artifactId>
  <name>ApacheDS Core</name>
  <version>1.0-RC1</version>
  <description>Server's core contains the JNDI provider, interceptors, schema, and
     database subsystems.  The core is the heart of the server without protocols
     enabled.</description>
  <build>
    <resources>
      <resource>
        <filtering>true</filtering>
        <directory>src/main/resources</directory>
      </resource>
    </resources>
    <plugins>
      <plugin>
        <groupId>org.apache.directory.server</groupId>
        <artifactId>apacheds-core-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>generate</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <schemaSourcesDir>src/main/schema</schemaSourcesDir>
          <schemas>
            <schema>
              <name>apache</name>
              <dependencies>
                <dependency>system</dependency>
              </dependencies>
            </schema>
            <schema>
              <name>apachedns</name>
              <dependencies>
                <dependency>system</dependency>
                <dependency>core</dependency>
              </dependencies>
            </schema>
            <schema>
              <name>autofs</name>
              <dependencies>
                <dependency>system</dependency>
                <dependency>core</dependency>
                <dependency>cosine</dependency>
              </dependencies>
            </schema>
            <schema>
              <name>collective</name>
              <dependencies>
                <dependency>system</dependency>
                <dependency>core</dependency>
              </dependencies>
            </schema>
            <schema>
              <name>corba</name>
              <dependencies>
                <dependency>system</dependency>
                <dependency>core</dependency>
              </dependencies>
            </schema>
            <schema>
              <name>core</name>
              <dependencies>
                <dependency>system</dependency>
              </dependencies>
            </schema>
            <schema>
              <name>cosine</name>
              <dependencies>
                <dependency>system</dependency>
                <dependency>core</dependency>
              </dependencies>
            </schema>
            <schema>
              <name>inetorgperson</name>
              <dependencies>
                <dependency>system</dependency>
                <dependency>core</dependency>
                <dependency>cosine</dependency>
              </dependencies>
            </schema>
            <schema>
              <name>java</name>
              <dependencies>
                <dependency>system</dependency>
                <dependency>core</dependency>
              </dependencies>
            </schema>
            <schema>
              <name>krb5kdc</name>
              <dependencies>
                <dependency>system</dependency>
                <dependency>core</dependency>
              </dependencies>
            </schema>
            <schema>
              <name>nis</name>
              <dependencies>
                <dependency>system</dependency>
                <dependency>core</dependency>
                <dependency>cosine</dependency>
              </dependencies>
            </schema>
            <schema>
              <name>system</name>
            </schema>
            <schema>
              <name>mozilla</name>
              <dependencies>
                <dependency>system</dependency>
                <dependency>core</dependency>
              </dependencies>
            </schema>
            <schema>
              <name>dhcp</name>
              <dependencies>
                <dependency>system</dependency>
                <dependency>core</dependency>
              </dependencies>
            </schema>
            <schema>
              <name>samba</name>
              <dependencies>
                <dependency>system</dependency>
                <dependency>core</dependency>
                <dependency>inetorgperson</dependency>
                <dependency>nis</dependency>
              </dependencies>
            </schema>
          </schemas>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>1.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>nlog4j</artifactId>
      <version>1.2.19</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>jdbm</groupId>
      <artifactId>jdbm</artifactId>
      <version>1.0</version>
    </dependency>
    <dependency>
      <groupId>org.apache.directory.server</groupId>
      <artifactId>apacheds-core-shared</artifactId>
      <version>1.0-RC1</version>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>