How do I get IntelliJ IDEA to import maven libraries correctly? -


i using intellij idea version 14.1.4 , importing maven pom.xml file create idea project configuration. expect read dependencies declared in pom file , configure idea module use libraries, not; instead fails locate (all of) libraries , therefore not build. (the project build command line using maven.)

if open project structure dialog , @ individual module, can see has no dependencies other jdk , "". if try add 1 find maven libraries appear in list of "project libraries", none of ones need. if click "new library" add maven library can specify library name , appear in autocomplete list, when click "ok" error message "no files downloaded ".

i tried looking in settings under build, execution, deployment > build tools > maven > repositories , local repository looks correct. furthermore, if open maven repository hand can find .pom , .jar files package.

i welcome suggestion how fix or how troubleshoot it.

[note: jetbrains folks notice this. stackoverflow wonderful , all, , hope answer here, did spend 20 minutes trying post on devnet.jetbrains.com instead. not allow me log in. have left message it... couldn't log in.]


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -