mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user