Re: [FYI] maven-scm-plugin IT is failing since Feb 25

2014-05-05 Thread Dan Tran
perhaps, we need to disable this specific test for now? -D On Mon, May 5, 2014 at 9:18 PM, Dan Tran wrote: > > Looks like we stuck without a new snapshot until this is fixed!! > > -D > > > On Mon, May 5, 2014 at 6:49 PM, Hervé BOUTEMY wrote: > >> seems related to SCM-741: the IT added contains

Re: [FYI] maven-scm-plugin IT is failing since Feb 25

2014-05-05 Thread Dan Tran
Looks like we stuck without a new snapshot until this is fixed!! -D On Mon, May 5, 2014 at 6:49 PM, Hervé BOUTEMY wrote: > seems related to SCM-741: the IT added contains a copy of .svn content > taken > from svn 1.7 (format 29), and I suppose Jenkins uses svn 1.8 which has a > different one (

Re: [FYI] maven-scm-plugin IT is failing since Feb 25

2014-05-05 Thread Hervé BOUTEMY
seems related to SCM-741: the IT added contains a copy of .svn content taken from svn 1.7 (format 29), and I suppose Jenkins uses svn 1.8 which has a different one (format 31) don't know how wa can improve the IT to be more tolerant to svn version updates Regards, Hervé Le lundi 5 mai 2014 0

Re: [VOTE] Release Apache Maven Plugin Tools version 3.3

2014-05-05 Thread Uwe Pachler
+1 On Mon, May 5, 2014 at 2:27 AM, Olivier Lamy olamy-at-apache.org |dev@maven.apache.org/Allow_neo-media| wrote: > +1 > > On 4 May 2014 05:50, Hervé BOUTEMY wrote: >> Hi, >> >> We solved 23 issues: >> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11139&styleName=Html&version=18959

Re: [VOTE] Release Apache Maven Plugin Tools version 3.3

2014-05-05 Thread fr2fy972rv
+1 On Mon, May 5, 2014 at 2:27 AM, Olivier Lamy olamy-at-apache.org |dev@maven.apache.org/Allow_neo-media| wrote: > +1 > > On 4 May 2014 05:50, Hervé BOUTEMY wrote: >> Hi, >> >> We solved 23 issues: >> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11139&styleName=Html&version=18959

Re: Thoughts on MNG-5626 and the need for a log file

2014-05-05 Thread Bernd Eckenfels
Sorry I was not clear, what I was trying to say is: maven has logging built in, if you need a logfile you can pass the -l switch or re-configure slf4j. It also has some control over the loglevel (-X). Most users dont need it because they (think CI Server) just catch stdout. http://maven.apache.org

Re: Thoughts on MNG-5626 and the need for a log file

2014-05-05 Thread Paul Benedict
-X is debug/stack traces, right? That's great when you want a slosh-load of debug information, but that's only useful when you're looking for a problem. There's no recourse when problems oddball conditions occur with -X not enabled. My point is Maven and Maven plugins should be able to log those ab

Re: Thoughts on MNG-5626 and the need for a log file

2014-05-05 Thread Bernd Eckenfels
Am Mon, 5 May 2014 14:17:50 -0500 schrieb Paul Benedict : > What should be logged? Warnings. I actually would propose exceptions > too because them on the screen only help if you have "logging" like a > Hudson instance to view them. Uh, what is wrong with mvn -X -l? Gruss Bernd

Re: Thoughts on MNG-5626 and the need for a log file

2014-05-05 Thread Paul Benedict
In the instance of MNG-5256, the log file could dump the values that go into calculating a negative build time. I think that would be very insightful to trace the root cause. What should be logged? Warnings. I actually would propose exceptions too because them on the screen only help if you have "

Re: Thoughts on MNG-5626 and the need for a log file

2014-05-05 Thread Michael Osipov
Am 2014-05-05 16:20, schrieb Paul Benedict: One thing that I like about Eclipse is that it contains a log file to capture the unexpected warning or error. These warnings or errors may not kill the program but at least I can peer inside to see what's going on. With regard to MNG-5626, it makes me

Re: [FYI] maven-scm-plugin IT is failing since Feb 25

2014-05-05 Thread Dan Tran
change list https://builds.apache.org/job/maven-scm/changes -D On Mon, May 5, 2014 at 9:01 AM, Dan Tran wrote: > > > > https://builds.apache.org/job/maven-scm/ > > Thanks > > -D >

[FYI] maven-scm-plugin IT is failing since Feb 25

2014-05-05 Thread Dan Tran
https://builds.apache.org/job/maven-scm/ Thanks -D

Thoughts on MNG-5626 and the need for a log file

2014-05-05 Thread Paul Benedict
One thing that I like about Eclipse is that it contains a log file to capture the unexpected warning or error. These warnings or errors may not kill the program but at least I can peer inside to see what's going on. With regard to MNG-5626, it makes me wonder should Maven have a default logging lo

[GitHub] maven-plugins pull request: Log level fix for ProjectUtils.

2014-05-05 Thread UltimaPhoenix
GitHub user UltimaPhoenix opened a pull request: https://github.com/apache/maven-plugins/pull/20 Log level fix for ProjectUtils. This patch fixes the log level and distinguishes the exceptional case. With the previous code, when, for example, 'GitHub' is configured in pom.xml as is