IDEA构建Scala的maven项目
file-->new project-->Maven-->选择Create from archetype
-->选择org.scala-tools.archetypes:scala-archetype-simple-->next
-->输入groupID,artifactID-->finish-->等一会,等idea自动配置好pom.xml文件
-->再更新pom.xml文件
-->点击idea右侧的maven project,点击最左上角的刷新,若plugins中出错,则点击lifecycle中的clean,再点击刷新就可以了