Skip to content
Snippets Groups Projects
Commit ad635b13 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

fix jar build

parent 930349bf
No related branches found
No related tags found
2 merge requests!1700Resolve "introduce new frontend to the jar file build process",!1683fix jar build
Pipeline #85822 canceled
......@@ -396,9 +396,7 @@ build_jar:
- curl -sL https://deb.nodesource.com/setup_12.x | bash -
- DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs
- mvn clean compile install -DskipTests=true
- cd web
- mvn clean compile install
- cd ..
- mvn install -pl web
- cp web/target/*exec.jar minerva.jar
test:dependency_conflict:
......
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