Add Jenkinsfile

Add meta documentation (contributing, code of conduct, license)
4 files changed
tree: 3de9276211c2c49fd7b73eb1eee9ff6f7dfae89e
  1. src/
  2. .gitignore
  3. CODE_OF_CONDUCT.md
  4. CONTRIBUTING.md
  5. Jenkinsfile
  6. LICENSE
  7. pom.xml
  8. readme.md
readme.md

Apache Sling

Build Status Test Status Coverage Sonarcloud Status JavaDoc Maven Central feature License

Feature Model Analyser For Classes

This module contain analyser tasks which analyse classes contained in Sling features' OSGi bundles. For further information refer to Sling Feature Model Analyser

Analyser Tasks

Below is a list of built-in analysers.

prevent-provider-type-impls

This analyser makes sure that no class implements or extends any type marked as provider with annotation org.osgi.annotation.versioning.ProviderType.