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 1 year 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 (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-22T10:21:04.000Z (about 2 years ago)
- Last Synced: 2024-04-22T11:34:22.693Z (about 2 years 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
======
[](https://github.com/wcm-io/io.wcm.testing.aem-mock/actions?query=workflow%3ABuild+branch%3Adevelop)
[](https://repo1.maven.org/maven2/io/wcm/io.wcm.testing.aem-mock/)
[](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
```