Skip to content

Commit

Permalink
2017-06-21 增加 Maven 搭配 IntelliJ IDEA 的使用技巧
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchaohuang committed Jun 21, 2017
1 parent 77c0c6d commit ecd5679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven-skill-introduce.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
```

- 以上代码中 profile 就做一件事:设置全局的 profile,一个是 nexus 仓库,一个是 aliyun 仓库,默认激活的是 nexus 仓库。(activeProfiles)
- 在 pom.xml 中,一般用来激活环境配置,比如
- 在 pom.xml 中,一般用来激活环境配置,比如以下代码

``` xml
<profiles>
Expand Down

0 comments on commit ecd5679

Please sign in to comment.