Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcm-io/io.wcm.maven.archetypes.aem-confmgmt
Maven Archetype for creating infrastructure deployment and configuration management projects for AEM.
https://github.com/wcm-io/io.wcm.maven.archetypes.aem-confmgmt
adobe-experience-manager aem archetype maven wcm-io
Last synced: 1 day ago
JSON representation
Maven Archetype for creating infrastructure deployment and configuration management projects for AEM.
- Host: GitHub
- URL: https://github.com/wcm-io/io.wcm.maven.archetypes.aem-confmgmt
- Owner: wcm-io
- License: apache-2.0
- Created: 2018-08-17T14:18:35.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-06T10:40:54.000Z (8 months ago)
- Last Synced: 2024-03-26T05:59:25.708Z (8 months ago)
- Topics: adobe-experience-manager, aem, archetype, maven, wcm-io
- Language: Python
- Homepage: https://wcm.io/tooling/maven/archetypes/aem-confmgmt/
- Size: 449 KB
- Stars: 0
- Watchers: 12
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes.xml
- License: LICENSE
Awesome Lists containing this project
README
wcm.io Maven Archetype for AEM Configuration Management
======
[![Build](https://github.com/wcm-io/io.wcm.maven.archetypes.aem-confmgmt/workflows/Build/badge.svg?branch=develop)](https://github.com/wcm-io/io.wcm.maven.archetypes.aem-confmgmt/actions?query=workflow%3ABuild+branch%3Adevelop)
[![Maven Central](https://img.shields.io/maven-central/v/io.wcm.maven.archetypes/io.wcm.maven.archetypes.aem-confmgmt)](https://repo1.maven.org/maven2/io/wcm/maven/archetypes/io.wcm.maven.archetypes.aem-confmgmt)Maven Archetype for creating infrastructure deployment and configuration management projects for AEM.
Documentation: https://wcm.io/tooling/maven/archetypes/aem-confmgmt/
Issues: https://github.com/wcm-io/io.wcm.maven.archetypes.aem-confmgmt/issues
Wiki: https://wcm-io.atlassian.net/wiki/
Continuous Integration: https://github.com/wcm-io/io.wcm.maven.archetypes.aem-confmgmt/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-confmgmt/blob/develop/.maven-settings.xml) for an example with a full configuration.
Then you can build using
```
mvn clean install
```