Site module
Developer productivity Bundled: Community Edition
Edition | CE |
---|---|
License |
|
Issues |
|
Maven site |
|
Latest |
1.4.7 |
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
Bundled modules are automatically installed for you.
If the module is unbundled, add the following to your bundle including your project’s <dependencyManagement>
section and your webapp’s <dependencies>
section.
If the module is unbundled but the parent POM manages the version, add the following to your webapp’s <dependencies>
section.
<dependency>
<groupId>info.magnolia.site</groupId>
<artifactId>magnolia-site-app</artifactId>
<version>1.4.7</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.