Re: [VOTE] Release dependency plugin 2.4

2011-11-14 Thread Tony Chemit
On Mon, 14 Nov 2011 21:41:33 -0800 Carlos Sanchez wrote: +1 Works fine to me (non-binding). There is just a mistake in your vote email about the staging site : http://maven.apache.org/plugins/maven-dependency-plugin-2.4/ Thanks Tony. > Hello, > I'd like to release Apache Maven Dependency

[VOTE] Release dependency plugin 2.4

2011-11-14 Thread Carlos Sanchez
Hello, I'd like to release Apache Maven Dependency Plugin 2.4. We fixed 9 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11214&version=17468 Staging repository: https://repository.apache.org/content/repositories/maven-183/ Staging site: http://maven.apache.org/plugins/maven-d

Re: Maven Site Indexer plugin

2011-11-14 Thread Raffaele P. Guidi
What do you men exactly with 'faster'? Faster search or just more usable from a user's perspective? Or course auto completion looks smarter but I'm not a js guru band I tend to keep things simple :-P I'il give another try to The head tag and see what it leads TO. Ciao, R Il giorno 14/nov/2011

RE: [fluido skin] using sprites

2011-11-14 Thread Robert Scholte
Place all icons under each other in the sprite and give enough room. The 'right' can stay (or be replaced with 100%) The 'center' has to be replaced with the y-position of every icon. And yes, that means that you can't center it based on the font-size. Icon-height and font-size have to be in s

Re: Updated plugin deps for Maven 3.0.4 ( was VOTE: Use aether )

2011-11-14 Thread Olivier Lamy
2011/11/14 Mark Derricutt : > True this didn't really belong on the vote thread.  My bad.  The question > was more related to the actual Maven 3.0.4 release than just using > Aether/Sisu. > > Not all plugins get mentioned in your poms, for example the archetype > plugin, or the dependency plugin, t

Re: [fluido skin] using sprites

2011-11-14 Thread Simone Tripodi
Hi Robert! for icons such as checkstyles, changes-plugin, ... that technique cannot be applied because the generated reports explicitly refer to images. We can apply anyway the sprites to links - where we are already using background images with extra space, take a look at maven/theme.css[1] - wha

Updated plugin deps for Maven 3.0.4 ( was VOTE: Use aether )

2011-11-14 Thread Mark Derricutt
True this didn't really belong on the vote thread. My bad. The question was more related to the actual Maven 3.0.4 release than just using Aether/Sisu. Not all plugins get mentioned in your poms, for example the archetype plugin, or the dependency plugin, they're versions (afaik) are specified i

RE: [fluido skin] using sprites

2011-11-14 Thread Robert Scholte
Hi, if you're explicitly referring to images instead of backgrounds, then this mechanism won't work. If you consider (link)-icons as a style of the link, don't use a separate image but a background with extra right-space. -Robert > Date: Mon, 14

[fluido skin] using sprites

2011-11-14 Thread Simone Tripodi
Hi all guys, For link icons I tried to add sprites (I realized the sprite using ImageMagik) as Robert suggested - unfortunately sprites cannot be universally applied, since there are reports that explicitly refer to images - but what I found difficult is placing icons in the *right* of the links te

Re: svn commit: r1201702 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm

2011-11-14 Thread Ivan Habunek
On 14 November 2011 21:19, Simone Tripodi wrote: > AMAZING Ivan!!! > does it work with JS as well? Yup. JS and CSS. Just be careful to test it out before deploying. Sometimes it acts a little bit quirky in my experience. Regards, Ivan

RE: svn commit: r1201702 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm

2011-11-14 Thread Robert Scholte
Yes it does, here's another example: http://alchim.sourceforge.net/yuicompressor-maven-plugin/index.html Just pick your favorite. -Robert > Date: Mon, 14 Nov 2011 21:19:26 +0100 > Subject: Re: svn commit: r1201702 - > /maven/sandbox/trunk/skin/maven

Re: svn commit: r1201702 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm

2011-11-14 Thread Simone Tripodi
AMAZING Ivan!!! does it work with JS as well? TIA, Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Mon, Nov 14, 2011 at 9:08 PM, Ivan Habunek wrote: > You can use maven minify plugin [1] to combine a

Re: svn commit: r1201702 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm

2011-11-14 Thread Ivan Habunek
You can use maven minify plugin [1] to combine all CSS files into one (and minify them along the way). I tried it for the log4php web site and it seems to work pretty well. [1] http://maven-samaxes-plugin.googlecode.com/svn/sites/maven-minify-plugin/usage.html Regards, Ivan On 14 November 2011

Re: svn commit: r1201702 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm

2011-11-14 Thread Simone Tripodi
Hi Robert! that's my bad, I originally had links then switched to import to quick reintroduce the site.css... then stumbled in the side effect of c'n'p :( Going to come back to links, thanks for the hint!!! All the best, Simo http://people.apache.org/~simonetripodi/ http://simonetripodi.livejourna

RE: [VOTE] Use aether 1.13 and sisu 2.3.0 as dependencies of Apache Maven

2011-11-14 Thread Robert Scholte
+1 (non-binding) -Robert > Date: Mon, 14 Nov 2011 19:28:30 +0100 > From: denn...@apache.org > To: dev@maven.apache.org > Subject: Re: [VOTE] Use aether 1.13 and sisu 2.3.0 as dependencies of Apache > Maven > > +1 (binding) > > On 2011-11-10 16:53, Oli

Re: [VOTE] Use aether 1.13 and sisu 2.3.0 as dependencies of Apache Maven

2011-11-14 Thread Dennis Lundberg
+1 (binding) On 2011-11-10 16:53, Olivier Lamy wrote: > Hello, > > Since last vote things have changed: > * aether is in incubation process @eclipse > * sisu is in incubation process @eclipse > > Due to the fact that those process can be long before having an > official release from eclipse name

RE: svn commit: r1201702 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm

2011-11-14 Thread Robert Scholte
Hi Simone, recently I've been working on website performance improvements and you just hit another issue: "Don't use import"[1] We wanted to make only one call for css, so I wrote a small groovy-script which bundled all imports. I still have to make write a maven-plugin for it. So it's

Re: Welcome Simone Tripodi as a new Maven committer

2011-11-14 Thread Stephen Connolly
On 14 November 2011 16:21, Olivier Lamy wrote: > PS: take care Simone most of the current Maven team will come in Italy > to have an open source pizza :-). There is also http://apache.ie pizza... not as good as Simone's but still if you want pizza and love Apache

Re: Welcome Simone Tripodi as a new Maven committer

2011-11-14 Thread Christian Grobmeier
Hey great news! Congratulations Simone to join Maven and congratulations to the Maven community to get hold of such a good committer! Long live fluido! Cheers Christian On Mon, Nov 14, 2011 at 5:21 PM, Olivier Lamy wrote: > Hello, > > As he started some nice job on a new skin called fluido and

Re: Welcome Simone Tripodi as a new Maven committer

2011-11-14 Thread Simone Tripodi
Hi all guys, I just raw the Olivier's tweet and I have to confess that this is really touching... there are no words in this world how to express my gratefulness on accepting me in the committers list!!! Maven has been my preferred build tool for years and I have to say a big `thank you` to you al

Re: Welcome Simone Tripodi as a new Maven committer

2011-11-14 Thread John Casey
Welcome, Simone! On 11/14/11 11:21 AM, Olivier Lamy wrote: > Hello, > > As he started some nice job on a new skin called fluido and he need > some new shoes to be able to release that :-) ). > > Join me to Welcome Simone as a new Maven committer. > > Thanks, -- John Casey Developer, PMC Cha

Re: Welcome Simone Tripodi as a new Maven committer

2011-11-14 Thread Stephen Connolly
Welcome Simone hopefully my cryptic comment on waiting to make the release makes sense now... full speed ahead with the skin release ;-) On 14 November 2011 16:21, Olivier Lamy wrote: > Hello, > > As he started some nice job on a new skin called fluido and he need > some new shoes to be able

Welcome Simone Tripodi as a new Maven committer

2011-11-14 Thread Olivier Lamy
Hello, As he started some nice job on a new skin called fluido and he need some new shoes to be able to release that :-) ). Join me to Welcome Simone as a new Maven committer. Thanks, -- Olivier Lamy Talend : http://talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy PS: take ca

Re: [VOTE] Use aether 1.13 and sisu 2.3.0 as dependencies of Apache Maven

2011-11-14 Thread Mark Struberg
+1 We have to get 3.0.4 out of the door finally. After that we need to change lots of imports anyway, thus I think the next version might be 3.1.0? Anyway, lets discuss about that later ;) LieGrue, strub - Original Message - > From: John Casey > To: Maven Developers List > Cc: >

Re: [VOTE] Use aether 1.13 and sisu 2.3.0 as dependencies of Apache Maven

2011-11-14 Thread Benson Margulies
Mark, What does this question mean? The best practice is to call out the version you want in your pluginManagement, not to depend on the default in the Maven release. And this doesn't really belong on a vote thread. --benson On Fri, Nov 11, 2011 at 9:24 PM, Mark Derricutt wrote: > Will Maven b

Re: [VOTE] Use aether 1.13 and sisu 2.3.0 as dependencies of Apache Maven

2011-11-14 Thread John Casey
+1 (binding) On 11/10/11 10:53 AM, Olivier Lamy wrote: > Hello, > > Since last vote things have changed: > * aether is in incubation process @eclipse > * sisu is in incubation process @eclipse > > Due to the fact that those process can be long before having an > official release from eclipse nam

Re: Why does the archetype plugin have such negative feelings about "."?

2011-11-14 Thread Wayne Fay
> If someone puts a property into archetype.properties with a . in its > name, it's *silently* ignored unless it's one of the special > properties that maps to a configuration element. Anyone know why? I know there used to be an issue regarding resolving properties with dots in their names... You'

Re: Propose release of archetype

2011-11-14 Thread Olivier Lamy
Hello, Currently there is a dependency on a SNAPSHOT version of a new component called: maven-script-interpreter I have made that recently to mimic invoker plugin for integration test of an archetype. Let me release that first. 2011/11/14 Benson Margulies : > A  release of archetype would achive

Propose release of archetype

2011-11-14 Thread Benson Margulies
A release of archetype would achive ZERO outstanding issues and deploy some doc that i just wrote. Any objections to prepping a release and calling a vote? - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional

Why does the archetype plugin have such negative feelings about "."?

2011-11-14 Thread Benson Margulies
If someone puts a property into archetype.properties with a . in its name, it's *silently* ignored unless it's one of the special properties that maps to a configuration element. Anyone know why? - To unsubscribe, e-mail: dev-unsu

Re: Maven Site Indexer plugin

2011-11-14 Thread Simone Tripodi
Hi again! > [...] but couldn't get > anything to appear into the header or head section (only the footer works). > I suppose this is related to the work-in-progress version of the fluido > skin. > Please try to update the fluido skin to latest snapshot because the DM one was still at prototypal s