Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcm-io/io.wcm.wcm.core.components
Enhances AEM Sites Core Components with wcm.io functionality.
https://github.com/wcm-io/io.wcm.wcm.core.components
adobe-experience-manager aem components core wcm-io
Last synced: about 2 months ago
JSON representation
Enhances AEM Sites Core Components with wcm.io functionality.
- Host: GitHub
- URL: https://github.com/wcm-io/io.wcm.wcm.core.components
- Owner: wcm-io
- License: apache-2.0
- Created: 2019-08-07T14:13:01.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-22T11:37:32.000Z (8 months ago)
- Last Synced: 2024-04-22T11:42:07.041Z (8 months ago)
- Topics: adobe-experience-manager, aem, components, core, wcm-io
- Language: Java
- Homepage: https://wcm.io/wcm/core-components/
- Size: 1.52 MB
- Stars: 7
- Watchers: 13
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes.xml
- License: LICENSE
Awesome Lists containing this project
README
wcm.io WCM Core Components
======
[![Build](https://github.com/wcm-io/io.wcm.wcm.core.components/workflows/Build/badge.svg?branch=develop)](https://github.com/wcm-io/io.wcm.wcm.core.components/actions?query=workflow%3ABuild+branch%3Adevelop)
[![Maven Central](https://img.shields.io/maven-central/v/io.wcm/io.wcm.wcm.core.components)](https://repo1.maven.org/maven2/io/wcm/io.wcm.wcm.core.components/)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=wcm-io_io.wcm.wcm.core.components&metric=coverage)](https://sonarcloud.io/summary/new_code?id=wcm-io_io.wcm.wcm.core.components)Enhances [AEM WCM Core Components][adobe-core-components] with wcm.io functionality.
Documentation: https://wcm.io/wcm/core-components/
Issues: https://github.com/wcm-io/io.wcm.wcm.core.components/issues
Wiki: https://wcm-io.atlassian.net/wiki/
Continuous Integration: https://github.com/wcm-io/io.wcm.wcm.core.components/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.core.components/blob/develop/.maven-settings.xml) for an example with a full configuration.
Then you can build using
```
mvn clean install
```## Build and deploy to local AEM Instance
The script `build-deploy.sh` compiles everything and deploys the WCM Core Components including the Component Library to a local AEM instance running on port 4502.
[adobe-core-components]: https://github.com/adobe/aem-core-wcm-components