Resources module

Edition

CE

License

MLA, GPL

Issues

MGNLRES

Maven site

Resources

Latest

3.0.8

The Resources module loads resource files from all sources - JCR, file system and classpath. The module includes the Resource Files app to manage your resources.

Module structure

ArtifactId Description

magnolia-resources-parent

Parent reactor

magnolia-resources

Contains the API and core functionalities, such as ResourcesServlet.

magnolia-resources-app

Hosts the Resources Files app.

magnolia-resources-templating

Contains the resfn templating functions.

Installing with Maven

Maven is the easiest way to install the module. Add the following to your bundle:

<dependency>
  <groupId>info.magnolia.resources</groupId>
  <artifactId>magnolia-resources-app</artifactId>
  <version>3.0.8</version>
</dependency>
<dependency>
  <groupId>info.magnolia.resources</groupId>
  <artifactId>magnolia-resources-templating</artifactId>
  <version>3.0.8</version>
</dependency>
Since the above two modules both depend on magnolia-resources, you do not have to add the dependency of the latter to your POM file, Maven will handle the dependency.
Related topics
Feedback