Maven: best way of linking custom external JAR to my project?
问题 It\'s my first couple of days learning Maven and I\'m still struggling with the basics. I have an external .jar file (not available in the public repos) that I need to reference in my project and I\'m trying to figure out what my best option is. It\'s a small scale project without a central repository for libraries, so it has to be either a local repository (somehow added to source control, don\'t know if it\'s supposed to work that way?) or the .jar needs to be stored on disk outside of any