Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcm-io-devops/conga-sling-plugin
CONGA Plugin for Apache Sling
https://github.com/wcm-io-devops/conga-sling-plugin
configuration conga generator sling wcm-io
Last synced: 7 days ago
JSON representation
CONGA Plugin for Apache Sling
- Host: GitHub
- URL: https://github.com/wcm-io-devops/conga-sling-plugin
- Owner: wcm-io-devops
- License: apache-2.0
- Created: 2015-06-19T09:49:34.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-08T16:46:36.000Z (4 months ago)
- Last Synced: 2024-07-08T21:13:09.669Z (4 months ago)
- Topics: configuration, conga, generator, sling, wcm-io
- Language: Java
- Homepage: https://devops.wcm.io/conga/plugins/sling/
- Size: 421 KB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes.xml
- License: LICENSE
Awesome Lists containing this project
README
CONGA Plugin for Apache Sling
======
[![Build](https://github.com/wcm-io-devops/conga-sling-plugin/workflows/Build/badge.svg?branch=develop)](https://github.com/wcm-io-devops/conga-sling-plugin/actions?query=workflow%3ABuild+branch%3Adevelop)
[![Maven Central](https://img.shields.io/maven-central/v/io.wcm.devops.conga.plugins/io.wcm.devops.conga.plugins.sling)](https://repo1.maven.org/maven2/io/wcm/devops/conga/plugins/io.wcm.devops.conga.plugins.sling)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=wcm-io-devops_conga-sling-plugin&metric=coverage)](https://sonarcloud.io/summary/new_code?id=wcm-io-devops_conga-sling-plugin)Documentation: https://devops.wcm.io/conga/plugins/sling/
Issues: https://github.com/wcm-io-devops/conga-sling-plugin/issues
Wiki: https://wcm-io.atlassian.net/wiki/
Continuous Integration: https://github.com/wcm-io-devops/conga-sling-plugin/actions
Commercial support: https://wcm.io/commercial-support.html## Build from sources
If you want to build from sources make sure you have configured all [Maven Repositories](https://devops.wcm.io/maven.html) in your settings.xml.
See [Maven Settings](https://github.com/wcm-io-devops/conga-sling-plugin/blob/develop/.maven-settings.xml) for an example with a full configuration.
Then you can build using
```
mvn clean install
```