svn propchange: r1669818 - svn:log

2015-03-31 Thread rfscholte
Author: rfscholte Revision: 1669818 Modified property: svn:log Modified: svn:log at Tue Mar 31 19:45:13 2015 -- --- svn:log (original) +++ svn:log Tue Mar 31 19:45:13 2015 @@ -1 +1,2 @@ [MRELEASE-834] release:prepare

svn commit: r1670475 - /maven/release/trunk/maven-release-manager/src/test/java/org/apache/maven/shared/release/exec/InvokerMavenExecutorTest.java

2015-03-31 Thread rfscholte
Author: rfscholte Date: Tue Mar 31 20:43:57 2015 New Revision: 1670475 URL: http://svn.apache.org/r1670475 Log: remove unused import Modified: maven/release/trunk/maven-release-manager/src/test/java/org/apache/maven/shared/release/exec/InvokerMavenExecutorTest.java Modified:

svn commit: r1670518 - in /maven/shared/trunk/maven-shared-utils/src/main/java/org/apache/maven/shared/utils: ./ cli/ cli/javatool/ introspection/ io/ reflection/ xml/ xml/pull/

2015-03-31 Thread hboutemy
Author: hboutemy Date: Tue Mar 31 23:38:42 2015 New Revision: 1670518 URL: http://svn.apache.org/r1670518 Log: fixed errors reported by Checkstyle Modified: maven/shared/trunk/maven-shared-utils/src/main/java/org/apache/maven/shared/utils/StringUtils.java

svn commit: r1670504 - in /maven/doxia/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/parser/module: AbstractParserModule.java ParserModule.java

2015-03-31 Thread hboutemy
Author: hboutemy Date: Tue Mar 31 22:35:54 2015 New Revision: 1670504 URL: http://svn.apache.org/r1670504 Log: [DOXIA-527] allow multiple extensions for given markup Submitted by: Petar Tahchiev, applied with little modifications Modified:

svn commit: r1670510 - /maven/doxia/doxia/trunk/pom.xml

2015-03-31 Thread hboutemy
Author: hboutemy Date: Tue Mar 31 22:48:37 2015 New Revision: 1670510 URL: http://svn.apache.org/r1670510 Log: updated parent pom Modified: maven/doxia/doxia/trunk/pom.xml Modified: maven/doxia/doxia/trunk/pom.xml URL:

svn commit: r1670514 - in /maven/doxia/doxia-sitetools/trunk: ./ doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrenderer/ doxia-doc-renderer/src/main/java/org/apache/maven/doxia/docrendere

2015-03-31 Thread hboutemy
Author: hboutemy Date: Tue Mar 31 23:10:01 2015 New Revision: 1670514 URL: http://svn.apache.org/r1670514 Log: updated parent pom and fixed issues reported by rat and Checkstyle Modified:

svn commit: r1670506 - in /maven/doxia/doxia/trunk: ./ doxia-core/ doxia-logging-api/ doxia-modules/ doxia-modules/doxia-module-apt/ doxia-modules/doxia-module-confluence/ doxia-modules/doxia-module-d

2015-03-31 Thread hboutemy
Author: hboutemy Date: Tue Mar 31 22:39:29 2015 New Revision: 1670506 URL: http://svn.apache.org/r1670506 Log: updated version to 1.7 since DOXIA-527 contains little API change Modified: maven/doxia/doxia/trunk/doxia-core/pom.xml maven/doxia/doxia/trunk/doxia-logging-api/pom.xml

[45/50] [abbrv] maven git commit: Update JDK references to JDK7

2015-03-31 Thread aheritier
Update JDK references to JDK7 Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/c1384a2f Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/c1384a2f Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/c1384a2f Branch:

[10/50] [abbrv] maven git commit: Simplify the bootstrapping instructions to remove use of M2_HOME.

2015-03-31 Thread aheritier
Simplify the bootstrapping instructions to remove use of M2_HOME. As part of deprecating the M2_HOME environment variable (MNGSITE-223), change the bootstrapping instructions so that it's no longer used. Signed-off-by: Jason van Zyl ja...@tesla.io Project:

[26/50] [abbrv] maven git commit: [MNG-5778] s/3.2.6/3.3.0/ in code (@since in javadoc)

2015-03-31 Thread aheritier
[MNG-5778] s/3.2.6/3.3.0/ in code (@since in javadoc) Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/772df4ed Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/772df4ed Diff:

[12/50] [abbrv] maven git commit: MNG-5767 renamed projectBasedir to more descriptive multiModuleProjectDirectory

2015-03-31 Thread aheritier
MNG-5767 renamed projectBasedir to more descriptive multiModuleProjectDirectory Signed-off-by: Igor Fedorenko ifedore...@apache.org Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/e28be4d3 Tree:

[31/50] [abbrv] maven git commit: added doculmentation about extension descriptor

2015-03-31 Thread aheritier
added doculmentation about extension descriptor Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/ab5f3a9d Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/ab5f3a9d Diff:

[11/50] [abbrv] maven git commit: MNG-5734: Fail, rather than just warning, on empty 'module' entries.

2015-03-31 Thread aheritier
MNG-5734: Fail, rather than just warning, on empty 'module' entries. An incorrect non-blank module is currently treated as an error. Behave the same way for a blank module, rather than simply warning about the mistake. Signed-off-by: Jason van Zyl ja...@tesla.io Project:

[29/50] [abbrv] maven git commit: [MNG-5771] enabled modello xdoc/xsd for core extensions mdo, with minimum intro. Still need to improve descriptions and info in mdo

2015-03-31 Thread aheritier
[MNG-5771] enabled modello xdoc/xsd for core extensions mdo, with minimum intro. Still need to improve descriptions and info in mdo Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/5947c4ef Tree:

[27/50] [abbrv] maven git commit: MNG-5779 Export org.slf4j.spi.* to fix the Javadoc plugin error

2015-03-31 Thread aheritier
MNG-5779 Export org.slf4j.spi.* to fix the Javadoc plugin error Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/57a61964 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/57a61964 Diff:

[36/50] [abbrv] maven git commit: MNG-5774 restored MavenCli user/global settings location contants

2015-03-31 Thread aheritier
MNG-5774 restored MavenCli user/global settings location contants Signed-off-by: Igor Fedorenko ifedore...@apache.org Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/cc429e84 Tree:

[24/50] [abbrv] maven git commit: Change version from 3.2.6-SNAPSHOT to 3.3.0-SNAPSHOT

2015-03-31 Thread aheritier
Change version from 3.2.6-SNAPSHOT to 3.3.0-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/368516c2 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/368516c2 Diff:

[42/50] [abbrv] maven git commit: [maven-release-plugin] prepare for next development iteration

2015-03-31 Thread aheritier
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/1d3d2fd3 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/1d3d2fd3 Diff:

[20/50] [abbrv] maven git commit: MNG-5775 Make the project graph building code pluggable to allow for new/different implementations.

2015-03-31 Thread aheritier
http://git-wip-us.apache.org/repos/asf/maven/blob/be3fb200/maven-core/src/test/java/org/apache/maven/graph/DefaultProjectDependencyGraphTest.java -- diff --git

[14/50] [abbrv] maven git commit: MNG-5767 enforce use of maven.multiModuleProjectDirectory, fixed mvn*.bat

2015-03-31 Thread aheritier
MNG-5767 enforce use of maven.multiModuleProjectDirectory, fixed mvn*.bat Signed-off-by: Igor Fedorenko ifedore...@apache.org Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/b01bf0c3 Tree:

[03/50] [abbrv] maven git commit: added javax.inject and slf4j-api to the exported artifacts list

2015-03-31 Thread aheritier
added javax.inject and slf4j-api to the exported artifacts list javax.inject.* and org.slf4j.* packages were already exported, but corresponding artifacts were not. this resulted in same classes present in multiple classlaoders and caused hard-to-troubleshoot build failures in some cases.

[34/50] [abbrv] maven git commit: [maven-release-plugin] prepare release maven-3.3.0

2015-03-31 Thread aheritier
[maven-release-plugin] prepare release maven-3.3.0 Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/b37a7d17 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/b37a7d17 Diff:

[06/50] [abbrv] maven git commit: MNG-5771 user-defined core extensions

2015-03-31 Thread aheritier
MNG-5771 user-defined core extensions read ${maven.projectBasedir}/.mvn/extensions.xml and create core extensions realms during maven runtime bootstrap. this required short-lived bootstrap plexus container to resolve extensions. individual extensions realms are wired to maven.ext realm according

[25/50] [abbrv] maven git commit: Roll back Wagon, when someone releases it we can update

2015-03-31 Thread aheritier
Roll back Wagon, when someone releases it we can update Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/db9e7896 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/db9e7896 Diff:

[41/50] [abbrv] maven git commit: [maven-release-plugin] prepare release maven-3.3.1

2015-03-31 Thread aheritier
[maven-release-plugin] prepare release maven-3.3.1 Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/cab6659f Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/cab6659f Diff:

[01/50] [abbrv] maven git commit: mechanism to carryover session scope seeds from one thread to another

2015-03-31 Thread aheritier
Repository: maven Updated Branches: refs/heads/slf4j-log4j2 bc5e99f9f - baf99442f (forced update) mechanism to carryover session scope seeds from one thread to another Signed-off-by: Igor Fedorenko ifedore...@apache.org Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit:

[22/50] [abbrv] maven git commit: reintroduced LineLength Checkstyle rule and fixed code...

2015-03-31 Thread aheritier
reintroduced LineLength Checkstyle rule and fixed code... Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/eecdc9a1 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/eecdc9a1 Diff:

[09/50] [abbrv] maven git commit: MNG-5771 disabled modello xdoc/xsd for core extensions mdo

2015-03-31 Thread aheritier
MNG-5771 disabled modello xdoc/xsd for core extensions mdo ... hopefully fixes maven site generation Signed-off-by: Igor Fedorenko ifedore...@apache.org Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/2eab8924 Tree:

[16/50] [abbrv] maven git commit: MNG-5776 Drop support for Win9x in mvn launch scripts for Windows, rename .bat to .cmd, remove duplicate code from mvnDebug.cmd

2015-03-31 Thread aheritier
MNG-5776 Drop support for Win9x in mvn launch scripts for Windows, rename .bat to .cmd, remove duplicate code from mvnDebug.cmd Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/c6faf8dd Tree:

[08/50] [abbrv] maven git commit: MNG-5771 updated bootstrap ant build to match pom.xml changes

2015-03-31 Thread aheritier
MNG-5771 updated bootstrap ant build to match pom.xml changes Signed-off-by: Igor Fedorenko ifedore...@apache.org Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/eaef3496 Tree:

[47/50] [abbrv] maven git commit: MNG-5793 do not register same realm both with plugin and extensions realm caches

2015-03-31 Thread aheritier
MNG-5793 do not register same realm both with plugin and extensions realm caches Signed-off-by: Igor Fedorenko ifedore...@apache.org Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/9f50eabe Tree:

[39/50] [abbrv] maven git commit: mvn script is not compatible with OSX (Darwin)

2015-03-31 Thread aheritier
mvn script is not compatible with OSX (Darwin) Signed-off-by: Jason van Zyl ja...@tesla.io closes #39 Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/2f21481d Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/2f21481d

[19/50] [abbrv] maven git commit: MNG-5774 Provide an extension point for alternate CLI configuration source

2015-03-31 Thread aheritier
MNG-5774 Provide an extension point for alternate CLI configuration source Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/79976342 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/79976342 Diff:

[33/50] [abbrv] maven git commit: upgraded MPIR plugin to benefit from MPIR-322

2015-03-31 Thread aheritier
upgraded MPIR plugin to benefit from MPIR-322 Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/d8527aa9 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/d8527aa9 Diff:

[48/50] [abbrv] maven git commit: changed svnpubsub url from /content to /components

2015-03-31 Thread aheritier
changed svnpubsub url from /content to /components Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f78742f3 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f78742f3 Diff:

[02/50] [abbrv] maven git commit: exit session scope in finally {} block

2015-03-31 Thread aheritier
exit session scope in finally {} block Signed-off-by: Igor Fedorenko ifedore...@apache.org Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/e2a07928 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/e2a07928 Diff:

[13/50] [abbrv] maven git commit: MNG-5767 .mvn/ for project specific jvm options and maven parameters -- adapted Windows .bat scripts

2015-03-31 Thread aheritier
MNG-5767 .mvn/ for project specific jvm options and maven parameters -- adapted Windows .bat scripts Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/562896a1 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/562896a1

[46/50] [abbrv] maven git commit: added @since info

2015-03-31 Thread aheritier
added @since info Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/4f553420 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/4f553420 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/4f553420 Branch:

[28/50] [abbrv] maven git commit: Move to Java 7

2015-03-31 Thread aheritier
Move to Java 7 Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/07b8477b Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/07b8477b Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/07b8477b Branch:

[07/50] [abbrv] maven git commit: MNG-5772 upgrade to sisu 0.3.0 and sisu guice 3.2.5

2015-03-31 Thread aheritier
MNG-5772 upgrade to sisu 0.3.0 and sisu guice 3.2.5 Signed-off-by: Igor Fedorenko ifedore...@apache.org Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/bdb4c32e Tree:

[30/50] [abbrv] maven git commit: stupid enchancement :)

2015-03-31 Thread aheritier
stupid enchancement :) Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/207d18dd Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/207d18dd Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/207d18dd Branch:

[32/50] [abbrv] maven git commit: MNG-5783 fixed slf4j is missing from ${plugin.artifacts}

2015-03-31 Thread aheritier
MNG-5783 fixed slf4j is missing from ${plugin.artifacts} Some plugins, e.g., cobertura-maven-plugin, use ${plugin.artifacts} to setup classpath of externally launched jvms and they expect slf4j to be available among plugin dependencies. At the same time slf4j is already part of maven core runtime

[44/50] [abbrv] maven git commit: ignore .java-version in rat plugin

2015-03-31 Thread aheritier
ignore .java-version in rat plugin Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/c88ac1ba Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/c88ac1ba Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/c88ac1ba

[43/50] [abbrv] maven git commit: ignore .java-version file

2015-03-31 Thread aheritier
ignore .java-version file Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/40858143 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/40858143 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/40858143 Branch:

[37/50] [abbrv] maven git commit: [MNG-5767] added documentation for project-specific jvm options and maven command-line parameters

2015-03-31 Thread aheritier
[MNG-5767] added documentation for project-specific jvm options and maven command-line parameters Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/cb356ed4 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/cb356ed4 Diff:

[38/50] [abbrv] maven git commit: [MNG-5771] added core extension reference

2015-03-31 Thread aheritier
[MNG-5771] added core extension reference Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/08715d87 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/08715d87 Diff:

[17/50] [abbrv] maven git commit: [MNG-5740] added maven-builder-support to dependency image

2015-03-31 Thread aheritier
[MNG-5740] added maven-builder-support to dependency image Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/e7f3768b Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/e7f3768b Diff:

[21/50] [abbrv] maven git commit: MNG-5775 Make the project graph building code pluggable to allow for new/different implementations.

2015-03-31 Thread aheritier
MNG-5775 Make the project graph building code pluggable to allow for new/different implementations. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/be3fb200 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/be3fb200

[04/50] [abbrv] maven git commit: use eclipse sisu plugin, lock version with rest of sisu

2015-03-31 Thread aheritier
use eclipse sisu plugin, lock version with rest of sisu Signed-off-by: Igor Fedorenko ifedore...@apache.org Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/6b79ac5e Tree:

[35/50] [abbrv] maven git commit: [maven-release-plugin] prepare for next development iteration

2015-03-31 Thread aheritier
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/eae9a88f Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/eae9a88f Diff:

[15/50] [abbrv] maven git commit: MNG-5767 updated build.xml to match maven changes

2015-03-31 Thread aheritier
MNG-5767 updated build.xml to match maven changes Signed-off-by: Igor Fedorenko ifedore...@apache.org Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/7b3e9567 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/7b3e9567

[50/50] [abbrv] maven git commit: Use a custom distribution name to not see this WIP branch built as the official binary

2015-03-31 Thread aheritier
Use a custom distribution name to not see this WIP branch built as the official binary Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/baf99442 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/baf99442 Diff:

[18/50] [abbrv] maven git commit: Make sure the windows *.cmd files make it into the assembly

2015-03-31 Thread aheritier
Make sure the windows *.cmd files make it into the assembly Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/50899962 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/50899962 Diff:

[05/50] [abbrv] maven git commit: extracted RepositorySystemSessionFactory from DefaultMaven

2015-03-31 Thread aheritier
extracted RepositorySystemSessionFactory from DefaultMaven Signed-off-by: Igor Fedorenko ifedore...@apache.org Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/5f150940 Tree:

[49/50] [abbrv] maven git commit: Package and configure log4J 2.2 by default. Replace the content of conf/logging/log4j2.xml by the one from conf/logging/log4j2-color.xml to enjoy the colorised consol

2015-03-31 Thread aheritier
Package and configure log4J 2.2 by default. Replace the content of conf/logging/log4j2.xml by the one from conf/logging/log4j2-color.xml to enjoy the colorised console Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/dbad2e53

[23/50] [abbrv] maven git commit: updated parent pom, cleanup and updated m-checkstyle-p

2015-03-31 Thread aheritier
updated parent pom, cleanup and updated m-checkstyle-p Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/cf33545c Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/cf33545c Diff: