plexus-utils CommandLineUtils replacements ?

2011-10-12 Thread Kristian Rosenvold
I've been wondering if there are any adequate replacements for plexus-utils CommandLineUtils class out there ? Kristian - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven

Re: Bootstrap maven skin

2011-10-12 Thread Simone Tripodi
sorry for joining the discussion so late guys!!! @Ivan: you are *much more* than welcome, I really need a big help on finalizing it! Feel free to asking whatever is needed, I will more than pleased to reply! About TM: yes, the 'fluido' name is something that always bounces in my mind - don't ask

Re: Bootstrap maven skin

2011-10-12 Thread Olivier Lamy
btw IMHO could be complicate for trademark reason to use a name like maven-bootstrap-skin :-) 2011/10/12 Stephen Connolly : > The person driving that skin is also the person who owns the google > code project I suspect they are migrating it to here > > On 12 October 2011 14:25, Ivan Habunek w

Re: Bootstrap maven skin

2011-10-12 Thread Stephen Connolly
The person driving that skin is also the person who owns the google code project I suspect they are migrating it to here On 12 October 2011 14:25, Ivan Habunek wrote: > On 12 October 2011 15:17, Olivier Lamy wrote: >> hehe. >> Note this skin use an other css called boostrap-override.css whic

Re: Bootstrap maven skin

2011-10-12 Thread Olivier Lamy
oops it looks simone fix that and renamed to maven-theme.css :-) 2011/10/12 Olivier Lamy : > 2011/10/12 Ivan Habunek : >> Thanks Olivier, >> >> I feel a bit sheepish now, because I've invested quite some time to >> get it to work. :-) > hehe. > Note this skin use an other css called boostrap-overr

Re: Bootstrap maven skin

2011-10-12 Thread Ivan Habunek
On 12 October 2011 15:17, Olivier Lamy wrote: > hehe. > Note this skin use an other css called boostrap-override.css which is > empty by default. > But you can put your own in you project src/site/resources/css to > override some class. (yes some people don't like black topbar or > images with bor

Re: Bootstrap maven skin

2011-10-12 Thread Olivier Lamy
2011/10/12 Ivan Habunek : > Thanks Olivier, > > I feel a bit sheepish now, because I've invested quite some time to > get it to work. :-) hehe. Note this skin use an other css called boostrap-override.css which is empty by default. But you can put your own in you project src/site/resources/css to o

Re: Bootstrap maven skin

2011-10-12 Thread Ivan Habunek
Thanks Olivier, I feel a bit sheepish now, because I've invested quite some time to get it to work. :-) I will take a look at the code and see where I can contribute. Best regards, Ivan On 12 October 2011 14:53, Olivier Lamy wrote: > Hello, > Currently some has been done here: > http://svn.apa

Re: Bootstrap maven skin

2011-10-12 Thread Olivier Lamy
Hello, Currently some has been done here: http://svn.apache.org/repos/asf/maven/sandbox/trunk/skin/maven-fluido-skin/ . sandbox path is open for all apache committers so feel free to participate. 2011/10/12 Ivan Habunek : > Hi everybody, > > I've been talking to Christian Grobmeier and he informs

Bootstrap maven skin

2011-10-12 Thread Ivan Habunek
Hi everybody, I've been talking to Christian Grobmeier and he informs me that there is an ongoing effort to create a Bootstrap [1] powered skin for maven. I would like to inform you that there is an almost finished one which I've created for the Apache log4php project. If you like, we can combine

Re: bug while using maven-surefire-plugin in test report generation

2011-10-12 Thread Amiragl
Thank you for the response , After fixing my tests's failures and errors everything works fine and the error disappeares !! -- View this message in context: http://maven.40175.n5.nabble.com/bug-while-using-maven-surefire-plugin-in-test-report-generation-tp4894877p4895138.html Sent from the Maven

Re: bug while using maven-surefire-plugin in test report generation

2011-10-12 Thread Anders Hammar
Wrong list. Questions like this should be addressed to the users mailing list. Also, before asking make sure you read the error message and check the test results. Some of your tests are failing (which is not a Maven problem). /Anders On Wed, Oct 12, 2011 at 11:29, Amiragl wrote: > Hi All, > > I

bug while using maven-surefire-plugin in test report generation

2011-10-12 Thread Amiragl
Hi All, I wanna generate my reports so i used maven-surefire-plugin so this is my pom.xml code: org.apache.maven.plugins maven-surefire-plugin 2.10 ${project.build.directory}/reports But i'm getting this error when i run maven test: Tests run: 6, Failures: 2, Errors: 2, Skipp