Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wcm-io/io.wcm.testing.wcm-io-mock.sling

Helps setting up mock environment for wcm.io Sling Commons and Sling Models Extensions.
https://github.com/wcm-io/io.wcm.testing.wcm-io-mock.sling

adobe-experience-manager aem mock sling testing wcm-io

Last synced: about 2 months ago
JSON representation

Helps setting up mock environment for wcm.io Sling Commons and Sling Models Extensions.

Awesome Lists containing this project

README

        

Sling Extensions Mock Helper
======
[![Build](https://github.com/wcm-io/io.wcm.testing.wcm-io-mock.sling/workflows/Build/badge.svg?branch=develop)](https://github.com/wcm-io/io.wcm.testing.wcm-io-mock.sling/actions?query=workflow%3ABuild+branch%3Adevelop)
[![Maven Central](https://img.shields.io/maven-central/v/io.wcm/io.wcm.testing.wcm-io-mock.sling)](https://repo1.maven.org/maven2/io/wcm/io.wcm.testing.wcm-io-mock.sling/)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=wcm-io_io.wcm.testing.wcm-io-mock.sling&metric=coverage)](https://sonarcloud.io/summary/new_code?id=wcm-io_io.wcm.testing.wcm-io-mock.sling)

Helps setting up mock environment for wcm.io Sling Commons and Sling Models Extensions.

Documentation: https://wcm.io/testing/wcm-io-mock/sling/

Issues: https://github.com/wcm-io/io.wcm.testing.wcm-io-mock.sling/issues

Wiki: https://wcm-io.atlassian.net/wiki/

Continuous Integration: https://github.com/wcm-io/io.wcm.testing.wcm-io-mock.sling/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.sling/blob/develop/.maven-settings.xml) for an example with a full configuration.

Then you can build using

```
mvn clean install
```