java - Why do i can't to add library in maven? -
i use intellij idea 15.0.3 , has built-in version of maven. when try add library (mysql-connector), maven can't seem find it. image
if did not tell intellij download dependencies automatically, continue showing on picture. there possible ways follow. can build project mvn clean install
or can change settings of intellij download artifacts automatically or can triger download clicking button on maven menu of intellij.
Comments
Post a Comment