[RESULT] [VOTE] Release Apache Maven Invoker version 3.0.0 (shared component)

2017-01-27 Thread Robert Scholte
Hi, The vote has passed with the following result: +1 : Karl Heinz Marbaise, Robert Scholte, Hervé BOUTEMY PMC quorum: reached I will promote the artifacts to the central repo. On Sun, 22 Jan 2017 21:03:31 +0100, Robert Scholte wrote: Hi, We solved 9 issues:

Re: [VOTE] Maven Shade Plugin 3.0.0

2017-01-27 Thread Olivier Lamy
my +1 On 24 January 2017 at 14:34, Olivier Lamy wrote: > Hi > We solved 13 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > version=12331395=Text=12317921=Create > > Staging repo: > https://repository.apache.org/content/repositories/maven-1319/ >

[RESULT][VOTE] Maven Shade Plugin 3.0.0

2017-01-27 Thread Olivier Lamy
Hi, Vote has passed with the following result: +1: Arnaud, Robert, Olivier I will finish the process. Cheers -- Olivier Lamy http://twitter.com/olamy | http://linkedin.com/in/olamy

Re: Progress check for 3.5.0

2017-01-27 Thread Michael Osipov
Am 2017-01-25 um 22:08 schrieb Christian Schulte: Am 01/25/17 um 20:53 schrieb Michael Osipov: Am 2017-01-22 um 13:58 schrieb Michael Osipov: Am 2017-01-22 um 11:22 schrieb Stephen Connolly: I'm currently waiting on Hervé to start the 1.0.3 release of resolver. Once we get that I'm going to

[ANN] Apache Maven Invoker 3.0.0 Released (shared component)

2017-01-27 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven Invoker, version 3.0.0 This API is concerned with firing a Maven build in a new JVM. It accomplishes its task by building up a conventional Maven command line from options given in the current request, along with

[VOTE] Release Maven Wagon version 2.12

2017-01-27 Thread Michael Osipov
Hi, We solved 28 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318122=12338924 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20WAGON%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC

Re: Requesting a single Monorepo enhancement for Maven

2017-01-27 Thread Paul Hammant
Here it is working with some Python scripting growing/shrinking the checkout. http://paulhammant.com/2017/01/27/maven-in-a-google-style-monorepo/ A team could use it like that, right now. On Wed, Jan 25, 2017 at 6:35 AM, Paul Hammant wrote: > OK so I've grappled git's sparse

Re: Always get the false value when calling org.apache.maven.shared.invoker.InvovationRequest.isUpdateSnapshots()

2017-01-27 Thread Alix Lourme
Hi Samuel, If your substantive question is: "*How to catch the usage of --update-snapshots on the Maven command line ?*", I'm not sure *DefaultInvocationRequest *is a way (used for maven-invoker call). I had to do it in the past, and I have not found convenience solution like some others

Re: Mojo testing with JUnit 4?

2017-01-27 Thread Robert Scholte
Hi, see http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/getting-started/index.html and look for MojoRule Robert On Fri, 27 Jan 2017 21:36:13 +0100, Russell Gold wrote: Are there versions of the base test cases (AbstractMojoTestCase,

[GitHub] maven-integration-testing pull request #18: [MNG-5958] restore binary compat...

2017-01-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/maven-integration-testing/pull/18 --- 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

Mojo testing with JUnit 4?

2017-01-27 Thread Russell Gold
Are there versions of the base test cases (AbstractMojoTestCase, PlexusTestCase) that are usable with JUnit 4? If not, has anyone published a pattern for testing mojos with JUnit 4? - To unsubscribe, e-mail: