macos下idea中maven開發及配置

1. 下載mavenweb

 http://maven.apache.org/apache

2.配置mven環境變量bash

vi ~/.bash_profile
添加
export MAVEN_HOME = ~/path/to/maven
export PATH=$MAVEN_HOME/bin:$PATH

3.IDEA中基於maven開發app

  3.1 新建項目 File > new/project/Maven webapp

      GroupId : 至關於包名package name,包名通常爲公司域名。例如 com.aliyunmaven

      ArtifactId:至關於項目名blog

  3.2 選擇archetype : webapp 開發

  3.3 mvn compile域名

       mvn cleanclass

       mvn install

相關文章
相關標籤/搜索