mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
[misc] make: skip tests for the build and package target
http://maven.apache.org/plugins-archives/maven-surefire-plugin-2.12.4/examples/skipping-test.html
This commit is contained in:
parent
b4651efc79
commit
f98212e96b
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ run: package
|
|||
|
||||
|
||||
build:
|
||||
mvn package
|
||||
mvn package -DskipTests
|
||||
|
||||
|
||||
test:
|
||||
|
@ -18,7 +18,7 @@ clean:
|
|||
|
||||
|
||||
package: clean
|
||||
mvn package
|
||||
mvn package -DskipTests
|
||||
|
||||
|
||||
.PHONY: run package build clean test
|
||||
|
|
Loading…
Reference in a new issue