mbien opened a new pull request, #347:
URL: https://github.com/apache/maven-indexer/pull/347

   `DefaultScanner` is processing all files which are in the local repo, which 
means that `ArtifactContext` has to deal with files which are no zip archives 
too.
   
   This updates `ArtifactContext` to not log zip exceptions as warning if it 
can't open the zip but should still log all other exceptions which might occur 
after successful initial read.
   
   for example log see: https://github.com/apache/netbeans/issues/6756 (it uses 
a different scanner impl but `DefaultScanner` does even less filtering so the 
result should be the same)


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to