i want to use -
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @niks1!
Have you tried Maven Central for dependency resolution?
Please also double check on the version information of your according dependency. According to the plugins usage section, the version looks something like (not just "1.4.0") for the latest releases:
<version>2.0.2-1.4.0</version>
Hope that helps!
Hi @niks1!
Have you tried Maven Central for dependency resolution?
Please also double check on the version information of your according dependency. According to the plugins usage section, the version looks something like (not just "1.4.0") for the latest releases:
<version>2.0.2-1.4.0</version>
Hope that helps!
Hi @niks1,
Try building using "-U" in your maven command. Example : mvn -U install -PautoInstallPackage
I hope you are trying to update to this version of Sling HTL maven plugin - https://mvnrepository.com/artifact/org.apache.sling/htl-maven-plugin/1.1.6-1.4.0
Views
Likes
Replies