Versions Compared

Key

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

...

Code Block
"externalSources" : {
      "home-directory" : {
        "classname" : "org.modeshape.connector.filesystem.FileSystemConnector",
        "directoryPath" : "${user.home}",
        "projections" : [ "default:/home => /" ],
        "readOnly" : true,
        "addMimeTypeMixin" : true
      }
    }
  • The directoryPath parameter specifies the base directory of the filesystem that is accessible to fedora.
  • The projections parameter creates one or more mappings from a repository path to a filesystem path (relative to the base directory specified in directoryPath).

Install the fcrepo-jcr artifacts to your local maven repository:

...