Configuration Framework module
Developer productivity Bundled: Community Edition
Edition | CE |
---|---|
License |
|
Issues |
|
Maven site |
|
Latest |
6.2.60 |
This module manages selected configuration aspects of Magnolia.
Installing with Maven
Bundled modules are automatically installed for you.
Beta versions are located in the magnolia.internal.releases repository within Nexus.
|
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.core</groupId>
<artifactId>magnolia-configuration</artifactId>
<version>6.2.60</version> (1)
</dependency>
1 | Should you need to specify the module version, do it using <version> . |