Package Manager module

Unbundled: Extension Magnolia 6.2 compatible

Edition

DX Core

License

MLA

Issues

Maven site

Latest

1.0.0-alpha2

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.

Package manager is incompatible with assets that include binaries stored outside of JCR. This applies to hybrid assets and DAM version 5, version 6, and later.

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>1.0.0-alpha2</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>1.0.0-alpha2</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>1.0.0-alpha2</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-compatibility</artifactId>
  <version>1.0.0-alpha2</version> (1)
</dependency>
1 Should you need to specify the module version, do it using <version>.
<dependency>
  <groupId>info.magnolia.warp</groupId>
  <artifactId>warp-frontend</artifactId>
  <version>1.0.0-beta1-packman</version>
</dependency>

Deployment

For deployment in production environments with Magnolia 6.2 and 6.3, you must add two properties to your magnolia.properties file on your author instance for the new UI to communicate with the Package Manager backend.

magnolia.warp.url=<SERVER_URL>/.resources/warp-frontend/index.html#
magnolia.api.url=<SERVER_URL>/.rest
Feedback

DX Core

×

Location

This widget lets you know where you are on the docs site.

You are currently perusing through the Package Manager module docs.

Main doc sections

DX Core Headless PaaS Legacy Cloud Incubator modules