wcm-io / io.wcm.maven.aem-cloud-dependencies

Maven dependencies for the AEM Cloud Service SDK
https://wcm.io/tooling/maven/aem-dependencies.html
Apache License 2.0
2 stars 3 forks source link

Obtain AEMaaCS SDK version from /system/console/productinfo #71

Closed stefanseifert closed 1 month ago

stefanseifert commented 1 month ago

instead of from /system/console/status-productinfo.txt, because the later does only work when a license.properties file is present. down is that we have to parse a huge HTML chunk, but it works with the same regex to extract the version.

fixes #68