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

Merge branch 'debug_run_new' into 'dev'

Update debug start command to use the single jar file

See merge request bmp-caosdb/caosdb-server!9
parents 51291abe d0663063
No related branches found
No related tags found
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