この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
i want to use -
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
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