java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -


i getting error message , further 1 here: failed read artifact descriptor org.apache.maven.plugins:maven-install-plugin:jar:2.4:

even though when go .m2 repository path c:\users\a591024.m2\repository\org\apache\maven\plugins\maven-resources-plugin\2.4

the maven-resources-plugin-2.4.jar file there , maven-resources-plugin-2.4.pom there. have tried delete .m2 repository no luck. far maven not build project desperately need to.

any ideas?

it seems proxy issue please aad following in setting.xml grabbing lan setting , proxy information.

<proxies>       <proxy>         <id>proxy</id>         <active>true</active>         <protocol>http</protocol>         <host>hostname</host>         <port>port</port>       </proxy>   </proxies> 

this frequent issue, please see below link well.

plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or 1 of dependencies not resolved

maven: failed retrieve plugin descriptor error

plugin org.apache.maven.plugins:maven-install-plugin:2.4 or 1 of dependencies not resolved


Comments

Popular posts from this blog

Round ImageView Android -

How can I utilize Yahoo Weather API in android -