Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcm-io/io.wcm.tooling.nodetypes.wcmio
CND file with all Node types and Namespaces defined by wcm.io Modules.
https://github.com/wcm-io/io.wcm.tooling.nodetypes.wcmio
adobe-experience-manager aem nodetypes tooling wcm-io
Last synced: about 2 months ago
JSON representation
CND file with all Node types and Namespaces defined by wcm.io Modules.
- Host: GitHub
- URL: https://github.com/wcm-io/io.wcm.tooling.nodetypes.wcmio
- Owner: wcm-io
- License: apache-2.0
- Created: 2022-01-06T21:54:10.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-06T10:44:24.000Z (10 months ago)
- Last Synced: 2024-03-26T05:59:25.867Z (9 months ago)
- Topics: adobe-experience-manager, aem, nodetypes, tooling, wcm-io
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wcm.io Nodetypes
[![Build](https://github.com/wcm-io/io.wcm.tooling.nodetypes.wcmio/workflows/Build/badge.svg?branch=develop)](https://github.com/wcm-io/io.wcm.tooling.nodetypes.wcmio/actions?query=workflow%3ABuild+branch%3Adevelop)
[![Maven Central](https://img.shields.io/maven-central/v/io.wcm.tooling.nodetypes/io.wcm.tooling.nodetypes.wcmio)](https://repo1.maven.org/maven2/io/wcm/tooling/nodetypes/io.wcm.tooling.nodetypes.wcmio)# Overview
Provides a [CND file][1] with all Node types and Namespaces defined by wcm.io Modules. It can be used for the [FileVault Validation Module][2] and its `jackrabbit-nodetype` validator as addition to the [AEM nodetypes][4].# Usage with Maven
You can use this module with the [FileVault Package Maven Plugin][3] in version 1.1.4 or higher like this:```xml
org.apache.jackrabbit
filevault-package-maven-plugin
tccl:aem.cnd,tccl:wcmio.cnd
biz.netcentric.aem
aem-nodetypes
io.wcm.tooling.nodetypes
io.wcm.tooling.nodetypes.wcmio
1.0.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
[4]: https://github.com/Netcentric/aem-nodetypes