mirror of https://github.com/apache/maven.git
d698618204
For the following cases I have done the following: 1) Logging to the console: I simply restored the class that was there such that when logging to the console it uses System.out as it did and the d ownload progress appears as it did. 2) Logging in batch mode: the batch mode transfer listener uses an SLF4J logger and the batch mode transfer listener doesn't report download progr ess so there is no issue. Download progress would just create a bunch of noise. The size and the speed at which it is downloaded are logged. 3) Logging to a file: same as 2) except it's all diverted to the specified file. 4) I created two protected methods in MavenCli so that integrators can supply their own console and batch transfer listeners if they wish. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1407913 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
apache-maven | ||
maven-aether-provider | ||
maven-artifact | ||
maven-compat | ||
maven-core | ||
maven-embedder | ||
maven-model | ||
maven-model-builder | ||
maven-plugin-api | ||
maven-repository-metadata | ||
maven-settings | ||
maven-settings-builder | ||
src/site | ||
.gitattributes | ||
.gitignore | ||
README.bootstrap.txt | ||
README.md | ||
README.txt | ||
build.xml | ||
doap_Maven.rdf | ||
maven-ant-tasks-2.1.1.jar | ||
pom.xml |
README.md
Homepage
Wiki
https://cwiki.apache.org/confluence/display/MAVEN/Index
Issue Tracker
http://jira.codehaus.org/browse/MNG