sullis commented on PR #12444:
URL: https://github.com/apache/pinot/pull/12444#issuecomment-1961760327

   when I run this command:
   
   ```
   mvn -B clean compile
   ```
   
   the output includes the download of each individual jar file:
   
   ```
   [INFO] Downloaded from central: 
https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.3/asm-9.3.jar (122 kB at 
399 kB/s)
   [INFO] Downloading from central: 
https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar
   ```
   
   When I run the same command with the "ntp" option
   
   ```
   mvn -B -ntp clean compile
   ```
   
   the output does not include any of the "download" messages
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to