Re: Maven Memory Consumption

2016-06-01 Thread Olivier Lamy
well I think this color stuff has already been done differently but never accepted.. On 2 June 2016 at 16:28, Hervé BOUTEMY wrote: > another feature that would be great for this release: > https://github.com/apache/maven/pull/81 > > I still didn't have time to work on it, but I like the scre

Re: Maven Memory Consumption

2016-06-01 Thread Hervé BOUTEMY
another feature that would be great for this release: https://github.com/apache/maven/pull/81 I still didn't have time to work on it, but I like the screenshot The only thing that I'd like to check is: is tty detection working? ie does color automatically disappear if there is no tty? Regards,

Re: Maven Memory Consumption

2016-06-01 Thread Hervé BOUTEMY
+1 this is something that was often seen: this is great that it is fixed! For example, the last time I published Maven core site, the build simply failed because of PermgenSpace: now it is working like a charm... This release will be a must! Regards, Hervé Le mercredi 1 juin 2016 20:12:33 Kar

Re: any ideas why 'Scanning for projects' is very slow ?

2016-06-01 Thread Jorg Heymans
Hi, Thanks for the suggestions. --no-snapshot-updates does not make a difference. I tried out the profiler and it gives me a breakdown of timings per phase, but it does not have any timings on what happened before the first phase starts, which is exactly where the slowdown occurs. Converting the

[GitHub] maven-plugins pull request #86: LinkMojo creates symbolic links to artifacts

2016-06-01 Thread mkarg
GitHub user mkarg opened a pull request: https://github.com/apache/maven-plugins/pull/86 LinkMojo creates symbolic links to artifacts This new mojo does the same as the copy mojo, but instead of really moving bytes around it simply creates symbolic links to the original storage loca

Re: [VOTE] Release Apache Maven Shared Component: Maven Shared Utils 3.0.1

2016-06-01 Thread Michael Osipov
+1 Am 2016-05-29 um 00:23 schrieb Karl Heinz Marbaise: Hi, We have solved 5 issues: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20fixVersion%20%3D%20maven-shared-utils-3.0.1 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jq

Re: [VOTE] Release Apache Maven Shared Component: Maven Shared Utils 3.0.1

2016-06-01 Thread Petar Tahchiev
+1 (non-PMC) 2016-06-01 22:11 GMT+03:00 Karl Heinz Marbaise : > Hi, > > ony more PMC Vote needed ;-). > > > Kind regards > Karl Heinz > On 5/29/16 12:23 AM, Karl Heinz Marbaise wrote: > >> Hi, >> >> We have solved 5 issues: >> >> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%

Re: [VOTE] Release Apache Maven Shared Component: Maven Shared Utils 3.0.1

2016-06-01 Thread Karl Heinz Marbaise
Hi, ony more PMC Vote needed ;-). Kind regards Karl Heinz On 5/29/16 12:23 AM, Karl Heinz Marbaise wrote: Hi, We have solved 5 issues: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20fixVersion%20%3D%20maven-shared-utils-3.0.1 There are still a couple of issues le

Re: any ideas why 'Scanning for projects' is very slow ?

2016-06-01 Thread Karl Heinz Marbaise
BTW: What also comes to my mind. Does the same happen if you ran that project as a freestyle project instead of Maven Job type (which i assume) ? Kind regards Karl Heinz Marbaise On 6/1/16 8:04 PM, Karl Heinz Marbaise wrote: Hi, On 6/1/16 10:47 AM, Jorg Heymans wrote: Hi, I am trying to

Re: Maven Memory Consumption

2016-06-01 Thread Karl Heinz Marbaise
Hi Manfred, On 6/1/16 12:24 AM, Manfred Moser wrote: I can feel your excitement coming through in the emails.. ;-) Of course I'm excited ;-) ...cause it's very important...I have had heard many customers saying they will not upgrade to newer versions of Maven exactly based on such issue(s).

Re: any ideas why 'Scanning for projects' is very slow ?

2016-06-01 Thread Karl Heinz Marbaise
Hi, On 6/1/16 10:47 AM, Jorg Heymans wrote: Hi, I am trying to pinpoint a performance issue we are incurring with maven under Jenkins. Basically what we are seeing is that maven is taking a very long time getting past the initial 'Scanning for projects' message. As you can see in below snippet,

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

2016-06-01 Thread michael-o
Github user michael-o commented on the issue: https://github.com/apache/maven-archetype/pull/7 @mryan43 Looks way better now. Please squash, I will test and pull. --- 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 pr

[GitHub] maven-wagon pull request: Implementation for Secure FTP (FTPS protocol)

2016-06-01 Thread michael-o
Github user michael-o commented on the pull request: https://github.com/apache/maven-wagon/pull/22 @wiiitek What do you want to have updated in particular? We have https://github.com/apache/maven-wagon/blob/wagon-2.10/wagon-providers/wagon-http/src/main/resources/META-INF/plex

Re: any ideas why 'Scanning for projects' is very slow ?

2016-06-01 Thread jieryn
Try: mvn --no-snapshot-updates Try: https://github.com/takari/maven-profiler On Wed, Jun 1, 2016 at 4:47 AM, Jorg Heymans wrote: > Hi, > > I am trying to pinpoint a performance issue we are incurring with maven > under Jenkins. Basically what we are seeing is that maven is taking a very > long ti

[GitHub] maven-archetype pull request: Fix import order in ArchetypeConfiuration

2016-06-01 Thread mryan43
GitHub user mryan43 opened a pull request: https://github.com/apache/maven-archetype/pull/10 Fix import order in ArchetypeConfiuration You can merge this pull request into a Git repository by running: $ git pull https://github.com/mryan43/maven-archetype fix-imports Alternati

[GitHub] maven-archetype pull request: ARCHETYPE-487 Add input validation for require...

2016-06-01 Thread michael-o
Github user michael-o commented on a diff in the pull request: https://github.com/apache/maven-archetype/pull/7#discussion_r65342854 --- Diff: maven-archetype-plugin/src/main/java/org/apache/maven/archetype/ui/ArchetypeConfiguration.java --- @@ -19,12 +19,15 @@ * under the L

[GitHub] maven-archetype pull request: ARCHETYPE-487 Add input validation for require...

2016-06-01 Thread mryan43
Github user mryan43 commented on a diff in the pull request: https://github.com/apache/maven-archetype/pull/7#discussion_r65342161 --- Diff: maven-archetype-plugin/src/main/java/org/apache/maven/archetype/ui/ArchetypeConfiguration.java --- @@ -19,12 +19,15 @@ * under the Lic

[GitHub] maven-archetype pull request: ARCHETYPE-487 Add input validation for require...

2016-06-01 Thread michael-o
Github user michael-o commented on a diff in the pull request: https://github.com/apache/maven-archetype/pull/7#discussion_r65337809 --- Diff: maven-archetype-plugin/src/main/java/org/apache/maven/archetype/ui/ArchetypeConfiguration.java --- @@ -19,12 +19,15 @@ * under the L

[GitHub] maven-archetype pull request: ARCHETYPE-487 Add input validation for require...

2016-06-01 Thread mryan43
Github user mryan43 commented on the pull request: https://github.com/apache/maven-archetype/pull/7 Hi @stain, I have integrated the feedback from @michael-o, let me know if you need anything else. --- If your project is set up for it, you can reply to this email and have your reply

any ideas why 'Scanning for projects' is very slow ?

2016-06-01 Thread Jorg Heymans
Hi, I am trying to pinpoint a performance issue we are incurring with maven under Jenkins. Basically what we are seeing is that maven is taking a very long time getting past the initial 'Scanning for projects' message. As you can see in below snippet, more than half a minute elapses before the fir

[GitHub] maven-archetype pull request: ARCHETYPE-487 Add input validation for require...

2016-06-01 Thread mryan43
Github user mryan43 commented on a diff in the pull request: https://github.com/apache/maven-archetype/pull/7#discussion_r65317792 --- Diff: maven-archetype-plugin/src/main/java/org/apache/maven/archetype/ui/ArchetypeConfiguration.java --- @@ -19,12 +19,15 @@ * under the Lic

[GitHub] maven-archetype pull request: ARCHETYPE-487 Add input validation for require...

2016-06-01 Thread michael-o
Github user michael-o commented on the pull request: https://github.com/apache/maven-archetype/pull/7 @stain I did already in April and wrote how to improve the PR. Nothing has happened. --- If your project is set up for it, you can reply to this email and have your reply appear on G