简体   繁体   中英

Maven: Meaning of _remote.repositories file

I try to figure it out what the .repositories files are for.

I've just downloaded the dsol/dsol-xml/1.6.9 and in this folder there is a '_remote.repositories' file. Its content is:

#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
#Tue Sep 15 18:16:30 CEST 2015
dsol-xml-1.6.9.jar>simulation=
dsol-xml-1.6.9.pom>simulation=

What does this means?!

Thanks for your help!

Gist from the original answer

with Maven 3.0.x, when an artifact is downloaded from a repository, maven leaves a _maven.repositories file to record where the file was resolved from.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM