mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #9081 from overleaf/jpa-bring-back-build
[git-bridge] bring back "build" make target GitOrigin-RevId: 14b57aa437142d05db8b96218426a3e9385c2254
This commit is contained in:
@@ -11,9 +11,10 @@ run: $(MVN_TARGET) runtime-conf
|
||||
java $(GIT_BRIDGE_JVM_ARGS) -jar $(MVN_TARGET) conf/runtime.json
|
||||
|
||||
|
||||
$(MVN_TARGET): $(shell find src -type f)
|
||||
$(MVN_TARGET): $(shell find src -type f) pom.xml
|
||||
mvn $(MVN_OPTS) package -DskipTests
|
||||
|
||||
build: $(MVN_TARGET)
|
||||
|
||||
test:
|
||||
mvn $(MVN_OPTS) test
|
||||
@@ -27,4 +28,4 @@ package: clean
|
||||
mvn $(MVN_OPTS) package -DskipTests
|
||||
|
||||
|
||||
.PHONY: run package clean test runtime-conf
|
||||
.PHONY: run package build clean test runtime-conf
|
||||
|
||||
Reference in New Issue
Block a user