Code samples for talk about CONGA at adaptTo() 2015 in Berlin:
CONGA - Configuration generation for Sling and AEM
- Java 8
- Maven 3.3
This CONGA example is based on a wcm.io sample project containing an AEM application and CONGA example roles and templates:
https://github.com/wcm-io/wcm-io-samples
Before generating the configuration you have to clone this repo and execute mvn clean install
.
Alternatively you can add the Sonatype OSS snapshot repo to your maven settings; the snapshots of the sample project are published there:
https://oss.sonatype.org/content/repositories/snapshots/
To build the configuration clone the current repository and execute:
mvn clean package
You will find the generated configuration at target/configuration
.