Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcm-io/io.wcm.maven.archetypes.aem
Maven Archetype for creating new AEM projects.
https://github.com/wcm-io/io.wcm.maven.archetypes.aem
adobe-experience-manager aem archetype maven wcm-io
Last synced: about 2 hours ago
JSON representation
Maven Archetype for creating new AEM projects.
- Host: GitHub
- URL: https://github.com/wcm-io/io.wcm.maven.archetypes.aem
- Owner: wcm-io
- License: apache-2.0
- Created: 2017-12-04T12:40:46.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-15T15:25:17.000Z (22 days ago)
- Last Synced: 2024-10-16T18:49:23.262Z (20 days ago)
- Topics: adobe-experience-manager, aem, archetype, maven, wcm-io
- Language: Java
- Homepage: https://wcm.io/tooling/maven/archetypes/aem/
- Size: 8.19 MB
- Stars: 7
- Watchers: 11
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changes.xml
- License: LICENSE
Awesome Lists containing this project
README
wcm.io Maven Archetype for AEM
======
[![Build](https://github.com/wcm-io/io.wcm.maven.archetypes.aem/workflows/Build/badge.svg?branch=develop)](https://github.com/wcm-io/io.wcm.maven.archetypes.aem/actions?query=workflow%3ABuild+branch%3Adevelop)
[![Maven Central](https://img.shields.io/maven-central/v/io.wcm.maven.archetypes/io.wcm.maven.archetypes.aem)](https://repo1.maven.org/maven2/io/wcm/maven/archetypes/io.wcm.maven.archetypes.aem)Maven Archetype for creating new AEM projects.
Documentation: https://wcm.io/tooling/maven/archetypes/aem/
Issues: https://github.com/wcm-io/io.wcm.maven.archetypes.aem/issues
Wiki: https://wcm-io.atlassian.net/wiki/
Continuous Integration: https://github.com/wcm-io/io.wcm.maven.archetypes.aem/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.maven.archetypes.aem/blob/develop/.maven-settings.xml) for an example with a full configuration.
Then you can build using
```
mvn clean install
```