Re: [IMPORTANT NOTICE] Jira migration from Codehaus to Apache on April 4th

2015-04-05 Thread Tibor Digana
Thx for moving SUREFIRE in https://issues.apache.org/jira. I can login as tibor17, but I do not have rights to modify the issue milestones as it seems. The Apache login does not work for me. Is the migration in progress, or should I create a new login? -- View this message in context: http://ma

Re: Maven Web Site

2015-04-05 Thread Mirko Friedenhagen
Hello, +1 for moving to the fluido theme as a first step. Concerning mobilization of the site, there is already a responsive site theme (http://andriusvelykis.github.io/reflow-maven-skin/). It is licensed under Apache license as well. Regards Mirko -- Sent from my mobile On Apr 5, 2015 10:18 PM,

Re: latest invoker-plugin fails RAT check

2015-04-05 Thread Dan Tran
sample of my target/rat.txt * Summary --- Generated at: 2015-04-05T21:45:21-07:00 Notes: 0 Binaries: 0 Archives: 161 Standards: 1500 Apache Licensed: 570 Generated Documents: 0 JavaDocs are generated and so license header is optional Genera

latest invoker-plugin fails RAT check

2015-04-05 Thread Dan Tran
Hi but this plugin fails rat check, did I miss configure the build somehow? I only run it with normal clean install Thanks -Dan [INFO] *--- apache-rat-plugin:0.11:check (rat-check) @ maven-invoker-plugin --- *[INFO] 51 implicit excludes (use -debug for more details). [INFO] Exclude: src/it/st

[SUREFIRE] Extensions

2015-04-05 Thread Tibor Digana
I have pushed a proposal of Surefire Extensions in new branch https://github.com/apache/maven-surefire/tree/s1 Added new module maven-surefire-extensions and extended the existing module maven-surefire-common

Re: Maven Web Site

2015-04-05 Thread Tibor Digana
Nice Logo. If we move the right hand side bar to the footer, we will get more space on small display <= 480 px. Maybe some other page other than footer. Is everything important in that bar? Cheers Tibor -- View this message in context: http://maven.40175.n5.nabble.com/Maven-Web-Site-tp5831558p

[GitHub] maven pull request: MNG-5786: Fix edge case in determining maven.m...

2015-04-05 Thread ifedorenko
Github user ifedorenko commented on the pull request: https://github.com/apache/maven/pull/40#issuecomment-89838717 @Stephan202 what is your usecase for having multiple maven or jvm options for the same codebase? Is this to support svn (and similar) repositories that effectively host

Re: Maven Web Site

2015-04-05 Thread Karl Heinz Marbaise
Hi Stephen, done so http://khmarbaise.github.io/maven-site/ Kind regards Karl Heinz Marbaise On 4/5/15 9:16 PM, Stephen Connolly wrote: Can you pick up the new logo while you're at it: http://maven.apache.org/images/maven-logo-black-on-white.png On 5 April 2015 at 14:11, Karl Heinz Marbaise

Re: Maven Web Site

2015-04-05 Thread Stephen Connolly
Can you pick up the new logo while you're at it: http://maven.apache.org/images/maven-logo-black-on-white.png On 5 April 2015 at 14:11, Karl Heinz Marbaise wrote: > Hi, > > > so changed the size of the left navigationwhich really looks better > than before... > > http://khmarbaise.github.io/

Re: Remove Maven ant tasks from site

2015-04-05 Thread Hervé BOUTEMY
I understand the general idea. Is there a documentation for Aether Ant Tasks equivalent to Maven Ant Tasks [1] to give to users? And IIUC, Aether Ant Tasks have dependencies, install and deploy tasks. Do they have equivalent to pom, writepom and mvn? Regards, Hervé [1] http://maven.apache.or

RE: Maven 3.3.1 Script Bug

2015-04-05 Thread Robert Patrick
Sorry for butting in but... In Windows, I see that mvnDebug.cmd sets the MAVEN_DEBUG_OPTS variable and calls mvn.cmd. In mvn.cmd, MAVEN_DEBUG_OPTS referenced directly on the java command-line: %MAVEN_JAVA_EXE% %JVM_CONFIG_MAVEN_PROPS% %MAVEN_OPTS% %MAVEN_DEBUG_OPTS% -classpath %CLASSWORLDS_JA

Re: Maven 3.3.1 Script Bug

2015-04-05 Thread Andreas Gudian
If I read that right, there is a problem in the shell scripts, not the windows cmd script, right? Because mvnDebug.cmd works for me as expected. Am Sonntag, 5. April 2015 schrieb Karl Heinz Marbaise : > Hi, > > based on some comments (http://blog.soebes.de/blog/ > 2015/03/17/apache-maven-3-dot-

Re: OS Family DOS not windows with Java 8

2015-04-05 Thread Robert Scholte
Hi, I've seen similar issues with Collections like this. AFAIK the order up until JDK7 was based on the hash, since JDK8 it's the add-order. In some cases these Collections worked as expected, but that was more coincidence. As you already discribed: there seems to be a preferred order for t

Re: Maven Web Site

2015-04-05 Thread Robert Scholte
Op Sun, 05 Apr 2015 16:28:49 +0200 schreef Karl Heinz Marbaise : Hi Hervé, On 4/5/15 4:23 PM, Hervé BOUTEMY wrote: IMHO, we should do in 2 steps, or we'll release nothing this skin first step is consistent: push it in production Yes...i would like to go this path...first... once done,

Maven 3.3.1 Script Bug

2015-04-05 Thread Karl Heinz Marbaise
Hi, based on some comments (http://blog.soebes.de/blog/2015/03/17/apache-maven-3-dot-3-1-features/#disqus_thread) on my site it looks like we have a bug in the debug scripts which do not correctly export the variables to the underlying mvn scripts... mvnDebug.cmd @setlocal will prevent exp

Re: Maven Web Site

2015-04-05 Thread Tibor Digana
+1 Karl's page is much easier to read for me than the default page, and I would say it less effects makes more. I like less gray color and bigger fonts in blue like Karl has introduced. I cannot say +/-1 on mobile phone. Perhaps we should check this as well. Good Job! -- View this message in

Re: Maven Web Site

2015-04-05 Thread Karl Heinz Marbaise
Hi Hervé, On 4/5/15 4:23 PM, Hervé BOUTEMY wrote: IMHO, we should do in 2 steps, or we'll release nothing this skin first step is consistent: push it in production Yes...i would like to go this path...first... once done, we can continue the work on other useful but non-related aspects Ye

Re: Maven Web Site

2015-04-05 Thread Hervé BOUTEMY
IMHO, we should do in 2 steps, or we'll release nothing this skin first step is consistent: push it in production once done, we can continue the work on other useful but non-related aspects Regards, Hervé Le dimanche 5 avril 2015 16:15:31 Robert Scholte a écrit : > This might be the right time

Re: Maven Web Site

2015-04-05 Thread Karl Heinz Marbaise
Hi Robert, i see it the same way...but first i would like to see a new and more fresh design on the start page... And yes i see many things which should be moved to different locations or just removed from the start page like like "Maven Task for Ant"...(from right navigation..)... And of

Re: Maven Web Site

2015-04-05 Thread Robert Scholte
This might be the right time to go through the current content. The main page is now an overload of information and for new users it is hard to find their way through this page. IMO the following topics deserve much more prominent location on the page: - Download (and install) - Getting starte

[GitHub] maven-scm pull request: SCM-714: mvn release:prepare fails if the ...

2015-04-05 Thread murinrad
GitHub user murinrad opened a pull request: https://github.com/apache/maven-scm/pull/30 SCM-714: mvn release:prepare fails if the command line is too long on wi... This is a fix for SCM-714 This fix changes the behaviour of git add on Windows machines. The git add is to

Re: Maven Web Site

2015-04-05 Thread Hervé BOUTEMY
+1 really perfect! Regards, Hervé Le dimanche 5 avril 2015 15:11:45 Karl Heinz Marbaise a écrit : > Hi, > > > so changed the size of the left navigationwhich really looks better > than before... > > http://khmarbaise.github.io/maven-site/ > > Kind regards > Karl Heinz Marbaise > > -

Re: Maven Web Site

2015-04-05 Thread Karl Heinz Marbaise
Hi, so changed the size of the left navigationwhich really looks better than before... http://khmarbaise.github.io/maven-site/ Kind regards Karl Heinz Marbaise - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

[GitHub] maven pull request: MNG-5786: Fix edge case in determining maven.m...

2015-04-05 Thread jvanzyl
Github user jvanzyl commented on the pull request: https://github.com/apache/maven/pull/40#issuecomment-89769509 I'll take a look at try to incorporate into the 3.3.2 release which I'd like to get our next week. --- If your project is set up for it, you can reply to this email and ha

Re: Maven Web Site

2015-04-05 Thread Lennart Jörelid
Firstly - in terms of readability, Fluido is a clear step for the better compared to the default skin. Secondly - while both Fluido and the Maven Site Plugin/Rendering Engine have their assorted sets of problems, I believe it is better to take small incremental steps towards a goal than no steps a

Re: Maven Web Site

2015-04-05 Thread Alexander Kriegisch
Quick feedback: On my iPad 4 under iOS 8.2 it looks good in Safari, Chrome and Opera. -- Alexander Kriegisch > Am 05.04.2015 um 09:36 schrieb Raphael Ackermann > : > > It doesn't work on mobile chrome. Haven't had a chance to look at it on > desktop. > Raphael > >> On Sun, Apr 5, 2015, 01:20

[GitHub] maven pull request: MNG-5786: Fix edge case in determining maven.m...

2015-04-05 Thread Stephan202
Github user Stephan202 commented on the pull request: https://github.com/apache/maven/pull/40#issuecomment-89738913 I can't seem to comment on [MNG-5786](https://jira.codehaus.org/browse/MNG-5786) anymore (comment button missing), presumably because of the impending Codehaus shutdown.

Re: Maven Web Site

2015-04-05 Thread Hervé BOUTEMY
Le dimanche 5 avril 2015 10:21:39 Petar Tahchiev a écrit : > Hmm.. > > not that my opinion matters, but I'm more inclined towards: -0. Yes that's > right minus zero. And I'll tell you why. It's a good theme, the look is > slightly better than the existing one (hence +1), but I feel that if we go >

Re: Maven Web Site

2015-04-05 Thread Karl Heinz Marbaise
Hi Hervé, On 4/5/15 10:40 AM, Hervé BOUTEMY wrote: in fact, the problem is not for site precisely but for fluido skin in general [1] the good news is that if we fix the problems, every fuildo skin user will benefit from the enhancement the bad news is that the fluido skin has been like this for

Re: Maven Web Site

2015-04-05 Thread Karl Heinz Marbaise
Hi Hervé, > yes mirror icon: but you're right, I was a little too fast at > reporting this issue, after a little diggin into the problem, > it is only mirror directive that is not processed since there is no download.cgi on github :) No problem better report things which will solved by a way l

Re: Maven Web Site

2015-04-05 Thread Hervé BOUTEMY
in fact, the problem is not for site precisely but for fluido skin in general [1] the good news is that if we fix the problems, every fuildo skin user will benefit from the enhancement the bad news is that the fluido skin has been like this for years: we'll need more volunteers to fix it. Perha

Re: Maven Web Site

2015-04-05 Thread Hervé BOUTEMY
Le dimanche 5 avril 2015 09:45:08 Karl Heinz Marbaise a écrit : > Hi Hervé, > > On 4/5/15 7:37 AM, Hervé BOUTEMY wrote: > > +1 > > > > the only real problem I see is the left column that is too big: I don't > > know if it can be tweaked through CSS > > But even with that, this version is really b

Re: Maven Web Site

2015-04-05 Thread Karl Heinz Marbaise
Hi Raphael, On 4/5/15 9:36 AM, Raphael Ackermann wrote: It doesn't work on mobile chrome. Haven't had a chance to look at it on desktop. Ok...So it needs to adjusted... Raphael On Sun, Apr 5, 2015, 01:20 Karl Heinz Marbaise wrote: Hi, what do you think about the following: http://khmar

Re: Maven Web Site

2015-04-05 Thread Karl Heinz Marbaise
Hi Hervé, On 4/5/15 7:37 AM, Hervé BOUTEMY wrote: +1 the only real problem I see is the left column that is too big: I don't know if it can be tweaked through CSS But even with that, this version is really better Yeah..left site looks too big...yes i will see if it can be changed... one m

Re: Maven Web Site

2015-04-05 Thread Karl Heinz Marbaise
Hi, On 4/5/15 9:21 AM, Petar Tahchiev wrote: Hmm.. not that my opinion matters, but I'm more inclined towards: -0. Yes that's right minus zero. And I'll tell you why. It's a good theme, the look is slightly better than the existing one (hence +1), > but I feel that if we go for it we will n

Re: Maven Web Site

2015-04-05 Thread Raphael Ackermann
It doesn't work on mobile chrome. Haven't had a chance to look at it on desktop. Raphael On Sun, Apr 5, 2015, 01:20 Karl Heinz Marbaise wrote: > Hi, > > what do you think about the following: > > http://khmarbaise.github.io/maven-site/ > > Just did some very simple things...but in my opinion it

Re: Maven Web Site

2015-04-05 Thread Vincent Latombe
On my mobile the left sidebar doesn't render well, so I cannot really tell... Le dim. 5 avr. 2015 09:22, Petar Tahchiev a écrit : > Hmm.. > > not that my opinion matters, but I'm more inclined towards: -0. Yes that's > right minus zero. And I'll tell you why. It's a good theme, the look is > sli

Re: Maven Web Site

2015-04-05 Thread Petar Tahchiev
Hmm.. not that my opinion matters, but I'm more inclined towards: -0. Yes that's right minus zero. And I'll tell you why. It's a good theme, the look is slightly better than the existing one (hence +1), but I feel that if we go for it we will never get the time to create a better site-plugin (usin