jackrabbit-oak-0.1
[maven-release-plugin]  copy for tag jackrabbit-oak-0.1

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/tags/jackrabbit-oak-0.1@1307334 13f79535-47bb-0310-9956-ffa450edef68
tree: 3e9adf9eff11af4bccd14f50837a0e5aef300729
  1. oak-bench/
  2. oak-core/
  3. oak-it/
  4. oak-jcr/
  5. oak-mk/
  6. oak-parent/
  7. oak-run/
  8. assembly.xml
  9. check-release.sh
  10. LICENSE.txt
  11. NOTICE.txt
  12. pom.xml
  13. README.md
  14. RELEASE-NOTES.txt
README.md

======================================================= Jackrabbit Oak - the next generation content repository

Jackrabbit Oak is an effort to implement a scalable and performant hierarchical content repository for use as the foundation of modern world-class web sites and other demanding content applications.

The Oak effort is a part of the Apache Jackrabbit project. Apache Jackrabbit is a project of the Apache Software Foundation.

Jackrabbit Oak 0.1 is to be considered alpha-level software. Use at your own risk with no stability or compatibility guarantees.

Getting Started

To get started with Oak, build the latest sources with Maven 3 and Java 6 (or higher) like this:

mvn clean install

The build consists of the following main components:

oak-parent - parent POM
oak-mk     - MicroKernel API and default implementation
oak-core   - Oak repository API and implementation
oak-jcr    - JCR binding for the Oak repository
oak-run    - runnable jar packaging
oak-it     - integration tests
oak-bench  - performance tests

License (see also LICENSE.txt)

Collective work: Copyright 2012 The Apache Software Foundation.

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.