Skip to content
Snippets Groups Projects
Commit 564a3b49 authored by Daniel's avatar Daniel
Browse files

MAINT: Moved `make compile` to front of makefile.

parent 6d1e5917
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,9 @@ ...@@ -23,6 +23,9 @@
SHELL:=/bin/bash SHELL:=/bin/bash
compile: easy-units
mvn compile
runserver: runserver:
mvn exec:java@run mvn exec:java@run
...@@ -35,9 +38,6 @@ run-debug: ...@@ -35,9 +38,6 @@ run-debug:
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
compile: easy-units
mvn compile
# Compile into a standalone jar file # Compile into a standalone jar file
jar: compile jar: compile
mvn clean compile assembly:single mvn clean compile assembly:single
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment