[GitHub] maven issue #100: Spelling non-API change

2017-01-28 Thread jsoref
Github user jsoref commented on the issue: https://github.com/apache/maven/pull/100 @michael-o : this PR is roughly "non-API change". I split off #101 for the API change (and included deprecation, but not docs, that's too much to ask). #102 is a bug fix, I think, so I split it

[GitHub] maven issue #100: Spelling

2017-01-28 Thread michael-o
Github user michael-o commented on the issue: https://github.com/apache/maven/pull/100 @jsoref I am somewhat confused by the new PRs. I wanted two distinct PRs. Can you do that? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

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

2017-01-28 Thread Alix Lourme
Roohh ... I discover the MavenSession usage and its capacity. I will review all my plugins :-). Happy to discover some powerfull things like that the weekend, just many thanks Hervé. 2017-01-28 13:21 GMT+01:00 Hervé BOUTEMY : > what about

What's the correct way to use InputLocationTracker?

2017-01-28 Thread Michel Pawlak
Hi all, I need some help with issues I’m facing when using org.apache.maven.model.InputLocationTracker. Let’s first have a look at this sample class file (I tried to only keep what is relevant to the issue.) -[snip]— import java.util.ArrayList; import java.util.List; import

Re: [VOTE] Release Maven Wagon version 2.12

2017-01-28 Thread Michael Osipov
Am 2017-01-27 um 14:17 schrieb 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:

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

2017-01-28 Thread Hervé BOUTEMY
what about MavenSession.getRequest().isUpdateSnapshots()? with MavenSession injected, of course Regards, Hervé Le vendredi 27 janvier 2017, 16:14:45 CET Alix Lourme a écrit : > Hi Samuel, > > If your substantive question is: "*How to catch the usage of > --update-snapshots on the Maven command

[ANN] Apache Maven Shade Plugin 3.0.0 Released

2017-01-28 Thread Olivier Lamy
Hi, The Apache Maven team is pleased to announce the release of the Apache Maven Shade Plugin, version 3.0.0 This plugin provides the capability to package the artifact in an uber-jar, including its dependencies and to shade - i.e. rename - the packages of some of the dependencies.