{"id":20020675,"url":"https://github.com/netcentric/aem-nodetypes","last_synced_at":"2025-10-04T17:53:17.067Z","repository":{"id":55977345,"uuid":"256034741","full_name":"Netcentric/aem-nodetypes","owner":"Netcentric","description":"Provides a CND file with all Node Types and Namespaces defined in AEM","archived":false,"fork":false,"pushed_at":"2023-10-16T12:11:03.000Z","size":97,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-07-11T19:34:52.200Z","etag":null,"topics":["aem","filevault","jackrabbit"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Netcentric.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-15T20:55:48.000Z","updated_at":"2024-12-09T19:54:58.000Z","dependencies_parsed_at":"2024-11-13T08:34:42.291Z","dependency_job_id":"b25dc452-e533-4cc7-bfd2-f1e37c298f85","html_url":"https://github.com/Netcentric/aem-nodetypes","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Netcentric/aem-nodetypes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcentric%2Faem-nodetypes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcentric%2Faem-nodetypes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcentric%2Faem-nodetypes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcentric%2Faem-nodetypes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Netcentric","download_url":"https://codeload.github.com/Netcentric/aem-nodetypes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcentric%2Faem-nodetypes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278350963,"owners_count":25972676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aem","filevault","jackrabbit"],"created_at":"2024-11-13T08:33:38.005Z","updated_at":"2025-10-04T17:53:17.022Z","avatar_url":"https://github.com/Netcentric.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/License-EPL%201.0-red.svg)](https://opensource.org/licenses/EPL-1.0)\n[![Maven Central](https://img.shields.io/maven-central/v/biz.netcentric.aem/aem-nodetypes)](https://search.maven.org/artifact/biz.netcentric.aem/aem-nodetypes) \n![Java CI/CD](https://github.com/Netcentric/aem-nodetypes/workflows/Java%20CI/CD/badge.svg) \n\n# Overview\n\nProvides 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.\n\n# Usage with Maven\n\nYou can use this module with the [FileVault Package Maven Plugin][3] in version 1.1.4 or higher like this\n\n```\n\u003cplugin\u003e\n  \u003cgroupId\u003eorg.apache.jackrabbit\u003c/groupId\u003e\n  \u003cartifactId\u003efilevault-package-maven-plugin\u003c/artifactId\u003e\n  \u003cversion\u003e1.1.4\u003c/version\u003e\n  \u003cconfiguration\u003e\n    \u003cvalidatorsSettings\u003e\n      \u003cjackrabbit-nodetypes\u003e\n        \u003coptions\u003e\n          \u003c!-- use the nodetypes and namespaces from the aem-nodetypes.jar provided in the plugin dependencies --\u003e\n          \u003ccnds\u003etccl:aem.cnd\u003c/cnds\u003e\n        \u003c/options\u003e\n      \u003c/jackrabbit-nodetypes\u003e\n    \u003c/validatorsSettings\u003e\n  \u003c/configuration\u003e\n  \u003cdependencies\u003e\n    \u003cdependency\u003e\n      \u003cgroupId\u003ebiz.netcentric.aem\u003c/groupId\u003e\n      \u003cartifactId\u003eaem-nodetypes\u003c/artifactId\u003e\n      \u003cversion\u003e2023.10.0\u003c/version\u003e\n    \u003c/dependency\u003e\n  \u003c/dependencies\u003e\n\u003c/plugin\u003e\n```\n\n\n[1]: https://jackrabbit.apache.org/jcr/node-type-notation.html\n[2]: https://jackrabbit.apache.org/filevault/validation.html\n[3]: https://jackrabbit.apache.org/filevault-package-maven-plugin/index.html\n\n# Provided Versions\n\n| Version   |  Type   |  Description |\n| --------- | ------- | ------------ |\n| 2023.10.0 | Cloud   | Exported from AEM SDK 2023.10.13804.20231005T183332Z-230902. |\n| 2022.10.0 | Cloud   | Exported from AEM SDK 2022.10.9398.20221020T071514Z. |\n| 2020.11.0 | Cloud   | Exported from AEM SDK 2020.11.4506.20201112T235200Z. |\n| 2020.09.0 | Cloud   | Exported from AEM SDK 2020.9.4194.20200909T200349Z-200827. Suffers from \u003chttps://github.com/Netcentric/aem-nodetypes/issues/2\u003e |\n| 6.5.7.0   | Classic | Exported from AEM 6.5.7 |\n| 6.5.5.0   | Classic | Exported from AEM 6.5.5, has not changed for AEM 6.5.6. Suffers from \u003chttps://github.com/Netcentric/aem-nodetypes/issues/2\u003e |\n\nPick 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).\n\n# Generation of CND\n\nThe 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`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetcentric%2Faem-nodetypes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetcentric%2Faem-nodetypes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetcentric%2Faem-nodetypes/lists"}