apache - Unable to create a maven project in eclipse -


i trying create maven project , showing below error

could not calculate build plan: plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or 1 of dependencies not resolved: failed read artifact descriptor org.apache.maven.plugins:maven-resources-plugin:jar:2.5 plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or 1 of dependencies not resolved: failed read artifact descriptor org.apache.maven.plugins:maven-resources-plugin:jar:2.5

i have m2e plugin installed in eclipse , system variable set.

c:\users\852346>mvn -v

apache maven 3.3.1 (cab6659f9874fa96462afef40fcf6bc033d58c1c; 2015-03-14t01:40:2 7+05:30) maven home: d:\apache-maven-3.3.1 java version: 1.7.0_25, vendor: oracle corporation java home: c:\program files\java\jre7 default locale: en_us, platform encoding: cp1252 os name: "windows 7", version: "6.1", arch: "x86", family: "windows"**

but still getting same error.

i found answer, forgot add proxy server using in settings.xml file in .m2/ directory.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -