Re: [RESULT] [VOTE] Release Maven Eclipse Plugin version Y.Z

2012-02-13 Thread Barrie Treloar
On Tue, Feb 14, 2012 at 12:46 PM, Barrie Treloar wrote: > Hi, > The vote has passed with the following result : > > +1 (binding): Barrie Treloar, Benson Margulies, Olivier Lamy, Hervé Boutemy > +1 (non binding): Robert Scholte > > I will promote the artifacts to the central repo. Apologies for no

[ANN] Maven Eclipse Plugin 2.9 Released

2012-02-13 Thread Barrie Treloar
The Maven team is pleased to announce the release of the Maven Eclipse Plugin, version 2.9 The Maven Eclipse Plugin is used to generate Eclipse IDE files (*.classpath, *.wtpmodules and the .settings folder) for use with a project. http://maven.apache.org/plugins/maven-eclipse-plugin/ [Please see

[RESULT] [VOTE] Release Maven XXX Plugin version Y.Z

2012-02-13 Thread Barrie Treloar
Hi, The vote has passed with the following result : +1 (binding): Barrie Treloar, Benson Margulies, Olivier Lamy, Hervé Boutemy +1 (non binding): Robert Scholte I will promote the artifacts to the central repo. - To unsubscribe,

[RELEASE] sparse release:perform with DSCM and -DlocalCheckout=true

2012-02-13 Thread Mark Struberg
Hi maven folks! I'm currently working on a fix for the ReleaseManager when doing a release:perform with a sparse checkout using -DlocalCheckout=true. We are already doing fine for DSCM (GIT, hg, ...) releases if you always access the upstream repo. But this is not really git-like. 2 years ago I

Re: Site plugin on wiki

2012-02-13 Thread Brett Porter
Done - thanks! On 14/02/2012, at 8:16 AM, Olivier Lamy wrote: > confirmed. > copy&paste did here > http://maven.apache.org/plugins/maven-site-plugin/maven-3.html > > 2012/2/13 Brett Porter : >> Hi, >> >> I think a few people would have links to >> https://cwiki.apache.org/confluence/display/MA

Re: Site plugin on wiki

2012-02-13 Thread Olivier Lamy
confirmed. copy&paste did here http://maven.apache.org/plugins/maven-site-plugin/maven-3.html 2012/2/13 Brett Porter : > Hi, > > I think a few people would have links to > https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+and+site+plugin > for directions during the transition - but my

Site plugin on wiki

2012-02-13 Thread Brett Porter
Hi, I think a few people would have links to https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+and+site+plugin for directions during the transition - but my understanding is that this is all captured on the Site plugin documentation now. Before I replace the page with a pointer to th

How to run an ant script within war's pom file

2012-02-13 Thread johnjoseph
Hi Everyone, My aim is to run a shell script during the compilation/package phase within the war project's pom file. I want to run the script only once. I am pretty new to maven and i was able to do something close to that with the below script. Now this code executes during both the compilation a

Re: svnpubsub as an initiative

2012-02-13 Thread Benson Margulies
On Mon, Feb 13, 2012 at 12:54 PM, Kristian Rosenvold < kristian.rosenv...@zenior.no> wrote: > Does that mean we can't bitch about it? > > K ;) > In my experience, bitching at infra never ends well. > > Den 13. feb. 2012 kl. 18:37 skrev Benson Margulies >: > > > Folks, > > > > I anticipate tha

Re: svnpubsub as an initiative

2012-02-13 Thread Kristian Rosenvold
Does that mean we can't bitch about it? K ;) Den 13. feb. 2012 kl. 18:37 skrev Benson Margulies : > Folks, > > I anticipate that it will take me another two hours (spread over some days) > to make an adequate solution for this as a plugin. svnpubsub is what it is, > it's not going to go away, an

Re: svnpubsub as an initiative

2012-02-13 Thread Benson Margulies
Folks, I anticipate that it will take me another two hours (spread over some days) to make an adequate solution for this as a plugin. svnpubsub is what it is, it's not going to go away, and I don't see why we need to pick a larger fight with infra@ when this scheme of mine may work just fine for u

Re: svnpubsub as an initiative

2012-02-13 Thread Stephen Connolly
Well keep in mind that all I have written is a scp-jail, it supports the "bare" minimum to handle scp upload, i.e. mkdir -p scp -t cd xyz unzip -q -o abc.zip rm -f abc.zip chmod <-- actually cheat for this one and do a no-op ;-) all within an Apache Mina SshFileSystem impl that keeps you within a

Re: svnpubsub as an initiative

2012-02-13 Thread Kristian Rosenvold
Well assuming you're manually building your site by hand *and* you are one of the 12 remaining people in the known universe that know how svn branches work, I'm sure an svn based content management system is an excellent way to manually prepare your next site release. The limitations of WebDAV are

Re: svnpubsub as an initiative

2012-02-13 Thread Stephen Connolly
Well we'll see how Ben gets on deploying my scp jail site deployer servlet container on codehaus. If that goes well we could look at asking Infra about hosting a similar app on ASF infra -Stephen On 13 February 2012 12:57, Benson Margulies wrote: > Infra@ is not friendly to the dav approach, so

Re: svnpubsub as an initiative

2012-02-13 Thread Benson Margulies
Infra@ is not friendly to the dav approach, so I'm not going there. On Mon, Feb 13, 2012 at 4:19 AM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > On 13 February 2012 07:05, Kristian Rosenvold > wrote: > > DAV has support for "lock" concept, which I somehow would > > assume a dece

Re: svnpubsub as an initiative

2012-02-13 Thread Stephen Connolly
On 13 February 2012 07:05, Kristian Rosenvold wrote: > DAV has support for "lock" concept, which I somehow would > assume a decent server-side implementation would map to a transaction? > (I would rather improve dav_svn to make sure we can get 1 commit ;) I would have concern getting transaction