Re: Preleminary Maven 3.4.0-SNAPSHOT Testing (Take 2)

2016-06-12 Thread Gary Gregory
I've built Log4j 2 and some HttpComponents pieces OK. The only problem is building on top of Java 8 which encounters the BCEL on Java bug problem we all know about. Gary On Sun, Jun 12, 2016 at 1:40 PM, Karl Heinz Marbaise wrote: > Hi to all Maven users, > > based on the

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing (Take 2)

2016-06-12 Thread Anton Tanasenko
I've tried running m2eclipse tests with 3.4.0-SNAPSHOT maven. There are several failures. 1. src/x/resources-filtered addition, which we will need to adhere to when 3.4.0 gets released. 2.

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Christian Schulte
Am 06/12/16 um 23:03 schrieb Mirko Friedenhagen: > So maybe I got all scopes wrong, Yes. And that's the reason those bugfixes in Maven have been reverted latetly. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Christian Schulte
Am 06/12/16 um 22:01 schrieb Oliver B. Fischer: > With this snapshot I am unable to build jQAssistant. You can fetch it > from g...@github.com:buschmais/jqassistant.git > You need to fix the project. 3.4 adds support for managing the 'optional' flag in dependency management and contains

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Mirko Friedenhagen
So maybe I got all scopes wrong, however the new version seems basically quite incompatible with 3.3.9. On a side note I like to use org.slf4j.simpleLogger.showDateTime=true during CI runs. With the new logger the build time does not show anymore, the only thing that happens is that there is no

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Anton Tanasenko
It would be great if there was a way to enable/disable color using a separate option or system property. Adding -B could disable color by default, but explicitly enabling it might prove useful in, say, Jenkins with AnsiColor plugin. 2016-06-12 23:39 GMT+03:00 Baptiste Mathus : >

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Christian Schulte
Am 06/12/16 um 21:47 schrieb Mirko Friedenhagen: > Hello Christian, > > that I could fix. Although hamcrest is transitive in junit. It is a 'compile' scope dependency of 'junit' and that is transitive and will become 'test' in case of using 'junit' in 'test' scope. If you manage that dependency

Preleminary Maven 3.4.0-SNAPSHOT Testing (Take 2)

2016-06-12 Thread Karl Heinz Marbaise
Hi to all Maven users, based on the issues which have been found with the first one here is another chance to help . It would be nice if those who have found issues to retest their scenarios. Is someone of you willing to do some testing on the current state of development for the upcoming

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Baptiste Mathus
Well, as I hadn't tested this version and was just guessing /by intuition/ on what I generally use --batch-mode for, I'd disagree on your last statement :). But agreed it might be interesting to have some words about it in the help. Patches/PR are always welcome. 2016-06-12 22:15 GMT+02:00 Oliver

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Oliver B. Fischer
Funny, I wasn't ware of this option. -l does not disables the colorized output. Therefore the generated log file also contains escape sequences. Am 12.06.16 um 22:13 schrieb Robert Scholte: Or when -l/--log-file is used? Robert On Sun, 12 Jun 2016 22:09:43 +0200, Baptiste Mathus

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Oliver B. Fischer
Yes, running with -B disables the colorized output. But at least the description of this option should mention this too because IMHO it is not intuitive that -B disables the colors. WDYT? Am 12.06.16 um 22:09 schrieb Baptiste Mathus: Didn't test it, but using batch mode would seem natural

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Robert Scholte
Or when -l/--log-file is used? Robert On Sun, 12 Jun 2016 22:09:43 +0200, Baptiste Mathus wrote: Didn't test it, but using batch mode would seem natural for that IMO. My 2 cents 2016-06-12 22:04 GMT+02:00 Oliver B. Fischer : The colorized output

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Uwe Barthel
Hi Karl Heinz, > Are you asking some PR in particular ? https://issues.apache.org/jira/browse/MNG-3092 - https://github.com/apache/maven/pull/70 -- barthel > On 12 Jun 2016, at 21:52, Karl Heinz Marbaise wrote: > > Hi Uwe, > > On 6/12/16 9:40 PM, Uwe Barthel wrote: >> Hi

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Baptiste Mathus
Didn't test it, but using batch mode would seem natural for that IMO. My 2 cents 2016-06-12 22:04 GMT+02:00 Oliver B. Fischer : > The colorized output is very nice, but I would like to have also a > commandline option to disable it. I often redirect the output of Maven

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Oliver B. Fischer
The colorized output is very nice, but I would like to have also a commandline option to disable it. I often redirect the output of Maven to a file to check the build. All the escape sequences are disturbing in this case. Running mvn --help I didn't see an option to disable it. Could such an

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Oliver B. Fischer
With this snapshot I am unable to build jQAssistant. You can fetch it from g...@github.com:buschmais/jqassistant.git Am 11.06.16 um 22:21 schrieb Karl Heinz Marbaise: Hi to all Maven users, is someone of you willing to do some testing on the current state of development for the upcoming

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Karl Heinz Marbaise
Hi Uwe, On 6/12/16 9:40 PM, Uwe Barthel wrote: Hi Karl Heinz, did you merge any of the open github.com PRs into it? I didn't but there have been PR's which have been merged... So please consult the issue tracker which shows which PR's have made it into... Are you asking some PR in

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Mirko Friedenhagen
Hello Christian, that I could fix. Although hamcrest is transitive in junit. Concerning https://github.com/1and1/testlink-junit/: I now invoked the project as 'mvn340 -P '!foss-parent-verification' clean verify' and get other stack traces. This might be because the parent pom of the project

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Uwe Barthel
Hi Karl Heinz, did you merge any of the open github.com PRs into it? -- barthel > On 11 Jun 2016, at 22:21, Karl Heinz Marbaise wrote: > > Hi to all Maven users, > > is someone of you willing to do some testing on the current state of > development for the upcoming Maven

RE: Encrypted password on pry settings

2016-06-12 Thread Martin Gainty
> From: adrien.riv...@gmail.com > Date: Sun, 12 Jun 2016 13:50:16 +0200Subject: Re: Encrypted password on pry > settings > To: users@maven.apache.org > > Then I would try to check the procedure to encrypt again, and pay attention > to special characters ( xml and {} ). Some of those need to

Re: Encrypted password on pry settings

2016-06-12 Thread Adrien Rivard
Then I would try to check the procedure to encrypt again, and pay attention to special characters ( xml and {} ). Some of those need to be escaped IIUC . Official doc is here if this is not the one you followed: https://maven.apache.org/guides/mini/guide-encryption.html , see the tips in

AW: Encrypted password on pry settings

2016-06-12 Thread Pelzer, Sven WI/HZR-SIBDS
Hi, in the verbose mode i see the error that the proxy need authentication, not more. Kind regards Sven Pelzer -Ursprüngliche Nachricht- Von: Karl Heinz Marbaise [mailto:khmarba...@gmx.de] Gesendet: Samstag, 11. Juni 2016 15:15 An: Maven Users List Betreff: Re: Encrypted password on

AW: Encrypted password on pry settings

2016-06-12 Thread Pelzer, Sven WI/HZR-SIBDS
Hi, yes without encrypted password is works. -Ursprüngliche Nachricht- Von: Adrien Rivard [mailto:adrien.riv...@gmail.com] Gesendet: Samstag, 11. Juni 2016 15:11 An: Maven Users List Betreff: Re: Encrypted password on pry settings Does this work without the encrypted password ? On

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Christian Schulte
Am 06/12/16 um 00:03 schrieb Mirko Friedenhagen: > Hello Karl-Heinz, > > I tried this with 2 projects, firstly an inhouse project and it choked with: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-surefire-plugin:2.19:test > (default-test) on project ui-mamido-qamove:

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Karl Heinz Marbaise
Hi Anton, On 6/12/16 12:43 AM, Anton Tanasenko wrote: Hi, There is a commit for MNG-2478 which I think could cause problems for projects that are authored using 3.4.0 and the new resources-filtered source folder is used (provided it was not configured in the project as such before). Those

Re: Preleminary Maven 3.4.0-SNAPSHOT Testing

2016-06-12 Thread Karl Heinz Marbaise
Hi jieryn, On 6/12/16 3:58 AM, jieryn wrote: Tested on RHEL 7, Java 8, -T8, all maven plugins up to date with current releases (thanks versions-m-p), on many internal projects for basic build/test/it and it is working great! It really looks great and modern! :-) Now I just made it my default

Accessing resources located within WEB-INF folder of a web application generated by Maven WAR plugin

2016-06-12 Thread Chiranga Alwis
Hi all, I have posted the following question in stackoverflow forum with regards to Maven War Plugin usages. Any help will be highly appreciated. http://stackoverflow.com/questions/37768891/accessing-resources-located-within-web-inf-folder