2 Replies Latest reply on Jan 12, 2015 6:48 AM by maxandersen

    can some help us with this bug

    aminem2080

      jboss is saying this when build a new maven based project using jboss development studio

       

      'Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.10 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...........'

      can some please share how solve this?

        • 1. Re: can some help us with this bug
          aminem2080

          i saw a response to this bug but i dont if it right way fix it

          1.close your IDE

          2.Navigate  Users find your user folder and find .m2 folder

          3.Delete the whole repository folder

          4.restart IDE and rerun Maven update (it should run itself maven update) then finished

          5.fixed

          • 2. Re: can some help us with this bug
            maxandersen

            you could also just run with mvn -U or click the "force update dependencies" when doing "update maven configuration" which should force updating previously failed to download files.