Skip to content

Commit 7a3f12d

Browse files
authored
Update README.md
1 parent cf5c019 commit 7a3f12d

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -469,19 +469,22 @@ The `build.sh` script executes maven commands on the module, including deploying
469469

470470
It takes the parameters below.
471471

472-
1. Anypoint Org Id: the Anypoint business organization where to deploy the module.
473-
2. Build option: the type of build to execute: `local`, `deploy`.
474-
- `local`: builds locally (installs dependencies and module in local maven repository)
475-
- `deploy`: deploys module to Exchange
472+
1. Build option: the type of build to execute: [package, install, deploy].
473+
- package: builds the package without installing
474+
- install: builds locally (installs dependencies and module in local maven repository)
475+
- deploy: deploys module to Exchange
476+
2. Maven Group Id: the Maven group id for the artifact. Can be Anypoint business organization to which to deploy the module.
477+
3. Repo ID: the ID of the Maven repository. Defaults to Exchange2 if not provided.
478+
4. Repo URL: the URL of the Maven repository. Defaults to Anypoint Exchange URL if not provided.
476479

477480
**Syntax**
478481
```
479-
./build.sh {Anypoint Org ID} {build option}
482+
./build.sh [build option] [Maven Group ID] [repo ID] [repo URL]
480483
```
481484

482485
**Example**
483486
```
484-
./build.sh 43ae201-c97b-4665-9310-e3ac89ce1c28 deploy
487+
./build.sh deploy 43ae201-c97b-4665-9310-e3ac89ce1c28
485488
```
486489

487490
[mule-ee]: https://docs.mulesoft.com/mule-runtime/latest/maven-reference#configure-mulesoft-enterprise-repository

0 commit comments

Comments
 (0)