How to create logFile by slf4j and keep using logs in console

2014-12-21 Thread Tibor Digana
Hi all, I have updated conf/logging/simplelogger.properties with a new property: org.slf4j.simpleLogger.logFile=../log.txt The file is created but I lost the std/out in command-line console when launching Maven like mvn clean. After appending logback.xml with multiple loggers in env variable

Re: [VOTE] Release Apache Maven Plugin Testing version 3.3.0

2014-12-21 Thread Karl Heinz Marbaise
Hi, +1 from me... Kind regards Karl Heinz Marbaise On 12/18/14 2:40 AM, Igor Fedorenko wrote: Hi, We solved 1 issue: https://jira.codehaus.org/browse/MPLUGINTESTING-44 There are no issues left in JIRA Staging repo: https://repository.apache.org/content/repositories/maven-1106/

Re: [VOTE] Release Apache Maven Ant Plugin version 2.4

2014-12-21 Thread Karl Heinz Marbaise
Hi, The vote has passed with the following result: +1 (binding): Benson Margulies, Jason van Zyl, Karl Heinz Marbaise +1 (non binding): none I will promote the artifacts to the central repo. Kind regards Karl Heinz Marbaise

[ANN] Apache Maven Ant Plugin Version 2.4 Released

2014-12-21 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Ant Plugin, version 2.4 The Ant Plugin generates build files for Ant 1.6.2 or above from the POM. http://maven.apache.org/plugins/maven-ant-plugin/ You should specify the version in your project's plugin

Re: [VOTE] Release Apache Maven Ant Plugin version 2.4

2014-12-21 Thread Michael Osipov
Am 2014-12-21 um 14:45 schrieb Karl Heinz Marbaise: Hi, The vote has passed with the following result: +1 (binding): Benson Margulies, Jason van Zyl, Karl Heinz Marbaise +1 (non binding): none You should immediately announce the EOL of this plugin as you have create a JIRA ticket.

Re: [VOTE] Release Apache Maven Ant Plugin version 2.4

2014-12-21 Thread Karl Heinz Marbaise
Hi Michael, On 12/21/14 4:08 PM, Michael Osipov wrote: Am 2014-12-21 um 14:45 schrieb Karl Heinz Marbaise: Hi, The vote has passed with the following result: +1 (binding): Benson Margulies, Jason van Zyl, Karl Heinz Marbaise +1 (non binding): none You should immediately announce the EOL

Re: [VOTE] Release Apache Maven Ant Plugin version 2.4

2014-12-21 Thread Michael Osipov
Am 2014-12-21 um 16:47 schrieb Karl Heinz Marbaise: Hi Michael, On 12/21/14 4:08 PM, Michael Osipov wrote: Am 2014-12-21 um 14:45 schrieb Karl Heinz Marbaise: Hi, The vote has passed with the following result: +1 (binding): Benson Margulies, Jason van Zyl, Karl Heinz Marbaise +1 (non

Why is distributionManagement inside the pom?

2014-12-21 Thread Benson Margulies
I'd like to submit the concept that distributionManagement has something in common with repositories. Here's the common event that leads me to think about this: 1. Find a useful open source component. 2. Discover that it has a missing feature or a bug(let) that gets in the way of what I want to

Re: Why is distributionManagement inside the pom?

2014-12-21 Thread Mirko Friedenhagen
Hello Benson, we work around the distributionManagement issue for our in-house projects by defining a property which is picked up from Maven settings.xml in our department parent pom. My question here: if you do not define distributionManagement (via a property) in a pom, all users of Maven

Re: Why is distributionManagement inside the pom?

2014-12-21 Thread Benson Margulies
On Sun, Dec 21, 2014 at 3:30 PM, Mirko Friedenhagen mfriedenha...@gmail.com wrote: Hello Benson, we work around the distributionManagement issue for our in-house projects by defining a property which is picked up from Maven settings.xml in our department parent pom. Maybe my plugin idea that

Re: Why is distributionManagement inside the pom?

2014-12-21 Thread Bernd Eckenfels
Am Sun, 21 Dec 2014 21:30:49 +0100 schrieb Mirko Friedenhagen mfriedenha...@gmail.com: My question here: if you do not define distributionManagement (via a property) in a pom, all users of Maven would have to fiddle around with their settings to deploy anything. I think you have to do that in

Re: Why is distributionManagement inside the pom?

2014-12-21 Thread Stephen Connolly
On Sunday, December 21, 2014, Benson Margulies bimargul...@gmail.com wrote: I'd like to submit the concept that distributionManagement has something in common with repositories. Here's the common event that leads me to think about this: 1. Find a useful open source component. 2. Discover