https://github.com/netcentric/aem-nodetypes
Provides a CND file with all Node Types and Namespaces defined in AEM
https://github.com/netcentric/aem-nodetypes
aem filevault jackrabbit
Last synced: 2 months ago
JSON representation
Provides a CND file with all Node Types and Namespaces defined in AEM
- Host: GitHub
- URL: https://github.com/netcentric/aem-nodetypes
- Owner: Netcentric
- License: epl-1.0
- Created: 2020-04-15T20:55:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T12:11:03.000Z (over 1 year ago)
- Last Synced: 2025-01-12T16:12:40.669Z (4 months ago)
- Topics: aem, filevault, jackrabbit
- Homepage:
- Size: 94.7 KB
- Stars: 4
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://opensource.org/licenses/EPL-1.0)
[](https://search.maven.org/artifact/biz.netcentric.aem/aem-nodetypes)
# Overview
Provides a [CND file][1] with all Node types and Namespaces defined in AEM. It can be used for the [FileVault Validation Module][2] and its `jackrabbit-nodetype` validator.
# Usage with Maven
You can use this module with the [FileVault Package Maven Plugin][3] in version 1.1.4 or higher like this
```
org.apache.jackrabbit
filevault-package-maven-plugin
1.1.4
tccl:aem.cnd
biz.netcentric.aem
aem-nodetypes
2023.10.0
```
[1]: https://jackrabbit.apache.org/jcr/node-type-notation.html
[2]: https://jackrabbit.apache.org/filevault/validation.html
[3]: https://jackrabbit.apache.org/filevault-package-maven-plugin/index.html# Provided Versions
| Version | Type | Description |
| --------- | ------- | ------------ |
| 2023.10.0 | Cloud | Exported from AEM SDK 2023.10.13804.20231005T183332Z-230902. |
| 2022.10.0 | Cloud | Exported from AEM SDK 2022.10.9398.20221020T071514Z. |
| 2020.11.0 | Cloud | Exported from AEM SDK 2020.11.4506.20201112T235200Z. |
| 2020.09.0 | Cloud | Exported from AEM SDK 2020.9.4194.20200909T200349Z-200827. Suffers from |
| 6.5.7.0 | Classic | Exported from AEM 6.5.7 |
| 6.5.5.0 | Classic | Exported from AEM 6.5.5, has not changed for AEM 6.5.6. Suffers from |Pick the version which is closest to your AEM version. In general the node types are very stable (i.e. do not change for service packs in Classic and very rarely in Cloud aka AEMaaCS).
# Generation of CND
The CND exposed by this Maven artifact is exported from a running plain AEM version through the [JCR Web Console Plugin 1.1.0](https://issues.apache.org/jira/browse/SLING-9945) via the endpoint `/system/console/status-JCR%20CND.txt`.