Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/sling-org-apache-sling-bnd-models
Apache Sling Models bnd Plugin
https://github.com/apache/sling-org-apache-sling-bnd-models
bnd sling sling-bnd-plugins sling-models
Last synced: about 1 month ago
JSON representation
Apache Sling Models bnd Plugin
- Host: GitHub
- URL: https://github.com/apache/sling-org-apache-sling-bnd-models
- Owner: apache
- License: apache-2.0
- Created: 2017-10-18T16:43:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T12:22:15.000Z (5 months ago)
- Last Synced: 2024-10-01T01:21:45.672Z (about 1 month ago)
- Topics: bnd, sling, sling-bnd-plugins, sling-models
- Language: Java
- Homepage: https://sling.apache.org/
- Size: 33.2 KB
- Stars: 3
- Watchers: 31
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![Apache Sling](https://sling.apache.org/res/logos/sling.png)](https://sling.apache.org)
[![Build Status](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-bnd-models/job/master/badge/icon)](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-bnd-models/job/master/) [![Test Status](https://img.shields.io/jenkins/tests.svg?jobUrl=https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-bnd-models/job/master/)](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-bnd-models/job/master/test/?width=800&height=600) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=apache_sling-org-apache-sling-bnd-models&metric=coverage)](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-bnd-models) [![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=apache_sling-org-apache-sling-bnd-models&metric=alert_status)](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-bnd-models) [![JavaDoc](https://www.javadoc.io/badge/org.apache.sling/org.apache.sling.bnd.models.svg)](https://www.javadoc.io/doc/org.apache.sling/org.apache.sling.bnd.models) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.sling/org.apache.sling.bnd.models/badge.svg)](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.sling%22%20a%3A%22org.apache.sling.bnd.models%22) [![bnd](https://sling.apache.org/badges/group-bnd.svg)](https://github.com/apache/sling-aggregator/blob/master/docs/groups/bnd.md) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
# Apache Sling Models bnd Plugin
This module is part of the [Apache Sling](https://sling.apache.org) project.
This bnd plugin detects all Sling Models classes and adds a `Sling-Model-Classes` bundle header to the bundle being built, containing the model class names.
Usage is described in [Sling Models](https://sling.apache.org/documentation/bundles/models.html#registration-of-sling-models-classes-via-bnd-plugin).