0
votes

i have download the index files from

repo1.maven.org/maven2/.index/nexus-maven-repository-index.properties repo1.maven.org/maven2/.index/nexus-maven-repository-index.gz

than use httpServer ,and edit hosts file in windows10,
so that idea can download maven index files from localhost success,
but ,gzip is fail...

org.jetbrains.idea.maven.server.MavenServerIndexerException: 
              java.io.EOFException: Unexpected end of ZLIB input stream

See Pictures

1

1 Answers

0
votes

I know the problem is happend because the file nexus-maven-repository-index.gz is not good, so download the file from this URL is no problem

https://repo.maven.apache.org/maven2/.index/nexus-maven-repository-index.gz
https://repo.maven.apache.org/maven2/.index/nexus-maven-repository-index.properties

SuccessPicture