You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,12 @@ according to your preferences.
85
85
<br >If the paths are not provided, your IDE's `PATH` and `JAVA_HONE` environments will be used to locate the
86
86
executables.
87
87
88
+
-**Maven Wrappers** :
89
+
<br >`preferWrapper`: Configure whether to use Maven wrapper. There are three options available:
90
+
<br >`true`: Always use the wrapper regardless of `Build,Execution,Deployment › Build Tools > Maven: Maven home path` setting
91
+
<br >`false`: Never use the wrapper regardless of `Build,Execution,Deployment › Build Tools > Maven: Maven home path` setting
92
+
<br >`fallback`: Use IntelliJ's `Build,Execution,Deployment › Build Tools > Maven: Maven home path` setting (default behavior)
93
+
88
94
-**Node** :
89
95
<br >Set the full path of the Node executable, which allows Exhort to locate and run one of the corresponding `npm`, `pnpm` or `yarn` command to resolve
Copy file name to clipboardExpand all lines: src/main/resources/META-INF/plugin.xml
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,15 @@
97
97
<br>If the paths are not provided, your IDE's <code>PATH</code> and <code>JAVA_HONE</code> environments will be
98
98
used to locate the executables.
99
99
</li>
100
+
101
+
<li>
102
+
<b>Maven Wrapper</b>:
103
+
<br><code>preferWrapper</code> : Configure whether to use Maven wrapper. There are three options available
104
+
<br><code>true</code>: Always use the wrapper regardless of Build,Execution,Deployment › Build Tools > Maven: Maven home path setting
105
+
<br><code>false</code>: Never use the wrapper regardless of Build,Execution,Deployment › Build Tools > Maven: Maven home path setting
106
+
<br><code>fallback</code>: Use IntelliJ's Build,Execution,Deployment › Build Tools > Maven: Maven home path setting (default behavior)
107
+
</li>
108
+
100
109
<li>
101
110
<b>Node</b>:
102
111
<br>Set the full path of the Node executable, which allows Exhort to locate and execute one of the corresponding <code>npm</code>, <code>pnpm</code> or <code>yarn</code> command
@@ -421,6 +430,8 @@
421
430
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
0 commit comments