RSS Aggregator module
Content management Bundled: Community edition
Edition | CE |
---|---|
License |
|
Issues |
|
Maven site |
|
Latest |
2.6.6 |
Due to performance issues, we do not recommend using this module as part of your Magnolia Cloud deployment. |
Installing with Maven
Maven is the easiest way to install the module. Add the following to your bundle:
<dependency>
<groupId>info.magnolia</groupId>
<artifactId>magnolia-module-rssaggregator</artifactId>
<version>2.6.6</version> (1)
</dependency>
1 | Should you need to specify the module version, do it using <version> . |