Hi.

My Maven plugin calls this.repoSystem.resolveArtifact(this.repoSession,
resolutionRequest);. Now, to speed things up, I would like to call it in
parallel in multiple threads with different artifacts. Is it possible to
use resolveArtifact() from multiple threads on the same RepositorySystem
instance?

-- 
VH

Reply via email to