Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcm-io/io.wcm.handler.media
Media resolving, processing and markup generation.
https://github.com/wcm-io/io.wcm.handler.media
adobe-experience-manager aem handler media wcm-io
Last synced: about 2 months ago
JSON representation
Media resolving, processing and markup generation.
- Host: GitHub
- URL: https://github.com/wcm-io/io.wcm.handler.media
- Owner: wcm-io
- License: apache-2.0
- Created: 2022-01-10T13:01:32.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-14T09:35:19.000Z (9 months ago)
- Last Synced: 2024-03-26T05:59:25.703Z (9 months ago)
- Topics: adobe-experience-manager, aem, handler, media, wcm-io
- Language: Java
- Homepage:
- Size: 2.1 MB
- Stars: 0
- Watchers: 10
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changes.xml
- License: LICENSE
Awesome Lists containing this project
README
Media Handler
======
[![Build](https://github.com/wcm-io/io.wcm.handler.media/workflows/Build/badge.svg?branch=develop)](https://github.com/wcm-io/io.wcm.handler.media/actions?query=workflow%3ABuild+branch%3Adevelop)
[![Maven Central](https://img.shields.io/maven-central/v/io.wcm/io.wcm.handler.media)](https://repo1.maven.org/maven2/io/wcm/io.wcm.handler.media/)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=wcm-io_io.wcm.handler.media&metric=coverage)](https://sonarcloud.io/summary/new_code?id=wcm-io_io.wcm.handler.media)Media resolving, processing and markup generation.
Documentation: https://wcm.io/handler/media/
Issues: https://github.com/wcm-io/io.wcm.handler.media/issues
Wiki: https://wcm-io.atlassian.net/wiki/
Continuous Integration: https://github.com/wcm-io/io.wcm.handler.media/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.handler.media/blob/develop/.maven-settings.xml) for an example with a full configuration.
Then you can build using
```
mvn clean install
```