Messages App module
Collaboration Bundled: Community Edition
Edition | CE |
---|---|
License |
|
Issues |
|
Maven site |
|
Latest |
6.2.19 |
Messages app allows you to send messages to other users via the Notifications app.
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 version is managed by the parent POM, add the following to your webapp’s <dependencies>
section.
<dependency>
<groupId>info.magnolia.messages</groupId>
<artifactId>magnolia-messages-app</artifactId>
<version>6.2.19</version> (1)
</dependency>
1 | Should you need to specify the module version, do it using <version> . |
Usage
See Messages app.