Skip to content

Commit ecd5679

Browse files
author
zhangchaohuang
committed
2017-06-21 增加 Maven 搭配 IntelliJ IDEA 的使用技巧
1 parent 77c0c6d commit ecd5679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maven-skill-introduce.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
```
101101

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

105105
``` xml
106106
<profiles>

0 commit comments

Comments
 (0)