Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcm-io/io.wcm.testing.aem-mock
Mock implementation of selected AEM APIs.
https://github.com/wcm-io/io.wcm.testing.aem-mock
adobe-experience-manager aem mock testing wcm-io
Last synced: about 2 months ago
JSON representation
Mock implementation of selected AEM APIs.
- Host: GitHub
- URL: https://github.com/wcm-io/io.wcm.testing.aem-mock
- Owner: wcm-io
- License: apache-2.0
- Created: 2022-01-10T13:05:38.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-22T10:21:04.000Z (8 months ago)
- Last Synced: 2024-04-22T11:34:22.693Z (8 months ago)
- Topics: adobe-experience-manager, aem, mock, testing, wcm-io
- Language: Java
- Homepage:
- Size: 3.24 MB
- Stars: 1
- Watchers: 9
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: changes.xml
- License: LICENSE
Awesome Lists containing this project
README
AEM Mocks
======
[![Build](https://github.com/wcm-io/io.wcm.testing.aem-mock/workflows/Build/badge.svg?branch=develop)](https://github.com/wcm-io/io.wcm.testing.aem-mock/actions?query=workflow%3ABuild+branch%3Adevelop)
[![Maven Central](https://img.shields.io/maven-central/v/io.wcm/io.wcm.testing.aem-mock)](https://repo1.maven.org/maven2/io/wcm/io.wcm.testing.aem-mock/)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=wcm-io_io.wcm.testing.aem-mock&metric=coverage)](https://sonarcloud.io/summary/new_code?id=wcm-io_io.wcm.testing.aem-mock)Mock implementation of selected AEM APIs.
Documentation: https://wcm.io/testing/aem-mock/
Issues: https://github.com/wcm-io/io.wcm.testing.aem-mock/issues
Wiki: https://wcm-io.atlassian.net/wiki/
Continuous Integration: https://github.com/wcm-io/io.wcm.testing.aem-mock/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.aem-mock/blob/develop/.maven-settings.xml) for an example with a full configuration.
Then you can build using
```
mvn clean install
```