Maven Repository - POM file for ORM jackrabbit-core 1.5.0 1.5.0

Summary

Jackrabbit Core.

Jackrabbit content repository implementation.

Declaration

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

<dependency>
   <groupId>org.apache.jackrabbit</groupId>
   <artifactId>jackrabbit-core</artifactId>
   <version>1.5.0</version>
</dependency>

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

License

Apache License.

Depends on

The jackrabbit-core-1.5.0 has 7 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
ORMjackrabbit-api 1.5.0
Jacrabbit-specific extensions to the JCR API
20
ORMjackrabbit-jcr-commons 1.5.0
General purpose classes for use with the JCR API
12
ORMjackrabbit-text-extractors 1.5.0
Classes to extract text content from binary documents
9
ORMjackrabbit-jcr-tests 1.5.0
JCR API test cases
10
ORMjackrabbit-jcr-benchmark 1.5.0
JCR Benchmarks
8




Depended by

The following table lists the most popular artifacts which are depending on jackrabbit-core-1.5.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
ORMjackrabbit-classloader 1.5.0
The Jackrabbit Repository Classloader component provides support for loading Java classes from content repositories that implement the Content Repository for Java Technology API (JCR). The component is mostly independent of the underlying JCR implementation.
5

Plugin

The following plugins are used in the jackrabbit-core-1.5.0.jar

  1. javacc-maven-plugin
  2. maven-antrun-plugin
  3. maven-checkstyle-plugin
  4. maven-surefire-plugin

Packages

The following packages are defined in the jackrabbit-core-1.5.0.jar

org.apache.jackrabbit.core
org.apache.jackrabbit.core.cluster
org.apache.jackrabbit.core.config
org.apache.jackrabbit.core.data
org.apache.jackrabbit.core.data.db
org.apache.jackrabbit.core.fs
org.apache.jackrabbit.core.fs.db
org.apache.jackrabbit.core.fs.local
org.apache.jackrabbit.core.fs.mem
org.apache.jackrabbit.core.jndi
org.apache.jackrabbit.core.jndi.provider
org.apache.jackrabbit.core.journal
org.apache.jackrabbit.core.lock
org.apache.jackrabbit.core.nodetype
org.apache.jackrabbit.core.nodetype.compact
org.apache.jackrabbit.core.nodetype.virtual
org.apache.jackrabbit.core.nodetype.xml
org.apache.jackrabbit.core.observation
org.apache.jackrabbit.core.persistence
org.apache.jackrabbit.core.persistence.bundle
org.apache.jackrabbit.core.persistence.bundle.util
org.apache.jackrabbit.core.persistence.db
org.apache.jackrabbit.core.persistence.mem
org.apache.jackrabbit.core.persistence.obj
org.apache.jackrabbit.core.persistence.util
org.apache.jackrabbit.core.persistence.xml
org.apache.jackrabbit.core.query
org.apache.jackrabbit.core.query.lucene
org.apache.jackrabbit.core.query.lucene.fulltext
org.apache.jackrabbit.core.query.lucene.hits
org.apache.jackrabbit.core.retention
org.apache.jackrabbit.core.security
org.apache.jackrabbit.core.security.authentication
org.apache.jackrabbit.core.security.authorization
org.apache.jackrabbit.core.security.authorization.acl
org.apache.jackrabbit.core.security.authorization.combined
org.apache.jackrabbit.core.security.authorization.principalbased
org.apache.jackrabbit.core.security.principal
org.apache.jackrabbit.core.security.simple
org.apache.jackrabbit.core.security.user
org.apache.jackrabbit.core.state
org.apache.jackrabbit.core.state.db
org.apache.jackrabbit.core.state.mem
org.apache.jackrabbit.core.state.obj
org.apache.jackrabbit.core.state.util
org.apache.jackrabbit.core.state.xml
org.apache.jackrabbit.core.util
org.apache.jackrabbit.core.value
org.apache.jackrabbit.core.version
org.apache.jackrabbit.core.virtual
org.apache.jackrabbit.core.xml




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>

<!--
   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.
  -->

<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>

<!-- ====================================================================== -->
<!-- P R O J E C T  D E S C R I P T I O N                                   -->
<!-- ====================================================================== -->
  <parent>
    <groupId>org.apache.jackrabbit</groupId>
    <artifactId>jackrabbit-parent</artifactId>
    <version>1.5.0</version>
    <relativePath>../jackrabbit-parent/pom.xml</relativePath>
  </parent>
  <artifactId>jackrabbit-core</artifactId>
  <name>Jackrabbit Core</name>
  <description>Jackrabbit content repository implementation</description>

  <build>
    <plugins>
      <plugin>
        <artifactId>maven-antrun-plugin</artifactId>
        <executions>
          <execution>
            <id>process-test-resources</id>
            <phase>process-test-resources</phase>
            <configuration>
              <tasks>
                <copy todir="${project.build.directory}/repository">
                  <fileset dir="${basedir}/src/test/repository"/>
                </copy>
              </tasks>
            </configuration>
            <goals>
              <goal>run</goal>
            </goals>
          </execution>
        </executions>
        <dependencies>
          <dependency>
            <groupId>ant</groupId>
            <artifactId>ant-optional</artifactId>
            <version>1.5.3-1</version>
          </dependency>
        </dependencies>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>javacc-maven-plugin</artifactId>
        <version>2.4.1</version>
        <executions>
          <execution>
            <id>fulltext</id>
            <configuration>
              <sourceDirectory>${basedir}/src/main/javacc/fulltext</sourceDirectory>
              <packageName>org.apache.jackrabbit.core.query.lucene.fulltext</packageName>
            </configuration>
            <goals>
              <goal>jjtree-javacc</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <includes>
            <include>**/*TestAll.java</include>
          </includes>
          <argLine>-Xmx128m</argLine>
          <systemProperties>
            <property>
              <name>derby.system.durability</name>
              <value>test</value>
            </property>
            <property>
              <name>derby.storage.fileSyncTransactionLog</name>
              <value>true</value>
            </property>
            <property>
              <name>derby.stream.error.file</name>
              <value>target/derby.log</value>
            </property>
            <property>
              <name>known.issues</name>
              <value>
                org.apache.jackrabbit.core.xml.DocumentViewTest#testMultiValue
                org.apache.jackrabbit.value.BinaryValueTest#testBinaryValueEquals
                org.apache.jackrabbit.core.ShareableNodeTest#testSharedNodePath
              </value>
            </property>
          </systemProperties>
        </configuration>
        <executions>
          <execution>
            <id>do_init</id>
            <phase>pre-integration-test</phase>
            <configuration>
              <includes>
                <include>**/integration/PrepareTestRepository.java</include>
              </includes>
            </configuration>
            <goals>
              <goal>test</goal>
            </goals>
          </execution>
          <execution>
            <id>do_test</id>
            <phase>integration-test</phase>
            <configuration>
              <includes>
                <include>**/integration/*Test.java</include>
              </includes>
            </configuration>
            <goals>
              <goal>test</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-checkstyle-plugin</artifactId>
        <configuration>
          <configLocation>checkstyle.xml</configLocation>
        </configuration>
      </plugin>
    </plugins>
    <resources>
      <resource>
        <directory>src/main/resources</directory>
      </resource>
      <resource>
        <directory>src/main/resources-filtered</directory>
        <filtering>true</filtering>
      </resource>
    </resources>
  </build>

  <dependencies>
    <dependency>
      <groupId>concurrent</groupId>
      <artifactId>concurrent</artifactId>
    </dependency>
    <dependency>
      <groupId>commons-collections</groupId>
      <artifactId>commons-collections</artifactId>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
    </dependency>
    <dependency>
      <groupId>javax.jcr</groupId>
      <artifactId>jcr</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.jackrabbit</groupId>
      <artifactId>jackrabbit-api</artifactId>
      <version>1.5.0</version>
    </dependency>
    <dependency>
      <groupId>org.apache.jackrabbit</groupId>
      <artifactId>jackrabbit-jcr-commons</artifactId>
      <version>1.5.0</version>
    </dependency>
    <dependency>
      <groupId>org.apache.jackrabbit</groupId>
      <artifactId>jackrabbit-spi-commons</artifactId>
      <version>1.5.0</version>
    </dependency>
    <dependency>
      <groupId>org.apache.jackrabbit</groupId>
      <artifactId>jackrabbit-spi</artifactId>
      <version>1.5.0</version>
    </dependency>
    <dependency>
      <groupId>org.apache.jackrabbit</groupId>
      <artifactId>jackrabbit-text-extractors</artifactId>
      <version>1.5.0</version>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.lucene</groupId>
      <artifactId>lucene-core</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.derby</groupId>
      <artifactId>derby</artifactId>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.jackrabbit</groupId>
      <artifactId>jackrabbit-jcr-tests</artifactId>
      <version>1.5.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.jackrabbit</groupId>
      <artifactId>jackrabbit-jcr-benchmark</artifactId>
      <version>1.5.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-log4j12</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.geronimo.specs</groupId>
      <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>

</project>