All Projects → apache → jackrabbit-filevault

apache / jackrabbit-filevault

Licence: Apache-2.0 license
Apache Jackrabbit FileVault

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to jackrabbit-filevault

JAR
Just Another Repo
Stars: ✭ 53 (+43.24%)
Mutual labels:  repository
aggregate-persistence-sample
No description or website provided.
Stars: ✭ 25 (-32.43%)
Mutual labels:  repository
repository-beta
BETA - Home Assistant Community Add-ons
Stars: ✭ 25 (-32.43%)
Mutual labels:  repository
ApiCenter
A repository for all your API specifications
Stars: ✭ 26 (-29.73%)
Mutual labels:  repository
repology-rules
Package normalization ruleset for Repology
Stars: ✭ 67 (+81.08%)
Mutual labels:  repository
devliver
Your private self hosted composer repository with user management
Stars: ✭ 50 (+35.14%)
Mutual labels:  repository
git-pull-or-clone
Ensure a git repo exists on disk and that it's up-to-date
Stars: ✭ 46 (+24.32%)
Mutual labels:  repository
nexus3-docker
ARM Docker image of Sonatype Nexus Repository Manager (NXRM) (Raspberry Pis - armv7l, aarch64)
Stars: ✭ 55 (+48.65%)
Mutual labels:  repository
repo-card
😎 showcase repositories on your website 🤘!
Stars: ✭ 141 (+281.08%)
Mutual labels:  repository
laravel-repository
Repository pattern implementation for Laravel
Stars: ✭ 49 (+32.43%)
Mutual labels:  repository
deno rest
A Boilerplate for deno RESTful apis
Stars: ✭ 74 (+100%)
Mutual labels:  oak
dapper-repositories
CRUD for Dapper
Stars: ✭ 523 (+1313.51%)
Mutual labels:  repository
terraform-module-versions
CLI tool that checks Terraform code for module updates. Single binary, no dependencies. linux, osx, windows. #golang #cli #terraform
Stars: ✭ 143 (+286.49%)
Mutual labels:  repository
alfresco-simple-content-stores
Addon to provide a set of common content store implementations and easy-to-use configuration (no Spring config)
Stars: ✭ 40 (+8.11%)
Mutual labels:  repository
Anar
laravel package : artisan commands for create Repository and provider
Stars: ✭ 25 (-32.43%)
Mutual labels:  repository
eloquent-repository
Repository pattern for Eloquent ORM with focus in cache.
Stars: ✭ 30 (-18.92%)
Mutual labels:  repository
GraphQL.RepoDB
A set of extensions for working with HotChocolate GraphQL and Database access with micro-orms such as RepoDb (or Dapper). This extension pack provides access to key elements such as Selections/Projections, Sort arguments, & Paging arguments in a significantly simplified facade so this logic can be leveraged in the Serivces/Repositories that enca…
Stars: ✭ 25 (-32.43%)
Mutual labels:  repository
BetterRepository
Better Enhanced Repository Pattern Implementation in .NET C#
Stars: ✭ 27 (-27.03%)
Mutual labels:  repository
repology-webapp
Repology web application
Stars: ✭ 114 (+208.11%)
Mutual labels:  repository
ioBroker.repositories
Repositories for ioBroker project
Stars: ✭ 55 (+48.65%)
Mutual labels:  repository

ASF Jira GitHub Maven Central Build Status SonarCloud Status SonarCloud Coverage SonarCloud Bugs SonarCloud Vulnerabilities

Welcome to Apache Jackrabbit FileVault

The FileVault introduces a JCR repository to filesystem mapping. The mapping is exposed by an API and used by the "FileVault Content Packages" which allow to create portable packages of repository content.

The Vault Command Line Interface aka "vlt" provides a Subversion like utility to work and develop with repository content.

Apache Jackrabbit FileVault is a project of the Apache Software Foundation.

Documentation

Please refer to the documentation at https://jackrabbit.apache.org/filevault/

Building FileVault

You can build FileVault like this:

mvn clean install

You need Maven 3.6.2 (or higher) with Java 11 (or higher) for the build. For more instructions, please see the documentation at:

https://jackrabbit.apache.org/building-jackrabbit.html

Building FileVault Site

The FileVault documentation lives as Markdown files in src/site/markdown such that it easy to view e.g. from GitHub. The Maven site plugin can be used to build and deploy a web site from those sources as follows:

  1. From the reactor build the site with javadoc:

     $ mvn site
    
  2. Review the site at target/site

  3. Deploy the site to https://jackrabbit.apache.org/filevault/ using:

     $ mvn site-deploy
    
  4. Finally review the site at https://jackrabbit.apache.org/filevault/index.html.

Note: To skip the final commit use -Dscmpublish.skipCheckin=true. You can then review all pending changes in vault-doc/target/scmpublish-checkout and follow up with svn commit manually.

Note: Every committer should be able to deploy the site. No fiddling with credentials needed since deployment is done via svn commit to https://svn.apache.org/repos/asf/jackrabbit/site/live/filevault.

License (see also LICENSE)

Collective work: Copyright 2013 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.

Mailing Lists

To get involved with the Apache Jackrabbit project, start by having a look at our website and joining our mailing lists. For more details about Jackrabbit mailing lists as well as links to list archives, please see:

https://jackrabbit.apache.org/mailing-lists.html

Latest development

The latest FileVault source code is available at

https://github.com/apache/jackrabbit-filevault

Credits

See https://jackrabbit.apache.org/jackrabbit-team.html for the list of Jackrabbit committers and main contributors.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].