Re: Maven Core IT failures with Eclipse Aether

2013-03-18 Thread Stuart McCulloch
BTW, the following files appear to contain merge conflicts: maven-embedder/src/site/apt/logging.apt maven-plugin-api/src/site/apt/index.apt On 19 Mar 2013, at 00:53, Jason van Zyl wrote: > On Mar 18, 2013, at 5:49 PM, Hervé BOUTEMY wrote: > >> I just had a look at the failures:

Re: Maven Core IT failures with Eclipse Aether

2013-03-18 Thread Jason van Zyl
On Mar 18, 2013, at 5:49 PM, Hervé BOUTEMY wrote: > I just had a look at the failures: they are caused by > DefaultMavenReportExecutor using Sonatype Aether ExclusionsDependencyFilter > [1] for MavenPluginManager.setupPluginRealm(...) API call [2] which is > affected > by switching to Eclips

Re: Maven Core IT failures with Eclipse Aether

2013-03-18 Thread Hervé BOUTEMY
I just had a look at the failures: they are caused by DefaultMavenReportExecutor using Sonatype Aether ExclusionsDependencyFilter [1] for MavenPluginManager.setupPluginRealm(...) API call [2] which is affected by switching to Eclipse Aether We will need some tweaks in maven-reporting-exec to d

Re: Maven Core IT failures with Eclipse Aether

2013-03-18 Thread Jason van Zyl
In the ITs I have changed the ranges to accommodate these ITs not running with Eclipse Aether: MavenITmng3743ForkWithPluginManagementTest: Site plugin MavenITmng3703ExecutionProjectWithRelativePathsTest: Site plugin MavenITmng3684BuildPluginParameterTest: Site plugin MavenITmng3372DirectInvocatio

Re: Build failed in Jenkins: core-it-maven-3-win #346

2013-03-18 Thread Stuart McCulloch
Looks like the Windows box on the grid could do with some cleanup: "IOException: There is not enough space on the disk" On 18 Mar 2013, at 20:02, Apache Jenkins Server wrote: > See > > Changes: > > [jason] Fix call to Simp

Re: Maven checkstyle plugin. No html report when failOnError = true.

2013-03-18 Thread Wayne Fay
> If it's not the right address to ask such questions please direct me to the > right please and sorry for inconvenience. This list is for the discussion of the development of Maven itself. Please post questions like yours to the Maven Users list, thanks. Wayne --

Re: maven pull request: Fix call to SimpleLoggerFactory.reset method

2013-03-18 Thread Jason van Zyl
No problem, Stuart fixed it up. All good. On Mar 18, 2013, at 12:18 PM, ceki wrote: > sorry about the unused INSTANCE field in SimpleLoggerFactory which is > unnecessarily confusing. Just got rid of it: > > https://github.com/qos-ch/slf4j/commit/192f47034eda752 > > On 18.03.2013 19:59, mccul

Re: maven pull request: Fix call to SimpleLoggerFactory.reset method

2013-03-18 Thread ceki
sorry about the unused INSTANCE field in SimpleLoggerFactory which is unnecessarily confusing. Just got rid of it: https://github.com/qos-ch/slf4j/commit/192f47034eda752 On 18.03.2013 19:59, mcculls wrote: GitHub user mcculls opened a pull request: https://github.com/apache/maven/pull/

maven pull request: Fix call to SimpleLoggerFactory.reset method

2013-03-18 Thread mcculls
GitHub user mcculls opened a pull request: https://github.com/apache/maven/pull/4 Fix call to SimpleLoggerFactory.reset method Use LoggerFactory to make sure we get the right instance to reset, as SimpleLoggerFactory.INSTANCE is not actually used by slf4j-simple's StaticLoggerBinde

Re: Contribute the code

2013-03-18 Thread Jason van Zyl
We have not actually decided whether we want this behaviour or not. I'll take a look, but we have code to turn on/off that behaviour it's really more a decision about what the proper behaviour is. On Mar 18, 2013, at 1:03 AM, kunal somani wrote: > Hi, > > I was trying to implement the below f

[Committer School] I would like to become a committer

2013-03-18 Thread Manuel Blechschmidt
I am interested in the following areas: DOXIA-CORE-1.3 I observed that nobody is currently actively maintaining the doxia core branch. I would like to take responsibility and maintain this branch. I already discovered a bug, created a test project for reproducing the bug, create a test case and

Contribute the code

2013-03-18 Thread kunal somani
Hi, I was trying to implement the below feature in my project. http://docs.codehaus.org/display/MAVEN/Dependency+Mediation+and+Conflict+Resolution#DependencyMediationandConflictResolution-DependencyVersionRanges After implementing range feature with Maven 3.0..5 in my project, come to know that