If you are using maven for builds or dependency management you will notice that by default maven always attempts to pull dependencies from the public maven repository (repo1). After reading documentation and examples I thought you could easily override this by specifying a local repository in your respective project object model file (pom.xml). Example. Not [...]
↧