Re: Maven Core Git Repo (push issue)

2016-06-03 Thread Karl Heinz Marbaise
Ouch... So i can push... git push origin master did the trick... ...The problem is sitting in front of the keyboard ;-). Kind regards Karl Heinz Marbaise On 6/4/16 1:01 AM, Karl Heinz Marbaise wrote: Hi, is there something wrong: Counting objects: 3, done. Delta compression using up

Maven Core Git Repo (push issue)

2016-06-03 Thread Karl Heinz Marbaise
Hi, is there something wrong: Counting objects: 3, done. Delta compression using up to 8 threads. Compressing objects: 100% (3/3), done. Writing objects: 100% (3/3), 375 bytes | 0 bytes/s, done. Total 3 (delta 2), reused 0 (delta 0) remote: You are not authorized to edit this repository.

Re: Maven Memory Consumption

2016-06-03 Thread Karl Heinz Marbaise
Hi Igor, On 6/3/16 5:27 AM, Igor Fedorenko wrote: I wonder if this fix also solves "remote shared parent" memory inefficiency described in https://issues.apache.org/jira/browse/MNG-5669 So doing some research... The DefaultProjectBuilder contains a method: private ModelData readParent(

[VOTE] Release Apache Maven Resources Plugin version 3.0.1

2016-06-03 Thread Karl Heinz Marbaise
Hi, We solved 4 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317827=12335752 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MRESOURCES%20AND%20status%20%3D%20Open%20ORDER%20BY%20priority%20DESC Staging

[VOTE] Release Apache Maven Shared Component: Maven Archiver Version 3.1.0

2016-06-03 Thread Karl Heinz Marbaise
Hi, We solved 8 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922=12335678 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20status%20%3D%20Open%20ORDER%20BY%20priority%20DESC Staging

[ANN] Apache Maven Shared Component: Maven Filtering Version 3.1.1 Released

2016-06-03 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Filtering Version 3.1.1. https://maven.apache.org/shared/maven-filtering/ This component has been built from the filtering process/code in Maven Resources Plugin. Important Notes since

[ANN] Apache Maven Shared Component: Maven Shared Utils Version 3.0.1 Released

2016-06-03 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Shared Utils Version 3.0.1. https://maven.apache.org/shared/maven-shared-utils/ This project aims to be a functional replacement for plexus-utils in Maven. Important Notes since Version

Re: Maven Memory Consumption

2016-06-03 Thread Manfred Moser
That sounds good to. Its awesome that this has been done and merged and will go out with the next release. Manfred Jason Dillon wrote on 2016-06-02 21:05: > If its on by default I would expect folks to set > MAVEN_OPTS=-Dmaven.logging=plain instead of magically making —batch do that. > > If

Re: Integrating maven with other tooling

2016-06-03 Thread Igor Fedorenko
m2e uses WorkspaceReader to implement this http://git.eclipse.org/c/m2e/org.eclipse.m2e.workspace.git/tree/org.eclipse.m2e.workspace.cli/src/main/java/org/eclipse/m2e/workspace/internal/Maven31WorkspaceReader.java -- Regards, Igor On Fri, Jun 3, 2016, at 02:17 AM, James Roper wrote: > On 3

[GitHub] maven-archetype issue #7: ARCHETYPE-487 Add input validation for required pr...

2016-06-03 Thread mryan43
Github user mryan43 commented on the issue: https://github.com/apache/maven-archetype/pull/7 squashed --- 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

[GitHub] maven issue #75: Patch for MNG-5956

2016-06-03 Thread michael-o
Github user michael-o commented on the issue: https://github.com/apache/maven/pull/75 @nhojpatrick I do understand your concerns but we strive for convention over configuration and not encouraging crappy setups. I am not really fond of this. @jvanzyl What do you think?

[GitHub] maven-surefire issue #112: Adding support for externally passed random seed ...

2016-06-03 Thread cardil
Github user cardil commented on the issue: https://github.com/apache/maven-surefire/pull/112 :palm_tree: anyone there? --- 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

Re: Integrating maven with other tooling

2016-06-03 Thread James Roper
On 3 June 2016 at 13:36, Igor Fedorenko wrote: > On Mon, May 30, 2016, at 11:34 PM, James Roper wrote: > > > > One question that I'm trying to solve now, when resolving dependencies, > > if > > you want to do so without actually building the project it seems that you > >