Hi,
On 5/1/15 3:14 PM, Andreas Gudian wrote:
Anyone who has ever done a release of a large plugin like surefire from a
european location knows what a pain it is to svn-commit a couple of
thousand files. It takes hours, but only if you're lucky and the process is
not interrupted by the server.
Yes made the same experience here.. ;-(.
I had to dance around that by zipping up the locally generated site, scp it
to people.a.o and commit it from there.
Made it several times and it took only a few minutes or less.....but it
is not the solution....
> Every time I did that, I thought
about how cool it would be to just push one git-commit - it would be done
in seconds.
Yeah...
So I'd be all in favour of that. Depends on how that would be structured,
though. Everything in one big repository? Or could it be sliced into parts
of the different areas of the sites, like main maven pages, the
single-module plugins, and dedicated repositories for the bigger plugins?
2015-04-30 21:16 GMT+02:00 Jason van Zyl <ja...@takari.io>:
My read is this work much like Github pages works. You have a repository
with your source and the rendered pages go into a branch. But nothing stops
you from having the source in one repo and just pushing the generated
content to another repo. This is currently how we do the M2Eclipse site. We
have a Jekyll site in one repository, and we have a process that runs
Jekyll and produces the website which gets pushed. I think if we did the
same it would be cool because we could have the site on Github where we can
use Jekyll, let people make pull requests and push it back here for
official publishing.
On Apr 30, 2015, at 2:55 PM, Michael Osipov <micha...@apache.org> wrote:
Am 2015-04-30 um 00:31 schrieb Stephen Connolly:
http://bit.ly/1QLwWGS
(Source: https://twitter.com/planetapache/status/593535338074611712)
Wouldn't that imply always to clone a private copy of the entire repo
with autogerated stuff just to push changes back to the canonical repo?
Sounds like an absolute waste of time and resources to me.
Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org
Thanks,
Jason
----------------------------------------------------------
Jason van Zyl
Founder, Takari and Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
---------------------------------------------------------
A language that doesn’t affect the way you think about programming is not
worth knowing.
-- Alan Perlis
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org