Re: Massive number of failing ITs

2016-05-19 Thread Michael Osipov
Am 2016-05-20 um 00:02 schrieb Anton Tanasenko: Looks like the high failure count was due to https://issues.apache.org/jira/browse/MNG-6023 The commit that reverted the slf4j version change came in some 9 hours ago while we were running tests just before that. https://github.com/apache/maven/comm

[GitHub] maven pull request: [MNG-4777] Match property for profile activati...

2016-05-19 Thread vjkoskela
Github user vjkoskela commented on the pull request: https://github.com/apache/maven/pull/80#issuecomment-220525039 The use case we had was to activate a different profile for snapshot and release versions in order to release to a custom artifact store using the http wagon plugin. We

[GitHub] maven pull request: [MNG-4777] Match property for profile activati...

2016-05-19 Thread jvanzyl
Github user jvanzyl commented on the pull request: https://github.com/apache/maven/pull/80#issuecomment-220492182 How do you plan on using this feature? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] maven pull request: [MNG-6025] Add a ProjectArtifactsCache similar...

2016-05-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/maven/pull/82 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enable

Re: Massive number of failing ITs

2016-05-19 Thread Anton Tanasenko
Looks like the high failure count was due to https://issues.apache.org/jira/browse/MNG-6023 The commit that reverted the slf4j version change came in some 9 hours ago while we were running tests just before that. https://github.com/apache/maven/commit/4b35102f0e3302e15a80d3ddb756463601b9217a 2016-

Re: Massive number of failing ITs

2016-05-19 Thread Michael Osipov
Am 2016-05-19 um 13:29 schrieb Jason van Zyl: Igor, Anton, and myself between OS X, Linux and Windows have 40 IT failures in Maven master right now. I’ve had the same setup for 8 years, Igor and Anton have consistent setups as well. I’m not sure if people aren’t running the integration tests or w

Re: Massive number of failing ITs

2016-05-19 Thread Uwe Barthel
Hi Jason, I tried the gist bash script. First of all I’ve to change the patchUrl: ——8<—8<——snipp——8<—8<—— […] #patchUrl=${repository}/pull/${pr}.patch patchUrl=https://patch-diff.githubusercontent.com/raw/apache/maven/pull/${pr}.patch […] ——8<—8<——snipp——8<—8<—— otherwise the cont

[ANN] Apache Software Foundation Parent POM Version 18 Released

2016-05-19 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Software Foundation Parent POM Version 18. https://maven.apache.org/pom/asf/ You should specify the version in your project as parent like the following: org.apache apache 18 Release Notes - Maven POMs - Version

Re: [VOTE] Release Apache Maven Resources Plugin version 3.0.0 (Take 2)

2016-05-19 Thread Karl Heinz Marbaise
Hi, The vote has passed with the following result: +1 : Anders Hammar, Michael Osipov, Hervé Boutemy, Karl Heinz Marbaise PMC quorum: reached. I will promote the artifacts to the central repo. Kind regards Karl Heinz Marbasie -

Re: [VOTE] Release Apache Maven Resources Plugin version 3.0.0 (Take 2)

2016-05-19 Thread Karl Heinz Marbaise
Hi, here is my +1 Kind regards Karl Heinz Marbaise On 5/16/16 9:14 PM, Karl Heinz Marbaise wrote: Hi, We solved 26 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317827&version=12331252 There are still a couple of issues left in JIRA: https://issues.apache.org/jir

Re: Massive number of failing ITs

2016-05-19 Thread Jason van Zyl
This is what I wrote for people trying to contribute to core: http://takari.io/2014/06/01/contributing-to-maven-core.html And what I use to smoke test contributed PRs: https://gist.github.com/jvanzyl/16da25976f8ad27293fa > On May 19, 2016, at 3:00 PM, Karl Heinz Marbaise wrote: > > Hi Jason,

Re: Massive number of failing ITs

2016-05-19 Thread Jason van Zyl
Myself, Igor, Anton and this CI instance (https://ci.takari.io/job/maven-integration-tests/246/console) get the same thing. So we have an even worse situation where some changes made to scripts or the IT harness allow us all the get wildly different results. > On May 19, 2016, at 3:20 PM, Uwe

Re: Massive number of failing ITs

2016-05-19 Thread Uwe Barthel
Hi Jason, I tried to reproduce the IT failure at master. Fetched https://github.com/apache/maven - master - last commit: 4b35102f0e3302e15a80d3ddb756463601b9217a Fetched https://github.com/apache/maven-integration-testing - master - last commit: af138c8a75a0b1a852510b27ed2c469992cde69a ——8<———

Re: Massive number of failing ITs

2016-05-19 Thread Karl Heinz Marbaise
Hi Jason, i would like to know more details about that setup cause i'm thinking for a longer time to make a setup of the IT environment via Docker etc. this would mean having a consistent and reproducible environment for running the it's... Kind regards Karl Heinz On 5/19/16 1:29 PM, Jason v

Massive number of failing ITs

2016-05-19 Thread Jason van Zyl
Igor, Anton, and myself between OS X, Linux and Windows have 40 IT failures in Maven master right now. I’ve had the same setup for 8 years, Igor and Anton have consistent setups as well. I’m not sure if people aren’t running the integration tests or what but it’s pretty sad. It’s not a small num

[GitHub] maven pull request: [MNG-6025] Add a ProjectArtifactsCache similar...

2016-05-19 Thread atanasenko
GitHub user atanasenko opened a pull request: https://github.com/apache/maven/pull/82 [MNG-6025] Add a ProjectArtifactsCache similar to PluginArtifactsCache You can merge this pull request into a Git repository by running: $ git pull https://github.com/atanasenko/maven mng6025