I\'m mavenizing some projects.
These projects all depend on a number of libraries, most of them are available in the maven repo. For the other libraries, I\'d like to cr
As danben said, you'll have to deploy these jar to a repository. However, I seem to understand from your question that you don't have a repository except the global maven one.
You could use Nexus, or Artifactory.