This a content package project generated using the multimodule-content-package-archetype.
This project uses Maven for building. Common commands:
From the root directory, runmvn -PautoInstallPackage clean install to build the bundle and content package and install to a CQ instance.
From the bundle directory, runmvn -PautoInstallBundle clean install to buildjust the bundle and install to a CQ instance.
To use vlt with this project, first build and install the package to your local CQ instance as described above. Then cd tocontent/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 normalvlt up andvlt ci commands.
The CRX host and port can be specified on the command line with:mvn -Dcrx.host=otherhost -Dcrx.port=5502