Skip to content
Snippets Groups Projects
Commit d0663063 authored by Henrik tom Woerden's avatar Henrik tom Woerden
Browse files

Update debug start command to use the single jar file

parent 51291abe
Branches
Tags
No related merge requests found
...@@ -29,8 +29,8 @@ runserver: ...@@ -29,8 +29,8 @@ runserver:
run: compile run: compile
mvn exec:java@run mvn exec:java@run
run-debug: compile run-debug:
mvn exec:java@run-debug java -Dcaosdb.debug=true -jar target/caosdb-server-0.1-SNAPSHOT-jar-with-dependencies.jar
run-single: run-single:
java -jar target/caosdb-server-0.1-SNAPSHOT-jar-with-dependencies.jar java -jar target/caosdb-server-0.1-SNAPSHOT-jar-with-dependencies.jar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment