简体   繁体   中英

Maven Configuration

Failure to transfer org.codehaus.plexus:plexus-io:jar:2.0.1 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.codehaus.plexus:plexus-io:jar:2.0.1 from/to central ( http://repo.maven.apache.org/maven2 ): No response received after 60000

Here are steps which you can follow.

  1. Make sure internet is ON.
  2. Delete {user.home}/.m2 directory.
  3. Run mvn clean install

Above will build your artifact from scratch. Following command will help you converting the artifact in eclipse runnable project

  1. mvn eclipse:eclipse

Cheers Anant

I think you are trying to upload/download artifact to repo. You need to contact your SCM/maven repo administrator. Server may be down and that is why you are not able to upload/download your artifact.

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