maven - No plugin found for prefix 'spring-boot' -


i getting below error

[debug] writing tracking file /root/.m2/repository/org/codehaus/mojo/resolver-status.properties [debug] not find metadata org.apache.maven.plugins/maven-metadata.xml in local (/root/.m2/repository) [debug] not find metadata org.codehaus.mojo/maven-metadata.xml in local (/root/.m2/repository) [info] ------------------------------------------------------------------------ [info] build failure [info] ------------------------------------------------------------------------ [info] total time: 26.391 s [info] finished at: 2017-08-21t04:57:47+00:00 [info] final memory: 10m/106m [info] ------------------------------------------------------------------------ [error] no plugin found prefix 'spring-boot' in current project , in plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available repositories [local (/root/.m2/repository), central (https://repo.maven.apache.org/maven2)] -> [help 1] org.apache.maven.plugin.prefix.nopluginfoundforprefixexception: no plugin found prefix 'spring-boot' in current project , in plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available repositories [local (/root/.m2/repository), central (https://repo.maven.apache.org/maven2)] 

please suggest if need make correction in pom.xml


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -