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