Skip to content

Commit 462bc40

Browse files
committed
create-module-link
1 parent 079a830 commit 462bc40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev_guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ <h2 id="working-with-multi-module-applications">Working with Multi Module Applic
197197
<p>From any of the projects to install that module in your local Maven repository, and it will be automatically picked up by your other modules which use it. Vert.x module system understands how to pull modules from local (as well as remote) Maven repositories.</p>
198198
<p>If you want to enable auto-redeploy for all modules in a multi-module project then it's recommended that you set <code>VERTX_MODS</code> to point to a directory in the parent directory for your modules.</p>
199199
<p>Then in each module project directory execute:</p>
200-
<pre class="prettyprint">vertx create-link &lt;module_name&gt;
200+
<pre class="prettyprint">vertx create-module-link &lt;module_name&gt;
201201
</pre>
202202
<p>This only has to be done once.</p>
203203
<p>Then just run the main module with <code>vertx runmod</code> as normal and any changes in sub modules will be picked up causing redeployment.</p>

docs_md/dev_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ If you want to enable auto-redeploy for all modules in a multi-module project th
181181

182182
Then in each module project directory execute:
183183

184-
vertx create-link <module_name>
184+
vertx create-module-link <module_name>
185185

186186
This only has to be done once.
187187

0 commit comments

Comments
 (0)