https://github.com/wcm-io/io.wcm.sling.commons
Common Sling utility and helper functions.
https://github.com/wcm-io/io.wcm.sling.commons
adobe-experience-manager aem commons wcm-io
Last synced: about 1 year ago
JSON representation
Common Sling utility and helper functions.
- Host: GitHub
- URL: https://github.com/wcm-io/io.wcm.sling.commons
- Owner: wcm-io
- License: apache-2.0
- Created: 2022-01-10T13:03:40.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-17T11:38:46.000Z (over 1 year ago)
- Last Synced: 2025-03-17T12:25:47.681Z (over 1 year ago)
- Topics: adobe-experience-manager, aem, commons, wcm-io
- Language: Java
- Homepage:
- Size: 418 KB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: changes.xml
- License: LICENSE
Awesome Lists containing this project
README
Sling Commons
======
[](https://github.com/wcm-io/io.wcm.sling.commons/actions?query=workflow%3ABuild+branch%3Adevelop)
[](https://repo1.maven.org/maven2/io/wcm/io.wcm.sling.commons/)
[](https://sonarcloud.io/summary/new_code?id=wcm-io_io.wcm.sling.commons)
Common Sling utility and helper functions.
Documentation: https://wcm.io/sling/commons/
Issues: https://github.com/wcm-io/io.wcm.sling.commons/issues
Wiki: https://wcm-io.atlassian.net/wiki/
Continuous Integration: https://github.com/wcm-io/io.wcm.sling.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.sling.commons/blob/develop/.maven-settings.xml) for an example with a full configuration.
Then you can build using
```
mvn clean install
```