Package Manager module
Unbundled: Extension
Edition |
DX Core |
License |
|
Issues |
|
Maven site |
|
Latest |
2.0.0-alpha1 |
This module is in alpha state. This alpha version is intended for testing and evaluation purposes only and must not be used in production environments. |
The Package Manager module installs the Package Manager app allowing users to configure packages on author instances and use the packages on both author and public instances.
Installing with Maven
Maven is the easiest way to install the module. Add the following to your bundle:
<dependency>
<groupId>info.magnolia.packagemanager</groupId>
<artifactId>magnolia-package-manager-core</artifactId>
<version>2.0.0-alpha1</version> (1)
</dependency>
1 | Should you need to specify the module version, do it using <version> . |
<dependency>
<groupId>info.magnolia.packagemanager</groupId>
<artifactId>magnolia-package-manager-api</artifactId>
<version>2.0.0-alpha1</version> (1)
</dependency>
1 | Should you need to specify the module version, do it using <version> . |
<dependency>
<groupId>info.magnolia.packagemanager</groupId>
<artifactId>magnolia-package-manager-app</artifactId>
<version>2.0.0-alpha1</version> (1)
</dependency>
1 | Should you need to specify the module version, do it using <version> . |
<dependency>
<groupId>org.apache.jackrabbit.vault</groupId>
<artifactId>org.apache.jackrabbit.vault</artifactId>
<version>3.8.4-magnolia-alpha2</version>
</dependency>