aemanalyser-maven-plugin icon indicating copy to clipboard operation
aemanalyser-maven-plugin copied to clipboard

Make builds reproducible by default

Open kwin opened this issue 1 year ago • 1 comments

Currently the plugin parameter useDependencyVersions is set to false leading to non-reproducible build (as the check is performed against a moving target). To have reproducible builds by default that parameter should be set to true. Also the readme should be clarified in https://github.com/adobe/aemanalyser-maven-plugin/blob/d2b7b530fb1ac8b0280c6c33560adedbcdb580f2/aemanalyser-maven-plugin/README.md#configuration that this also takes into account the SDK API version only listed in dependency management.

kwin avatar Apr 08 '24 16:04 kwin

For informational purposes it should be outlined in the readme which SDK AEM API version the Cloud Manager is using (I guess always the one from the connected environment)

kwin avatar Apr 09 '24 06:04 kwin