|
|
|
|
|
by ojciecczas
2107 days ago
|
|
I decreased required HDDs size by 20% in CI system by adding "-ntp" switch to all maven commands. It makes the maven stop printing "Downloading..." when it downloads artifacts. How I did it? I added alias mvn=mvn -ntp in .bashrc. |
|