This is an automated email from the ASF dual-hosted git repository. baunsgaard pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/systemds.git
commit 02240bd0728e184f8d3e5d1f2e0de9319e429e3a Author: baunsgaard <[email protected]> AuthorDate: Thu Nov 4 15:29:19 2021 +0100 [MINOR] Add silent flag to copy of dependencies This simply reduce the amount of logging while copying the dependencies while building. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 1e88b60..d323458 100644 --- a/pom.xml +++ b/pom.xml @@ -168,6 +168,7 @@ <goal>copy-dependencies</goal> </goals> <configuration> + <silent>true</silent> <outputDirectory>${project.build.directory}/lib</outputDirectory> </configuration> </execution>
