Skip to content

Commit 01bb432

Browse files
rename fat jar classifier according to MC conventions
1 parent b77e5f9 commit 01bb432

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ of further examples for quality checks.
147147

148148
* [**Download SysML v2 Tool**](https://www.monticore.de/download/MCSysMLv2.jar)
149149

150-
The [SysML v2 tool](bin/MCSysMLv2.jar) offers options for processing SysML v2
150+
The SysML v2 tool offers options for processing SysML v2
151151
models. It provides through the CLI as follows:
152152

153153
`java -jar MCSysMLv2.jar [-h] -i <fileName> [-path <p>] [-pp [<file>]] [-s [<file>]]`
@@ -182,7 +182,7 @@ planned.
182182

183183
##### Prerequisites
184184

185-
To run the tool, it is required to install a Java 11 JRE.
185+
To run the tool, it is required to install a Java 21 JRE.
186186

187187
## Building the Tool from the Sources (if desired)
188188

@@ -207,9 +207,9 @@ two command:
207207
```
208208
./gradlew :language:shadowJar
209209
```
210-
Please ensure that you have java 21 JRE installed and gradle is set up to use it.
210+
Please ensure that you have Java 21 JRE installed and gradle is set up to use it.
211211

212-
Congratulations! The executable JAR file `language-7.*.*-SNAPSHOT-cli.jar` is
212+
Congratulations! The executable JAR file `language-7.*.*-SNAPSHOT-mc-tool.jar` is
213213
now in the directory `language/target/libs`.
214214

215215

language/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ shadowJar {
7979
manifest {
8080
attributes "Main-Class": " de.monticore.lang.sysmlv2.SysMLv2Tool"
8181
}
82-
archiveClassifier = 'cli'
82+
archiveClassifier = 'mc-tool'
8383
minimize()
8484
}
8585

0 commit comments

Comments
 (0)