https://github.com/ashokkumarta/deep-json
An AEM utility to expose nested content as json
https://github.com/ashokkumarta/deep-json
aem bundle content cq5 deep fetch java json related
Last synced: 3 months ago
JSON representation
An AEM utility to expose nested content as json
- Host: GitHub
- URL: https://github.com/ashokkumarta/deep-json
- Owner: ashokkumarta
- Created: 2016-02-29T07:43:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-29T07:51:29.000Z (over 10 years ago)
- Last Synced: 2024-01-09T09:35:17.710Z (over 2 years ago)
- Topics: aem, bundle, content, cq5, deep, fetch, java, json, related
- Language: Java
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Deep Json Util
========
This a content package project generated using the multimodule-content-package-archetype.
Building
--------
This project uses Maven for building. Common commands:
From the root directory, run ``mvn -PautoInstallPackage clean install`` to build the bundle and content package and install to a CQ instance.
From the bundle directory, run ``mvn -PautoInstallBundle clean install`` to build *just* the bundle and install to a CQ instance.
Using with VLT
--------------
To use vlt with this project, first build and install the package to your local CQ instance as described above. Then cd to `content/src/main/content/jcr_root` and run
vlt --credentials admin:admin checkout -f ../META-INF/vault/filter.xml --force http://localhost:4502/crx
Once the working copy is created, you can use the normal ``vlt up`` and ``vlt ci`` commands.
Specifying CRX Host/Port
------------------------
The CRX host and port can be specified on the command line with:
mvn -Dcrx.host=otherhost -Dcrx.port=5502