Magnolia CMS Modules

by Devexperts

Child pages
  • dx-sync-module

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download the latest module version.
Note: it is going to be available as a Maven artefact soon.

Download

dx-sync-module-1.1.1.jar
Go to Downloads page and download the latest version of dx-sync-module-1.1.1-sources.jar 

Install

First, you need to install jnotify http://jnotify.sourceforge.net/ library to your servlet container, including both java and native library parts.
This library is used to get notifications from the file system about file updates.
You can download it from here:

...

mvn install:install-file -DgroupId=com.devexperts.web -DartifactId=dx-sync-module -Dversion=1.1.12 -Dpackaging=jar -Dfile=dx-sync-module-1.1.12.jar -DgeneratePom=true
mvn install:install-file -DgroupId=com.devexperts.web -DartifactId=dx-sync-module -Dversion=1.1.12 -Dpackaging=jar -Dclassifier=sources -Dfile=dx-sync-module-1.1.12-sources.jar -DgeneratePom=false

...

<dependency>
<groupId>com.devexperts.web</groupId>
<artifactId>dx-sync-module</artifactId>
<version>1.1.1<2</version>
</dependency>
Configuration

...