Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcm-io/io.wcm.testing.wcm-io-mock.caconfig
Helps setting up mock environment for wcm.io Context-Aware Configuration.
https://github.com/wcm-io/io.wcm.testing.wcm-io-mock.caconfig
adobe-experience-manager aem caconfig mock testing wcm-io
Last synced: about 2 months ago
JSON representation
Helps setting up mock environment for wcm.io Context-Aware Configuration.
- Host: GitHub
- URL: https://github.com/wcm-io/io.wcm.testing.wcm-io-mock.caconfig
- Owner: wcm-io
- License: apache-2.0
- Created: 2022-01-10T13:07:32.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-04T10:11:58.000Z (7 months ago)
- Last Synced: 2024-06-04T11:33:44.241Z (7 months ago)
- Topics: adobe-experience-manager, aem, caconfig, mock, testing, wcm-io
- Language: Java
- Homepage:
- Size: 233 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes.xml
- License: LICENSE
Awesome Lists containing this project
README
Context-Aware Configuration Mock Helper
======
[![Build](https://github.com/wcm-io/io.wcm.testing.wcm-io-mock.caconfig/workflows/Build/badge.svg?branch=develop)](https://github.com/wcm-io/io.wcm.testing.wcm-io-mock.caconfig/actions?query=workflow%3ABuild+branch%3Adevelop)
[![Maven Central](https://img.shields.io/maven-central/v/io.wcm/io.wcm.testing.wcm-io-mock.caconfig)](https://repo1.maven.org/maven2/io/wcm/io.wcm.testing.wcm-io-mock.caconfig/)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=wcm-io_io.wcm.testing.wcm-io-mock.caconfig&metric=coverage)](https://sonarcloud.io/summary/new_code?id=wcm-io_io.wcm.testing.wcm-io-mock.caconfig)Helps setting up mock environment for wcm.io Context-Aware Configuration.
Documentation: https://wcm.io/testing/wcm-io-mock/caconfig/
Issues: https://github.com/wcm-io/io.wcm.testing.wcm-io-mock.caconfig/issues
Wiki: https://wcm-io.atlassian.net/wiki/
Continuous Integration: https://github.com/wcm-io/io.wcm.testing.wcm-io-mock.caconfig/actions
Commercial support: https://wcm.io/commercial-support.html## Build from sources
If you want to build wcm.io from sources make sure you have configured all [Maven Repositories](https://wcm.io/maven.html) in your settings.xml.
See [Maven Settings](https://github.com/wcm-io/io.wcm.testing.wcm-io-mock.caconfig/blob/develop/.maven-settings.xml) for an example with a full configuration.
Then you can build using
```
mvn clean install
```