Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: DOCU-2817

...

Include Page
_Maven is the easiest way to install
_Maven is the easiest way to install

Artifact maven dependencies snippet
groupIdinfo.magnolia.sitemesh
artifactIdmagnolia-module-sitemesh

...

Code Block
<dependency>
  <groupId>info.magnolia.sitemesh</groupId>
  <artifactId>magnolia-module-sitemesh</artifactId>
</dependency>

...

Uninstalling

  1. Remove the /server/filters/sitemesh node.
  2. Remove the /server/rendering/engine/listeners/sitemesh node.
  3. Remove the /modules/sitemesh node and its subnodes.
  4. Shut down Magnolia, remove the SiteMesh module JAR ( magnolia-module-sitemesh.jar ) from WEB-INF/lib and start up Magnolia again.

...