JCR Tools module

Edition CE

License

MLA, GPL

Issues

JCRTOOLS

Maven site

UI

Latest

1.3

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>1.3</version>
</dependency>

Usage

Feedback