eclipse - How to force Maven only go to local repository to look for dependencies? -
i taking on maven project former colleage's hand. there nexus configed in settings.xml, url invalid. dependencies project needs in local repository on hard drive(i went check , there are).
the problem pom.xml still says miss artifacts or dependencies, , everytime run maven command try clean or update or re-compile or re-build, maven went nexus url download dependencies , fail...
this cost me whole day , drove me crazy. why does't maven go local repository dependencies??? there in there!!
you can try work offline via:
mvn --offline ...
but expect there else wrong.
Comments
Post a Comment