Resources module
Edition |
CE |
License |
|
Issues |
|
Maven site |
|
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 |
---|---|
|
Parent reactor |
|
Contains the API and core functionalities, such as ResourcesServlet. |
|
Hosts the Resources Files app. |
|
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.
|