Skip to content
Snippets Groups Projects
Verified Commit 087c1d72 authored by Carlos Galindo's avatar Carlos Galindo
Browse files

update build instructions

parent 59640025
No related branches found
No related tags found
No related merge requests found
......@@ -11,12 +11,9 @@ Warning: all method calls must resolve to a method declaration. If your Java pro
### Build the project
JavaSDGSlicer manages its dependencies through maven, so you need to have the JDK (≥11) and Maven installed, then run
```
cd sdg-core
mvn install
cd ../sdg-cli
mvn package
cd ..
```
A fat jar containing all the project's dependencies can be then located at `./sdg-cli/target/sdg-cli-{version}-jar-with-dependencies.jar`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment