Skip to content
Snippets Groups Projects
Commit cc3f683a authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

fix for the assembly target in the makefile

parent 3174efcb
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,8 @@ compile: easy-units
# Compile into a standalone jar file
jar: compile
mvn assembly:single
mvn clean compile assembly:single
# mvn assembly:single
start-portforwarding:
sudo iptables -t nat -N CAOSDB
......
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