https://github.com/wcm-io/io.wcm.testing.wcm-io-mock.handler
Helps setting up mock environment for wcm.io Handler.
https://github.com/wcm-io/io.wcm.testing.wcm-io-mock.handler
adobe-experience-manager aem handler mock testing wcm-io
Last synced: 9 months ago
JSON representation
Helps setting up mock environment for wcm.io Handler.
- Host: GitHub
- URL: https://github.com/wcm-io/io.wcm.testing.wcm-io-mock.handler
- Owner: wcm-io
- License: apache-2.0
- Created: 2022-01-10T13:08:54.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2025-09-23T10:22:21.000Z (9 months ago)
- Last Synced: 2025-09-23T12:29:28.615Z (9 months ago)
- Topics: adobe-experience-manager, aem, handler, mock, testing, wcm-io
- Language: Java
- Homepage:
- Size: 279 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changes.xml
- License: LICENSE
Awesome Lists containing this project
README
Handler Mock Helper
======
[](https://github.com/wcm-io/io.wcm.testing.wcm-io-mock.handler/actions?query=workflow%3ABuild+branch%3Adevelop)
[](https://repo1.maven.org/maven2/io/wcm/io.wcm.testing.wcm-io-mock.handler/)
[](https://sonarcloud.io/summary/new_code?id=wcm-io_io.wcm.testing.wcm-io-mock.handler)
Helps setting up mock environment for wcm.io Handler.
Documentation: https://wcm.io/testing/wcm-io-mock/handler/
Issues: https://github.com/wcm-io/io.wcm.testing.wcm-io-mock.handler/issues
Wiki: https://wcm-io.atlassian.net/wiki/
Continuous Integration: https://github.com/wcm-io/io.wcm.testing.wcm-io-mock.handler/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.handler/blob/develop/.maven-settings.xml) for an example with a full configuration.
Then you can build using
```
mvn clean install
```