8000 Enforce service pack installation with package dependencies · Issue #435 · adobe/aem-guides-wknd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Enforce service pack installation with package dependencies #435
Open
@kwin

Description

@kwin

In order to enforce the minimum service pack requirements for AEM 6.5 there should be an according package dependency in the ui.all package (only for non-cloud).

<dependency>
    <group>adobe/cq650/servicepack</group>
    <name>aem-service-pkg</name>
    <version>6.5.17</version><!-- at least SP17 required -->
</dependency>

(compare with https://jackrabbit.apache.org/filevault-package-maven-plugin/generate-metadata-mojo.html#dependencies).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0