Updated the maven dependecies Updated launcher dump example Signed-off-by: Zacharias <1+zacharias@noreply.localhost>
This commit is contained in:
@@ -28,7 +28,7 @@ This will put the `launcher-1.0-all.jar`(or similar, based on the version) in `.
|
|||||||
`$ java -jar launcher-1.0-all.jar`<br>
|
`$ java -jar launcher-1.0-all.jar`<br>
|
||||||
you can use the `-h` argument to get a help message.
|
you can use the `-h` argument to get a help message.
|
||||||
```
|
```
|
||||||
Launch options for NeuroChat:
|
Launch options for NeuroDock:
|
||||||
-h --help Provides this help message
|
-h --help Provides this help message
|
||||||
-s --server Starts the application as API server
|
-s --server Starts the application as API server
|
||||||
-p --port Provides the port number that the API server should use, defaults to 39075
|
-p --port Provides the port number that the API server should use, defaults to 39075
|
||||||
@@ -51,7 +51,7 @@ If you only want to build a specific module, you can use the same command as lis
|
|||||||
- This is the main module that runs the application and starts the API server
|
- This is the main module that runs the application and starts the API server
|
||||||
|
|
||||||
## Maven dependency avalible!
|
## Maven dependency avalible!
|
||||||
- Core: [Gitea](https://git.server.4zellen.se/neurodock/-/packages/maven/me.zacharias.neurodock:core)
|
- Core: [Gitea (legacy)](https://git.server.4zellen.se/neurodock/-/packages/maven/me.zacharias.neurodock:core) | [Gitea](https://git.server.4zellen.se/neurodock/-/packages/maven/me.neurodock:core)
|
||||||
- Plugin-API: [Gitea](https://git.server.4zellen.se/neurodock/-/packages/maven/me.zacharias.neurodock:plugin-api)
|
- Plugin-API: [Gitea (legacy)](https://git.server.4zellen.se/neurodock/-/packages/maven/me.zacharias.neurodock:plugin-api) | [Gitea](https://git.server.4zellen.se/neurodock/-/packages/maven/me.neurodock:plugin-api)
|
||||||
|
|
||||||
Please note the move from `me.zacharias.neurodock` to `me.neurodock` for the Maven dependencies
|
Please note the move from `me.zacharias.neurodock` to `me.neurodock` for the Maven dependencies
|
||||||
Reference in New Issue
Block a user