JCR Tools module
Developer productivity Bundled: Community Edition
Edition | CE |
---|---|
License |
|
Issues |
|
Maven site |
|
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
Bundled modules are automatically installed for you.
If the module is unbundled, add the following to your bundle including your project’s <dependencyManagement>
section and your webapp’s <dependencies>
section.
If the module is unbundled but the parent POM manages the version, add the following to your webapp’s <dependencies>
section.
<dependency>
<groupId>info.magnolia.jcrtools</groupId>
<artifactId>magnolia-jcr-tools</artifactId>
<version>1.3</version> (1)
</dependency>
1 | Should you need to specify the module version, do it using <version> . |
Usage
See JCR Tools app.