Maven achetype 11 issue with autoInstallPackage profile
Hi,
I am creating a new AEM project using maven archetype 11. The project builds fine but when i'm trying to use the profile "autoInstallPackage", the build is failing with error:
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin com.day.jcr.vault:content-package-maven-plugin:0.5.1 or one of its dependencies could not be resolved: Failure to find com.day.jcr.vault:content-package-maven-plugin:jar:0.5.1 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced @
[ERROR] Unknown packaging: content-package
Could anyone let me know how to resolve this issue. I have already tried using profile "adobe-public" but that also didn't work for me.