Maven Build : was cached in the local repository -


i trying build multi module maven project getting error below.

 unresolveable build extension: plugin com.day.jcr.vault:content-package-maven-plugin:0.0.24 or 1 of dependencies not resolved: failure find com.day.jcr.vault:content-package-maven-plugin:jar:0.0.24 in https://repo.maven.apache.org/maven2 cached in local repository, resolution not reattempted until update interval of central has elapsed or updates forced -> [help 2]  unknown packaging: content-package @ com.prj.prj.aem:aem-parent.ui.apps:[unknown-version], c:\latest\prj\ui.apps\pom.xml, line 34, column 16 

i have jar file content-package-maven-plugin-0.0.24.jar @ c:\users\user.m2\repository\com\day\jcr\vault\content-package-maven-plugin\0.0.24 location

do have adobe profile in settings? https://docs.adobe.com/docs/en/aem/6-2/develop/dev-tools/vlt-mavenplugin.html (section "obtaining content package maven plugin")

i had same issue you, , resolved setting activebydefault true in .m2/settings.xml


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -