You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It exists in two version and min version is defined with the classifier min. But its properties like group and name does not include classifier as AEM 6.x does not support it.
It would be nice to have something similar with maven plugin functionality that allows you to supply name and version of the dependent subpackage.
hi guys,
there is known package in aem - acs-aem-commons-content
dependencies {
cq_package group: 'com.adobe.acs', name: 'acs-aem-commons-content', version: '3.0.2', classifier: 'min', ext: 'zip'
}
It exists in two version and min version is defined with the classifier min. But its properties like group and name does not include classifier as AEM 6.x does not support it.
It would be nice to have something similar with maven plugin functionality that allows you to supply name and version of the dependent subpackage.
In maven they do the following way :
Br,
Yuri
The text was updated successfully, but these errors were encountered: