Tag Archives: repository

Overriding the default maven repository

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 the [...]
Posted in /geek, /sysadmin, /unix, /work | Also tagged , , , | 1 Comment