java - Clean and install command is not working maven-eclipse -
maven run , install not working , shows below error:
plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or 1 of dependencies not resolved: failed read artifact descriptor org.apache.maven.plugins:maven-clean-plugin:jar:2.5: not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.5 from/to central (http://repo1.maven.org/maven2): connect timed out
what have tried solve problem till today:
1.i have updated project
2.tweak pom.xml
3.i have used force update command
4.proxy setting not required it's local internet connection.
5.compile command working fine.
p.s:same project works fine friend not working me.
any more suggestion??????????
Comments
Post a Comment