Cannot use Maven Central Repository -
even proxy setting in ../.m2/setting.xml file cannot access maven central repository. told have use local repository. wondering because of limitation way local repository build , use thereby use maven effectively?
you (or admin) can have local repo mirror central repo , set settings.xml file use local repo mirror (see nexus repo documentation put in settings.xml). when build, maven attempt pull resources local repo; if they're not there, repo automatically pull them central , store them. next time build, artifacts come local repo , not central.
Comments
Post a Comment