Intellij - mac : doesn't download the dependencies from mavpom.xlmen
Answered
IntelliJ - IntelliJ IDEA 2022.2 (Community Edition)
Mac - MacOs Monterey version 12.6.5
Upon creating a maven project and adding of dependencies is not updating the external libraries. Reload or build of project or any other action isn't helping.
Snapshot of the issue uploaded
Upload id: 2024_08_29_puwAxXkVAzdfCaGY3UhAGz (file: MavenDepencencyReloadProb.jpg)
Request fir support here. Thanks in advance.
Please sign in to leave a comment.
Hello!
Thank you for reporting this!
On the screenshot provided, the dependencies are added to the
<depedencyManagement>
section, can you confirm the dependencies are added accordingly to the<dependencies>
section of the Project or its Modules?If the dependencies are added to the
<dependencies>
section, would it possible to share the Project for further investigation?Hi,
Thanks for reply.
It is the most basic maven project. Unable to even update the maven repositories.
Will try attaching all details possible. Please let know if any more would be required.
Did not know how to add the log file
https://gitlab.com/arunav3/shareFiles/-/blob/master/shareIdea.log
Hope this will help..
Karriaruna Could you please share the Project or its'
pom.xml
?You can upload either of those along with the logs using our upload service.
Can you please also elaborate on the issue with the Maven Repositories? Does IDEA return any error messages?
Project uploaded…. Upload id: 2024_09_11_225nEvyV4eqebcCZyddxN8 (file: HiberMavProj2 2.zip)
Log file uploaded….Upload id: 2024_09_11_R32SoRHKGMTQsLurpNQFsv (file: shareIdea_11Sep2024.log)
when executing the project getting the file not found error as the external libraries is not getting updated with the pom.xml.
Have to manually add the external dependent jars to every new project….