Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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