https://issues.apache.org/jira/browse/MDEP-480

2020-05-11 Thread Benson Margulies
I'm helping someone dust this off as a warm up to development in the plugin. Could folks have a look at the JIRA and see if the feature makes sense?

Re: Maven in python

2020-05-11 Thread Vikas Mishra
Hi, Please help me in below problem. Regards, Vikas Mishra On Sun, 10 May 2020, 4:14 am Vikas Mishra, wrote: > Hi, > > > Hope you are doing well! > > I want to use maven (pom.xml) in python. I am having python 3.6.3 and > visual studio code as an IDE in my laptop. I also installed serenity wi

Re: Merging via GitHub

2020-05-11 Thread Elliotte Rusty Harold
Could someone who understands Git and what should happen update https://maven.apache.org/developers/conventions/git.html with detailed instructions? I've tried every variation I can imagine and nothing seems to produce the results that are being asked for. Also, if you don't want people to use Mer

Re: Merging via GitHub

2020-05-11 Thread David Jencks
It's possible to configure GitHub to allow rebase and merge, which I think is what you want. It may be possible to configure GitHub to only allow this. I’m not sure if this is something infra has to do or if a project admin can set it up. Camel recently made a related change. David Jencks >

Re: Merging via GitHub

2020-05-11 Thread Tibor Digana
This probably happens when the committer has pressed "Squash and merge". I expect it does not rebase. But when you press "Rebase and merge" then the commits would be rebased on the HEAD but it does not squash the commits to one. So you have to check the parent commit. If it is old then the contrib

Re: Merging via GitHub

2020-05-11 Thread Benson Margulies
Could you send me a pointer to refresh my memory on procedures? It's been a while ... On Mon, May 11, 2020 at 1:42 PM Michael Osipov wrote: > Folks, > > please do NOT merge via merge button in GitHub: > > > commit 158f54e3abc5c1d602146a08902482b6a19e2c27 (origin/master, > origin/HEAD) > > Merge:

Merging via GitHub

2020-05-11 Thread Michael Osipov
Folks, please do NOT merge via merge button in GitHub: commit 158f54e3abc5c1d602146a08902482b6a19e2c27 (origin/master, origin/HEAD) Merge: 34253e3d f7de3a6e Author: Elliotte Rusty Harold Commit: GitHub Merge pull request #66 from apache/plex [SCM-930] update plexus-utils commit f7d

[CANCELLED] [VOTE] Release Apache Maven Surefire Plugin version 2.22.3

2020-05-11 Thread Tibor Digana
Hi, I am cancelling the vote due to an issue we found. -- Cheers Tibor

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.22.3

2020-05-11 Thread Tibor Digana
Thank you for participating. The Vote is cancelled. On Sun, May 3, 2020 at 11:44 PM Tibor Digana wrote: > Hi, > > We solved 2 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927&version=12345472 > > There are still a couple of issues left in JIRA: > > https://is

Re: JDK 8 Minimum Requirement for Maven Resolver 2.0

2020-05-11 Thread Tibor Digana
The code written in j8 looks more compact. The loops and annonymous classes with one method do not waste the code lines. You can create a branch for the Maven Resolver 2.0 and the later Maven can use it. Do we need to have Maven Resolver 2.0 in the Maven 3.7.0? The Maven 3.7.0 is @j8 and using Re

Re: JDK 8 Minimum Requirement for Maven Resolver 2.0

2020-05-11 Thread Michael Osipov
Strongly agree with Elliotte. Rather than rewriting existing, working code, I'd rather see issues addressed. M Am 2020-05-09 um 22:19 schrieb Elliotte Rusty Harold: It is not true that Java 7 updates are no longer available. Java 7 updates are available from Oracle for paying customers and fro

[GitHub] [maven-site] slachiewicz commented on pull request #164: [MNGSITE-407] remove old page

2020-05-11 Thread GitBox
slachiewicz commented on pull request #164: URL: https://github.com/apache/maven-site/pull/164#issuecomment-626516421 For our site changes - no need to create jira every time This is an automated message from the Apache Git S