Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Fix README of mvn command tutorial on Windows #1

Merged
merged 1 commit into from
Mar 28, 2023

Conversation

gfzum
Copy link
Contributor

@gfzum gfzum commented Mar 28, 2023

mvnwmvnw.cmd 是用来执行内嵌入项目的 wrapper maven 的命令,正常来说 win 下 IDEA 里 maven 插件执行的还是本地 maven 的命令,只是在 terminal 使用 mvn 时没有配置环境变量所以无法正常使用。
然而最魔怔的地方在于当 IDEA 项目创建以后,在外部更改了环境变量不会影响 IDEA 内部的环境变量,因为 IDEA 内的 terminal 使用的是 IDEA 这个子进程的环境变量,所以必须得在创建 IDEA 项目之前就配置好 maven 的环境变量,才可以在项目的 ternimal 中使用 mvn 命令。。。
所以最后为了方便,写了几种基于 IDEA 的 Run Anything 的方法。

README.md Show resolved Hide resolved
@hezean hezean merged commit 6eedce2 into hezean:main Mar 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants