mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
[misc] hide the download progress of dependencies
This commit is contained in:
@@ -6,11 +6,11 @@ run: package
|
||||
|
||||
|
||||
build:
|
||||
mvn package -DskipTests
|
||||
mvn --no-transfer-progress package -DskipTests
|
||||
|
||||
|
||||
test:
|
||||
mvn test
|
||||
mvn --no-transfer-progress test
|
||||
|
||||
|
||||
clean:
|
||||
@@ -18,7 +18,7 @@ clean:
|
||||
|
||||
|
||||
package: clean
|
||||
mvn package -DskipTests
|
||||
mvn --no-transfer-progress package -DskipTests
|
||||
|
||||
|
||||
.PHONY: run package build clean test
|
||||
|
||||
Reference in New Issue
Block a user