本地庫中的包都有一個_remote.repositories文件,示例:
1 #NOTE: This is an Aether internal implementation file, its format can be changed without prior notice. 2 #Fri Aug 10 10:04:28 CST 2018 3 spring-boot-starter-web-1.5.9.RELEASE.pom>test1-nexus-mirro= 4 spring-boot-starter-web-1.5.9.RELEASE.jar>test1-nexus-mirro= 5 spring-boot-starter-web-1.5.9.RELEASE.pom>test2-nexus-mirro= 6 spring-boot-starter-web-1.5.9.RELEASE.jar>test2-nexus-mirro=
這個文件存儲的是每次從私服或者中央倉庫下載的jar包的信息。
第3行:pom文件>私服ID名稱
第4行:jar文件>私服ID名稱
第5、6行:從另一個私服下載的記錄