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
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ Before using this script, make sure you have the following prerequisites install
8
8
9
9
- Git
10
10
- cURL
11
-
- Maven (if you intend to use the "build" command)
12
11
13
12
## Usage
14
13
@@ -35,13 +34,6 @@ The script accepts several commands and arguments as follows:
35
34
./talend-modules.sh update
36
35
```
37
36
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
-
45
37
-`help`: Display usage instructions.
46
38
47
39
Example:
@@ -55,8 +47,6 @@ The script accepts several commands and arguments as follows:
55
47
56
48
- 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`.
57
49
58
-
- The "build" command runs the specified Maven build command for your project.
59
-
60
50
- The "update" command initializes and updates Git submodules to their latest versions.
0 commit comments