Re: [ANN] Apache Maven SCM Version 1.9.4 Released

2015-04-01 Thread Maxim Solodovnik
yfv ,jhtw yt ye;ty On Thu, Apr 2, 2015 at 12:39 PM, Karl Heinz Marbaise wrote: > The Apache Maven team is pleased to announce the release of the > Apache Maven SCM, version 1.9.4 > > Maven SCM supports Maven 2.x plugins (e.g. maven-release-plugin) and other > tools (e.g. Continuum) by providing

Re: [ANN] Apache Maven SCM Version 1.9.4 Released

2015-04-01 Thread Maxim Solodovnik
sorry for crappy message :( On Thu, Apr 2, 2015 at 12:55 PM, Maxim Solodovnik wrote: > yfv ,jhtw yt ye;ty > > On Thu, Apr 2, 2015 at 12:39 PM, Karl Heinz Marbaise < > khmarba...@apache.org> wrote: > >> The Apache Maven team is pleased to announce the release of the >> Apache Maven SCM, version 1

[ANN] Apache Maven SCM Version 1.9.4 Released

2015-04-01 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven SCM, version 1.9.4 Maven SCM supports Maven 2.x plugins (e.g. maven-release-plugin) and other tools (e.g. Continuum) by providing them with a common API for doing SCM operations. http://maven.apache.org/scm/ Release No

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Karl Heinz Marbaise
Hi Chris, I assume you are callling Maven from the root of SCM git repository via mvn clean package or mvn -Prun-its clean verify What you can try is to use: mvn clean package -Drat.ignoreErrors=true which Maven Version do you use? (Can we first check to Maven 3.0.5) Furthermore i would su

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Hervé BOUTEMY
typical of process output consumption problems see http://groovy-lang.org/groovy-dev-kit.html#process-management for description and solution: Because some native platforms only provide limited buffer size for standard input and output streams, failure to promptly write the input stream or read

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Chris Graham
This is nuts! Has anyone else ever had the scm build hang at this point: [INFO] [invoker:run {execution: integration-test}] [INFO] Building: scm-741-validate-scm-url-matches-working-copy\pom.xml [INFO] run script prepare.groovy Looking at the process tree, it's called "svn.exe --version". The bu

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Chris Graham
Is there a rat cache? The resultant failures are referencing files in the target dir that do not exist. For the moment, I've had to exclude everything, and I'll sort it out later. On Thu, Apr 2, 2015 at 1:41 PM, Chris Graham wrote: > Hey! > > Still with IBM? I'm not. :( I've been out of work si

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Chris Graham
Hey! Still with IBM? I'm not. :( I've been out of work since my contract was ended (from the US. not locally) on Nov 28th. Dockerise, now what does that mean? On Thu, Apr 2, 2015 at 1:40 PM, jieryn wrote: > Please dockerize all maven developer environments. > > On Wed, Apr 1, 2015 at 10:26 P

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread jieryn
Please dockerize all maven developer environments. On Wed, Apr 1, 2015 at 10:26 PM, Chris Graham wrote: > Another different version, another different set of issues to solve. > > [INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-scm --- > [INFO] 57 implicit excludes (use -debug for more

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Chris Graham
Another different version, another different set of issues to solve. [INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-scm --- [INFO] 57 implicit excludes (use -debug for more details). [INFO] Exclude: .gitignore [INFO] Exclude: README.txt [INFO] Exclude: *.sh [INFO] Exclude: .git/** [IN

Re: Building SCM 1.9.5-SNAPSHOT

2015-04-01 Thread Chris Graham
Hey All. I've tried updating to a sun VM. The same error as with the IBM JDK. This is with wiping the entire local repo. I've even also explicity included the exclusion of target/** [INFO] Exclude: target/** [INFO] 57 implicit excludes (use -debug for more details). [INFO] Exclude: .gitignore

[RESULT] [VOTE] Release Apache Maven SCM version 1.9.4

2015-04-01 Thread Karl Heinz Marbaise
Hi, The vote has passed with the following result: +1 (binding): Oliver Lamy, Hervé Boutemy, Karl Heinz Marbaise +1 (non binding): none. I will promote the artifacts to the central repo. Kind regards Karl Heinz Marbaise - To

[GitHub] maven-doxia-sitetools pull request: Adding support for multiple fi...

2015-04-01 Thread paranoiabla
GitHub user paranoiabla opened a pull request: https://github.com/apache/maven-doxia-sitetools/pull/2 Adding support for multiple file extensions @hboutemy You wouldn't believe me but I spent 2 hours with vi, and the result is just as shit.. sorry about that, but I guess this is th

Re: Colorized console

2015-04-01 Thread Arnaud Héritier
Yes for now color settings have to be in ${MAVEN_HOME}/ conf/logging/log4j2.xml For it gives this : https://www.dropbox.com/s/ottf0nc11sscgsz/Screenshot%202015-04-01%2018.19.11.png?dl=0 But I agree we won't make everyone happy and people will want to adapt them On Wed, Apr 1, 2015 at 6:04 PM, Rom

Re: Colorized console

2015-04-01 Thread Arnaud Héritier
Right. In CI server we may have ansi colors (at least in jenkins) but yes we may consider to deactivate color with batch mode. Or we add a new command line option to turn it off. On Wed, Apr 1, 2015 at 5:48 PM, Manfred Moser wrote: > I agree we should activate colors by default, but only if the

Re: Colorized console

2015-04-01 Thread Romain Manni-Bucau
I'm +1 to have color by default but wonder if associated config shouldn't be in settings.xml. Personally my mvn often looks like: http://img11.hostingpics.net/pics/867383mvn.png Romain Manni-Bucau @rmannibucau | Blog | Github <

3.3.1: Memory Usage

2015-04-01 Thread Tibor Digana
Hi Igor, This would be cool imagination to fix it by myself, but last days I have slept only few hours. So I don't want to kill myself and thus better relax and sleep now longer. I am going to fix issue in surefire, then introduce SPI and surefire-extentions module in my Git branch and invite Andr

Re: Colorized console

2015-04-01 Thread Manfred Moser
I agree we should activate colors by default, but only if they are automatically turned OFF in batch mode so that logs in CI server runs are no invalidated in terms of readability. manfred Arnaud Héritier wrote on 01.04.2015 02:33: > Hi, > > Yesterday I rebased, cleaned and updated the slf4j

ArtifactResolver issue on SNAPSHOT repository

2015-04-01 Thread REMI DEPARIS
Good morning I am currently working on a maven-nar-plugin snapshot version which allow me to build QT project. The release plugin is using ArtifactResolver (maven-compat-3.0.4.jar) which allow me to download nar with classifier : into function the com.github.maven_nar.AbstractDependencyMo

Re: [VOTE] Release Apache Maven SCM version 1.9.4

2015-04-01 Thread Karl Heinz Marbaise
Here is my +1, Kind regards Karl Heinz Marbaise On 3/29/15 12:33 AM, Karl Heinz Marbaise wrote: Hi, We solved 8 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10527&version=20624 There are still a couple of issues left in JIRA: http://jira.codehaus.org/issues/?jql=project%

Colorized console

2015-04-01 Thread Arnaud Héritier
Hi, Yesterday I rebased, cleaned and updated the slf4j-log4j2 branch It is only one useful commit now : https://github.com/apache/maven/commit/dbad2e536a7024a277eef1c56eaa2286f9f2a7f9 We should consider to integrate it in the next minor release I think The fact that log4j2 is Java6+ is n

Re: Unreadable commits notifications was Re: [49/50] [abbrv] maven git commit: Package and configure log4J 2.2 by default. Replace the content of conf/logging/log4j2.xml by the one from conf/logging/l

2015-04-01 Thread Jeff MAURY
On Wed, Apr 1, 2015 at 2:46 AM, Arnaud Héritier wrote: > Hi all, > > Is it normal to have so much (unreadable) notifications when we rewrite a > branch ? > I updated, cleaned and rewrote the history of the slf4j-log4j2 branch > > https://github.com/apache/maven/commits/slf4j-log4j2 > > I fo