Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netcentric/aem-classification
Jackrabbit FileVault Validator and classification maps for AEM Content Classification
https://github.com/netcentric/aem-classification
aem filevault jackrabbit-oak oak
Last synced: about 1 month ago
JSON representation
Jackrabbit FileVault Validator and classification maps for AEM Content Classification
- Host: GitHub
- URL: https://github.com/netcentric/aem-classification
- Owner: Netcentric
- License: epl-1.0
- Created: 2020-02-25T12:18:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T18:39:50.000Z (2 months ago)
- Last Synced: 2024-10-20T23:39:45.738Z (2 months ago)
- Topics: aem, filevault, jackrabbit-oak, oak
- Language: Java
- Homepage:
- Size: 811 KB
- Stars: 3
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Maven Central](https://img.shields.io/maven-central/v/biz.netcentric.filevault.validator/aem-classification-validator)](https://search.maven.org/artifact/biz.netcentric.filevault.validator/aem-classification-validator)
[![License](https://img.shields.io/badge/License-EPL%201.0-red.svg)](https://opensource.org/licenses/EPL-1.0)
[![Build Status](https://github.com/Netcentric/aem-classification/actions/workflows/maven.yml/badge.svg?branch=master)](https://github.com/Netcentric/aem-classification/actions/workflows/maven.yml)
[![SonarCloud Status](https://sonarcloud.io/api/project_badges/measure?project=Netcentric_aem-classification&metric=alert_status)](https://sonarcloud.io/dashboard?id=Netcentric_aem-classification)
[![SonarCloud Coverage](https://sonarcloud.io/api/project_badges/measure?project=Netcentric_aem-classification&metric=coverage)](https://sonarcloud.io/component_measures?metric=coverage&view=list&id=Netcentric_aem-classification)# Overview
This repository comprises of several modules around [AEM's Content Classification][1].# Modules
1. [aem-classification-validator][2]: A FileVault validator for AEMs content classification
1. [aem-classification-maps][3]: Maps containing information about resource type classification. To be used with the validator
1. [aem-classification-maven-plugin][4]: A Maven plugin to generate validation maps out of repository annotations (i.e. mixin properties). This is only necessary to generate your own maps (in case the provided ones are not sufficient)
1. [aem-classification-search-index-package][5]: Oak index definitions necessary for the Maven plugin to work. This is only necessary to generate your own maps (in case the provided ones are not sufficient)[1]: https://experienceleague.adobe.com/docs/experience-manager-65/deploying/upgrading/sustainable-upgrades.html?lang=en#content-classifications
[2]: ./aem-classification-validator
[3]: ./aem-classification-maps
[4]: ./aem-classification-maven-plugin
[5]: ./aem-classification-search-index-package