Apache Maven core
Go to file
Jason van Zyl d698618204 MNG-5374: Fix transfer listener after the JSR330 merge
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
2012-11-11 04:40:00 +00:00
apache-maven o update to slf4j 1.7.2 which allows the customization of the WARN level label. in the case of maven we vary slightly from all the standard logging implementations in that we use the string WARNING instead of WARN. once this change is made all the ITs pass again as all the failures were the result of string searches anchored on WARNING. 2012-10-11 20:26:24 +00:00
maven-aether-provider removed code duplication: maven-core can use base MavenRepositorySystemSession provided by maven-aether-provider as a basis before adding environment configuration 2012-11-10 17:14:21 +00:00
maven-artifact added javadoc 2012-11-10 22:16:09 +00:00
maven-compat removed code duplication: maven-core can use base MavenRepositorySystemSession provided by maven-aether-provider as a basis before adding environment configuration 2012-11-10 17:14:21 +00:00
maven-core fixed typo 2012-11-10 22:15:18 +00:00
maven-embedder MNG-5374: Fix transfer listener after the JSR330 merge 2012-11-11 04:40:00 +00:00
maven-model fixed typo 2012-10-27 21:59:10 +00:00
maven-model-builder added link to profile activators 2012-10-30 17:32:35 +00:00
maven-plugin-api next version will be 3.1 (Jira updated accordingly: 3.1 renamed to 3.2) 2012-10-07 09:14:21 +00:00
maven-repository-metadata improved description for the 3 different use-cases: un-versioned artifact, snapshot artifact and group containing Maven plugins 2012-10-27 15:53:03 +00:00
maven-settings next version will be 3.1 (Jira updated accordingly: 3.1 renamed to 3.2) 2012-10-07 09:14:21 +00:00
maven-settings-builder next version will be 3.1 (Jira updated accordingly: 3.1 renamed to 3.2) 2012-10-07 09:14:21 +00:00
src/site updated skin 2012-09-02 21:49:00 +00:00
.gitattributes [MNG-5046] Remove $Id$ from sources 2011-03-23 23:30:11 +00:00
.gitignore ignore .idea 2012-01-23 09:28:22 +00:00
README.bootstrap.txt ant 1.8 required for bootstrap build 2012-04-02 19:36:36 +00:00
README.md o Added readme for github 2010-11-15 22:29:30 +00:00
README.txt separating READMEs so the bootstrap info doesn't get into the distro. 2008-01-22 21:53:20 +00:00
build.xml correctly set + for mvnDebug and mvnyjp in ant build 2011-09-01 15:01:43 +00:00
doap_Maven.rdf add 3.0.4 in doap file 2012-07-09 09:09:49 +00:00
maven-ant-tasks-2.1.1.jar o Updated bootstrap to use upcoming maven-ant-tasks:2.1.1 2010-07-20 10:00:22 +00:00
pom.xml o upgraded MPIR to 2.6 2012-11-11 04:22:44 +00:00