Skip to content

Watermark removal submodule

Rui Miguel Carvalho edited this page Mar 13, 2020 · 2 revisions

Download Submodule

In order to remove the watermark from the Star UML files, you must add the submodule from this repo. To do this, you can simply run (when cloning this repo):

git clone --recurse-submodules https://github.com/AndreTeixeira1998/II_Project.git

If you have already cloned this repo and want to add the submodule run:

git submodule update --init --recursive

Run watermark cleanser

cd II_project
java -jar tools/staruml-watermark/target/staruml-watermark.jar -d UML
Clone this wiki locally