组织ID: |
org.apache.directory.server |
项目ID: |
apacheds-bootstrap-partition |
版本: |
1.5.1 |
最后修改时间: |
2018-10-10 14:06:06 |
包类型: |
jar |
标题: |
ApacheDS Bootstrap Partition |
描述: |
A special jar file that contains a pre-loaded partition with schema
information. This schema partition will mount off of the ou=schema
namingContext. This artifact contains the db files for this partition.
It must be used with the apacheds-bootstrap-extract jar which contains
the classes to install these files.
|
大小: |
201.20KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-bootstrap-partition</artifactId>
<version>1.5.1</version>
</dependency>
|
Gradle引入代码: |
org.apache.directory.server:apacheds-bootstrap-partition:1.5.1
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You 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.directory.server</groupId>
<artifactId>apacheds-parent</artifactId>
<version>1.5.1</version>
</parent>
<artifactId>apacheds-bootstrap-partition</artifactId>
<name>ApacheDS Bootstrap Partition</name>
<packaging>jar</packaging>
<description>
A special jar file that contains a pre-loaded partition with schema
information. This schema partition will mount off of the ou=schema
namingContext. This artifact contains the db files for this partition.
It must be used with the apacheds-bootstrap-extract jar which contains
the classes to install these files.
</description>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-io</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-jdbm-store</artifactId>
<version>${pom.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-bootstrap-extract</artifactId>
<version>${pom.version}</version>
</dependency>
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-schema-extras</artifactId>
<version>${pom.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemProperties>
<property>
<name>jarFilePath</name>
<value>${basedir}/src/test/resources/test.jar</value>
</property>
<property>
<name>destDirPath</name>
<value>${basedir}/target/extracted</value>
</property>
</systemProperties>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-bootstrap-plugin</artifactId>
<configuration>
<disabledSchemas>
<disabledSchema>nis</disabledSchema>
<disabledSchema>krb5kdc</disabledSchema>
<disabledSchema>samba</disabledSchema>
<disabledSchema>autofs</disabledSchema>
<disabledSchema>apachedns</disabledSchema>
<disabledSchema>corba</disabledSchema>
<disabledSchema>dhcp</disabledSchema>
<disabledSchema>mozilla</disabledSchema>
</disabledSchemas>
<indexedAttributes>
<indexedAttribute>objectClass</indexedAttribute>
<indexedAttribute>ou</indexedAttribute>
<indexedAttribute>cn</indexedAttribute>
<indexedAttribute>m-oid</indexedAttribute>
<indexedAttribute>m-disabled</indexedAttribute>
</indexedAttributes>
<bootstrapSchemaClasses>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.ApachednsSchema</bootstrapSchemaClass>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.AutofsSchema</bootstrapSchemaClass>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.CollectiveSchema</bootstrapSchemaClass>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.CorbaSchema</bootstrapSchemaClass>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.CosineSchema</bootstrapSchemaClass>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.DhcpSchema</bootstrapSchemaClass>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.InetorgpersonSchema</bootstrapSchemaClass>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.JavaSchema</bootstrapSchemaClass>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.Krb5kdcSchema</bootstrapSchemaClass>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.MozillaSchema</bootstrapSchemaClass>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.NisSchema</bootstrapSchemaClass>
<bootstrapSchemaClass>org.apache.directory.server.schema.bootstrap.SambaSchema</bootstrapSchemaClass>
</bootstrapSchemaClasses>
</configuration>
<executions>
<execution>
<goals>
<goal>load</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF/NOTICE
org/apache/directory/server/schema/bootstrap/partition/DBFILES
org/apache/directory/server/schema/bootstrap/partition/schema/apacheAlias.db
org/apache/directory/server/schema/bootstrap/partition/schema/apacheAlias.lg
org/apache/directory/server/schema/bootstrap/partition/schema/apacheExistance.db
org/apache/directory/server/schema/bootstrap/partition/schema/apacheExistance.lg
org/apache/directory/server/schema/bootstrap/partition/schema/apacheHierarchy.db
org/apache/directory/server/schema/bootstrap/partition/schema/apacheHierarchy.lg
org/apache/directory/server/schema/bootstrap/partition/schema/apacheNdn.db
org/apache/directory/server/schema/bootstrap/partition/schema/apacheNdn.lg
org/apache/directory/server/schema/bootstrap/partition/schema/apacheOnealias.db
org/apache/directory/server/schema/bootstrap/partition/schema/apacheOnealias.lg
org/apache/directory/server/schema/bootstrap/partition/schema/apacheSubalias.db
org/apache/directory/server/schema/bootstrap/partition/schema/apacheSubalias.lg
org/apache/directory/server/schema/bootstrap/partition/schema/apacheUpdn.db
org/apache/directory/server/schema/bootstrap/partition/schema/apacheUpdn.lg
org/apache/directory/server/schema/bootstrap/partition/schema/cn.db
org/apache/directory/server/schema/bootstrap/partition/schema/cn.lg
org/apache/directory/server/schema/bootstrap/partition/schema/m-disabled.db
org/apache/directory/server/schema/bootstrap/partition/schema/m-disabled.lg
org/apache/directory/server/schema/bootstrap/partition/schema/m-oid.db
org/apache/directory/server/schema/bootstrap/partition/schema/m-oid.lg
org/apache/directory/server/schema/bootstrap/partition/schema/master.db
org/apache/directory/server/schema/bootstrap/partition/schema/master.lg
org/apache/directory/server/schema/bootstrap/partition/schema/objectClass.db
org/apache/directory/server/schema/bootstrap/partition/schema/objectClass.lg
org/apache/directory/server/schema/bootstrap/partition/schema/ou.db
org/apache/directory/server/schema/bootstrap/partition/schema/ou.lg
META-INF/maven/org.apache.directory.server/apacheds-bootstrap-partition/pom.xml
META-INF/maven/org.apache.directory.server/apacheds-bootstrap-partition/pom.properties
|
依赖Jar: |
apacheds-jdbm-store-${pom.version}.jar
/org.apache.directory.server/apacheds-jdbm-store/${pom.version}
查看apacheds-jdbm-store所有版本文件
apacheds-bootstrap-extract-${pom.version}.jar
/org.apache.directory.server/apacheds-bootstrap-extract/${pom.version}
查看apacheds-bootstrap-extract所有版本文件
apacheds-schema-extras-${pom.version}.jar
/org.apache.directory.server/apacheds-schema-extras/${pom.version}
查看apacheds-schema-extras所有版本文件
|