Skip to content

Commit 0c53068

Browse files
authored
Merge pull request #9387 from atennapel/run/4642-mx-create-module-package-dep-sync
[RUN-4642] Add new flag to mx create-module-package docs
2 parents d8c4407 + ae25bc9 commit 0c53068

File tree

1 file changed

+1
-0
lines changed
  • content/en/docs/refguide/general/mx-command-line-tool

1 file changed

+1
-0
lines changed

content/en/docs/refguide/general/mx-command-line-tool/export.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ These are the `OPTIONS`:
6363
| `-l, --filter-required-libs` | Includes all the files except the userlibs that do not have an accompanying `[ModuleName].RequiredLib` file. |
6464
| `-e, --exclude-files` | Excludes all the files that match the given regular expression. |
6565
| `-d, --package-dir` | Exports the module package to the directory. |
66+
| `-m, --exclude-managed-dependencies` | Excludes managed dependencies from synchronization and the exported module package. Note that this will prevent the module from being used if Gradle synchronization is disabled in Studio Pro. |
6667
| `--help` | Displays the help screen. |
6768

6869
For `TARGET-FILE`, specify the *.mpr* app you want to export.

0 commit comments

Comments
 (0)