Do we want to go for gitpubsub?

2015-04-29 Thread Stephen Connolly
http://bit.ly/1QLwWGS (Source: https://twitter.com/planetapache/status/593535338074611712) Sent from my iPad - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

[ANN] Apache Software Foundation Parent POM Version 17 Released

2015-04-29 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Software Foundation Parent POM Version 17. http://maven.apache.org/pom/asf/ You should specify the version in your project as parent like the following: org.apache apache 17 Release Notes - Apache Software Founda

[GitHub] maven pull request: Switch to official Guice 4.0

2015-04-29 Thread jvanzyl
Github user jvanzyl commented on the pull request: https://github.com/apache/maven/pull/45#issuecomment-97418800 Thanks for the clarification. I'm not too concerned about not being able to @Inject SLFJ loggers any longer but we can't break components that might be doing it. --- If y

[GitHub] maven pull request: Switch to official Guice 4.0

2015-04-29 Thread mcculls
Github user mcculls commented on the pull request: https://github.com/apache/maven/pull/45#issuecomment-97418554 To be absolutely clear: * injection of SLF4J loggers using `@Inject` is not supported in the official Guice library * injection of SLF4J loggers using `@Requirement`

[GitHub] maven pull request: Switch to official Guice 4.0

2015-04-29 Thread jvanzyl
Github user jvanzyl commented on the pull request: https://github.com/apache/maven/pull/45#issuecomment-97413566 To be clear are you saying that the injection of loggers is not supported with Guice 4? I don't think it's used much but I believe it is used. Yes, I have been using the st

[GitHub] maven-scm pull request: Change: Added consumeProcessOutput() to st...

2015-04-29 Thread ChrisGWarp
GitHub user ChrisGWarp opened a pull request: https://github.com/apache/maven-scm/pull/32 Change: Added consumeProcessOutput() to stop hang. This is a simple fix to stop the build from hanging when executing "svn --version". You can merge this pull request into a Git repository by

SCM: ClearCase tests failing on Windows

2015-04-29 Thread Chris Graham
Hi All. I'm getting these (this is one of three) failures when being built on windows: ClearCaseEditCommandTest.testCommand:41->ScmTestCase.assertCommandLine:367 expected:<...C "cleartool co -nc [C:\Documents and Settings\admin\workspace\maven-scm\maven-scm-providers\maven-scm-provider-clearcase\

[GitHub] maven pull request: Switch to official Guice 4.0

2015-04-29 Thread mcculls
Github user mcculls commented on the pull request: https://github.com/apache/maven/pull/45#issuecomment-97376230 The only difference remaining between this and sisu-guice is support for `@Inject`ion of SLF4J loggers, but I don't believe that's used much, if at all. Personally these da

[GitHub] maven pull request: [MNG-5816] Empy maven.config cause Maven to ex...

2015-04-29 Thread tssp
GitHub user tssp opened a pull request: https://github.com/apache/maven/pull/47 [MNG-5816] Empy maven.config cause Maven to exit with failure Avoided adding a non empty configuration argument that causes exception. You can merge this pull request into a Git repository by running:

[GitHub] maven pull request: [MNG-5812] Project base dir not fully working ...

2015-04-29 Thread tssp
GitHub user tssp opened a pull request: https://github.com/apache/maven/pull/46 [MNG-5812] Project base dir not fully working in Cygwin Converted project base dir from Cygwin path to Windows path before executing Maven when running Maven in a Cygwin environment. You can merge t