Skip to content

Commit 294e112

Browse files
committed
readme
1 parent 0e2c4e5 commit 294e112

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Before using this script, make sure you have the following prerequisites install
88

99
- Git
1010
- cURL
11-
- Maven (if you intend to use the "build" command)
1211

1312
## Usage
1413

@@ -35,13 +34,6 @@ The script accepts several commands and arguments as follows:
3534
./talend-modules.sh update
3635
```
3736

38-
- `build`: Run the build command using Maven: `./mvnw clean install -P-nonofficial -DskipTests`.
39-
40-
Example:
41-
```bash
42-
./talend-modules.sh build
43-
```
44-
4537
- `help`: Display usage instructions.
4638

4739
Example:
@@ -55,8 +47,6 @@ The script accepts several commands and arguments as follows:
5547

5648
- The "clean" command resets Git submodules to the last committed state and removes untracked files from the project's working directory, excluding files specified in `.gitignore`.
5749

58-
- The "build" command runs the specified Maven build command for your project.
59-
6050
- The "update" command initializes and updates Git submodules to their latest versions.
6151

6252
- The "help" command displays this help message.

0 commit comments

Comments
 (0)