Re: [vote] Petar Tahchiev as Maven [Assembly Plugin] committer

2009-01-12 Thread Ralph Goers
+1 Ralph On Jan 12, 2009, at 9:10 AM, John Casey wrote: Hi everyone, I've had the pleasure of working with Petar since sometime around August or a bit earlier. He's been instrumental in getting this latest release of the Assembly Plugin tested, patched, and ready to go. His continued fo

Re: [vote] Petar Tahchiev as Maven [Assembly Plugin] committer

2009-01-12 Thread Wendy Smoak
+1 -- Wendy On Mon, Jan 12, 2009 at 10:10 AM, John Casey wrote: > Hi everyone, > > I've had the pleasure of working with Petar since sometime around August or > a bit earlier. He's been instrumental in getting this latest release of the > Assembly Plugin tested, patched, and ready to go. His co

Re: [vote] Petar Tahchiev as Maven [Assembly Plugin] committer

2009-01-12 Thread Oleg Gusakov
+1 John Casey wrote: Hi everyone, I've had the pleasure of working with Petar since sometime around August or a bit earlier. He's been instrumental in getting this latest release of the Assembly Plugin tested, patched, and ready to go. His continued focus on the release cycle for this plugin

[ANN] Maven Stylus Skin 1.1 Released

2009-01-12 Thread Vincent Siveton
The Maven team is pleased to announce the release of the Maven Site Skin, version 1.1 http://maven.apache.org/skins/maven-stylus-skin You should specify the version in your site.xml: ... org.apache.maven.skins maven-stylus-skin 1.1 ... Release Notes - Maven Skins - Versio

Re: [VOTE] Release Maven Stylus Skin version 1.1

2009-01-12 Thread Vincent Siveton
Vote has passed: olivier, brian, arnaud, fabrice and myself I ll proceed. Vincent 2009/1/7, Vincent Siveton : > Hi, > > We solved 1 issue, to comply with the board resolution about Privacy > policy page. > > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11430&styleName=Html&vers

RE: [vote] Petar Tahchiev as Maven [Assembly Plugin] committer

2009-01-12 Thread Brian E. Fox
+1 -Original Message- From: John Casey [mailto:jdca...@commonjava.org] Sent: Monday, January 12, 2009 9:10 AM To: Maven Developers List Subject: [vote] Petar Tahchiev as Maven [Assembly Plugin] committer Hi everyone, I've had the pleasure of working with Petar since sometime around Augu

Re: [VOTE] Release Maven Stylus Skin version 1.1

2009-01-12 Thread Vincent Siveton
Done Vincent 2009/1/11, Dennis Lundberg : > Vincent Siveton wrote: > > Hi Dennis, > > > > 2009/1/7 Dennis Lundberg : > >> Is it really a chicken and egg issue? > > > > I think so. Imagine this use case: > > 0. clean repo > > 1. svn co tag/maven-stylus-skin-1.1 with the site.xml using 1.1

Re: [vote] Petar Tahchiev as Maven [Assembly Plugin] committer

2009-01-12 Thread david
On Mon, 12 Jan 2009, John Casey wrote: Hi everyone, I've had the pleasure of working with Petar since sometime around August or a bit earlier. He's been instrumental in getting this latest release of the Assembly Plugin tested, patched, and ready to go. His continued focus on the release cyc

Re: [vote] Petar Tahchiev as Maven [Assembly Plugin] committer

2009-01-12 Thread Olivier Lamy
+1 -- Olivier 2009/1/12 John Casey : > Hi everyone, > > I've had the pleasure of working with Petar since sometime around August or > a bit earlier. He's been instrumental in getting this latest release of the > Assembly Plugin tested, patched, and ready to go. His continued focus on the > releas

Re: [vote] Petar Tahchiev as Maven [Assembly Plugin] committer

2009-01-12 Thread Brett Porter
+1 On 13/01/2009, at 4:10 AM, John Casey wrote: Hi everyone, I've had the pleasure of working with Petar since sometime around August or a bit earlier. He's been instrumental in getting this latest release of the Assembly Plugin tested, patched, and ready to go. His continued focus on th

Re: [vote] Petar Tahchiev as Maven [Assembly Plugin] committer

2009-01-12 Thread Felipe Leme
Hi all, I don't know if my vote would still count, but here is my +1 anyways - Petar is a very dedicated person, and have been worked closely to Maven since he ported Cactus build to Maven 2. -- Felipe On Mon, Jan 12, 2009 at 9:10 AM, John Casey wrote: > [x] +1, sounds good -

Re: [vote] Petar Tahchiev as Maven [Assembly Plugin] committer

2009-01-12 Thread Jesse McConnell
+1 - it's a pretty critical plugin and dedicated folks on it are a good thing imo jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Mon, Jan 12, 2009 at 2:42 PM, Raphaël Piéroni wrote: > +1 > > 2009/1/12 John Casey : >> Hi everyone, >> >> I've had the pleasure of working with Petar since

Re: [vote] Petar Tahchiev as Maven [Assembly Plugin] committer

2009-01-12 Thread Raphaël Piéroni
+1 2009/1/12 John Casey : > Hi everyone, > > I've had the pleasure of working with Petar since sometime around August or > a bit earlier. He's been instrumental in getting this latest release of the > Assembly Plugin tested, patched, and ready to go. His continued focus on the > release cycle for

Re: How to get path to the local repository?

2009-01-12 Thread John Casey
If you're injecting this information into a plugin parameter, you can use the expression '${localRepository}' to get the ArtifactRepository instance, then call getBasePath() from that, IIRC. Costin Caraivan wrote: I tried: Settings set = new Settings(); set.getLocalRepository(); gives me nu

[vote] Petar Tahchiev as Maven [Assembly Plugin] committer

2009-01-12 Thread John Casey
Hi everyone, I've had the pleasure of working with Petar since sometime around August or a bit earlier. He's been instrumental in getting this latest release of the Assembly Plugin tested, patched, and ready to go. His continued focus on the release cycle for this plugin has been a great help

How to get path to the local repository?

2009-01-12 Thread Costin Caraivan
I tried: Settings set = new Settings(); set.getLocalRepository(); gives me null (probably because I don't have an explicit path in the settings.xml file). I also tried: ArtifactRepository localRepo; localRepo.getBasedir(); but this doesn't work. How do I get the path to the local repository? I

How to set outproperty in maven by exec

2009-01-12 Thread Kumari, Shailja
org.codehaus.mojo exec-maven-plugin process-sources exec /u/kumari/desmake/bin/share/destopdir "-auto_mounter" /u/kumari/desmake/bin/share/destodir -auto_mounter Gives /u/kumari/a a is some directory I want to set this pat

How to set outproperty in maven by exec

2009-01-12 Thread Kumari, Shailja
Hi, In ant we are setting in this way Tish set property TOPDIR to /u/kumari/a How to do the same thing in maven. In maven I tried to set it out like this org.codehaus.mojo exec-maven-plugin process-sources exec /u/kumari/desmake/bin/share/dest