Skip to content

Commit

Permalink
FURNACE-53: Avoid output of Transfer info to System.out by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jun 3, 2015
1 parent a19ce7c commit 5f81d96
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ public DefaultRepositorySystemSession setupRepoSession(final RepositorySystem re
boolean cacheTransferErrors = true;
session.setResolutionErrorPolicy(new SimpleResolutionErrorPolicy(cacheNotFoundArtifacts, cacheTransferErrors));
session.setWorkspaceReader(new ClasspathWorkspaceReader());
session.setTransferListener(new LogTransferListener(System.out));
return session;
}

Expand Down

0 comments on commit 5f81d96

Please sign in to comment.