Magnolia 6.0 reached end of life on June 26, 2019. This branch is no longer supported, see End-of-life policy.
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.
<dependency> <groupId>info.magnolia.site</groupId> <artifactId>magnolia-site-app</artifactId> <version>1.4.4</version> </dependency>
The dependency to the site-app is sufficient. Maven will automatically add the site module
See Site definition.