Site module
Developer productivity Bundled: Community edition
| Edition | CE | 
|---|---|
| License | |
| Issues | |
| Maven site | |
| Latest | 2.0.1 | 
The Site module provides a site API. It allows you to create a site definition that contains configuration for a whole site such as navigation and common page areas.
Installing with Maven
Maven is the easiest way to install the module. Add the following to your bundle:
<dependency>
  <groupId>info.magnolia.site</groupId>
  <artifactId>magnolia-site-app</artifactId>
  <version>2.0.1</version> (1)
</dependency>| 1 | Should you need to specify the module version, do it using <version>. | 
| The dependency to the site-app is sufficient. Maven will automatically add the site module | 
Usage
See Site definition.