JCR Tools module
Developer productivity Bundled: Community edition
Edition | CE |
---|---|
License |
|
Issues |
|
Maven site |
|
Latest |
2.0.0 |
The JCR tools module installs the JCR Tools app that includes subapps to execute JCR queries, create workspace dumps, and export and import JCR content.
Installing with Maven
Maven is the easiest way to install the module. Add the following to your bundle:
<dependency>
<groupId>info.magnolia.jcrtools</groupId>
<artifactId>magnolia-jcr-tools</artifactId>
<version>2.0.0</version> (1)
</dependency>
1 | Should you need to specify the module version, do it using <version> . |
Usage
See JCR Tools app.