Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcm-io-devops/conga
CONGA - CONfiguration GenerAtor
https://github.com/wcm-io-devops/conga
configuration conga generator wcm-io
Last synced: 3 months ago
JSON representation
CONGA - CONfiguration GenerAtor
- Host: GitHub
- URL: https://github.com/wcm-io-devops/conga
- Owner: wcm-io-devops
- License: apache-2.0
- Created: 2015-06-05T15:54:09.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-12T06:18:27.000Z (10 months ago)
- Last Synced: 2024-04-12T14:28:43.155Z (10 months ago)
- Topics: configuration, conga, generator, wcm-io
- Language: Java
- Homepage: https://devops.wcm.io/conga/
- Size: 1.88 MB
- Stars: 8
- Watchers: 12
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes.xml
- License: LICENSE
Awesome Lists containing this project
README
CONGA - CONfiguration GenerAtor
======
[![Build](https://github.com/wcm-io-devops/conga/workflows/Build/badge.svg?branch=develop)](https://github.com/wcm-io-devops/conga/actions?query=workflow%3ABuild+branch%3Adevelop)
[![Maven Central](https://img.shields.io/maven-central/v/io.wcm.devops.conga/conga-maven-plugin)](https://repo1.maven.org/maven2/io/wcm/devops/conga/conga-maven-plugin)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=wcm-io-devops_conga&metric=coverage)](https://sonarcloud.io/summary/new_code?id=wcm-io-devops_conga)wcm.io DevOps CONGA Configuration Generator.
Documentation: https://devops.wcm.io/conga/
Issues: https://github.com/wcm-io-devops/conga/issues
Wiki: https://wcm-io.atlassian.net/wiki/
Continuous Integration: https://github.com/wcm-io-devops/conga/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/blob/develop/.maven-settings.xml) for an example with a full configuration.
Then you can build using
```
mvn clean install
```