Top "Mvn-repo" questions

This tag is to describe questions related to Maven Repositories, be it local or on the server.

How to add local jar files to a Maven project?

How do I add local jar files (not yet part of the Maven repository) directly in my project's library sources?

java maven dependencies libraries mvn-repo
Find Oracle JDBC driver in Maven repository

I want to add the oracle jdbc driver to my project as dependency (runtime scope) - ojdbc14. In MVNrepository site …

java maven jdbc maven-2 mvn-repo
Get source JARs from Maven repository

Does anyone have any idea if you can find source JARs on Maven repositories?

java maven mvn-repo
Create local maven repository

I want to create local maven repository. I did the following steps: Installed maven plugin in eclipse Created one folder …

maven maven-2 mvn-repo
Hosting a Maven repository on github

I have a fork of a small open sourced library that I'm working on on github. I'd like to make …

maven github github-pages mvn-repo
What files in a Maven project should be committed to git?

I want to know what files in a Maven project should be committed to git. Am I suppose to perform …

java git apache maven mvn-repo
Resolution will not be attempted until the update interval of company_repository has elapsed or updates are forced

I already have seen answers to this problems several time and I tried them too. I am trying to use …

java maven mvn-repo