I know Maven is very popular and I have used it only when given exact step by step guides. I would like to know, how do you use it in the general context?
For example, I recently cloned this GIT repo https://github.com/mrniko/netty-socketio/tree/netty-socketio-1.7.7 into Eclipse using the Git import tool. This software comes with none of the dependencies, but the expectation is I get them through Maven/Pom.xml.
However, I am stumped at this point. I am using Eclipse Luna and I don't see any option to "resolve dependencies"? I would think it'd be a simple button to press.
Obviously its not as simple as that! Any help would be great before I start downloading my dependencies one by one from their sites! (just kidding)
I hope to not make a Stackoverflow post for each time I want to resolve my maven issues, so I hope that I can learn a bit more about maven troubleshooting through this!