How do I get the maven repo to sync with remote linux server
Answered
I created a new empty java project on my local windows desktop and downloaded a java project from a remote linux server (via tools > deploymemt > browse remote host). But of course the local java project doesn't have corresponding maven repo files.
How do I get the local windows project to sync up the maven packages with what was in the remote java project?
Please sign in to leave a comment.
Do you have the pom.xml file in your project? Just open it and click "Re-import Maven Project" to synchronize the project's dependencies.
https://i.imgur.com/sj3sEnn.png