Re: git scm and site:deploy

2012-08-23 Thread Aldrin Leal
Github does have a plugin for this as well https://github.com/github/maven-plugins Easy to use, I think: plugin groupIdcom.github.github/groupId

Re: git scm and site:deploy

2012-08-23 Thread Stephen Connolly
They could follow the maven conventions though rather than hack the effects in the way they have. -S On 23 August 2012 07:19, Aldrin Leal ald...@leal.eng.br wrote: Github does have a plugin for this as well https://github.com/github/maven-plugins Easy to use, I think:

Re: git scm and site:deploy

2012-08-23 Thread Stephen Connolly
Probably, though you might want to ensure that you switch back the groupId ;-) On 22 August 2012 23:22, Kathryn Huxtable kath...@kathrynhuxtable.orgwrote: Should I be pulling that and deploying? -K On Aug 22, 2012, at 7:12 AM, Stephen Connolly wrote: Here is my fork

Re: git scm and site:deploy

2012-08-23 Thread Thomas Scheffler
Am 23.08.2012 10:16, schrieb Stephen Connolly: They could follow the maven conventions though rather than hack the effects in the way they have. Yeah, to release versions you have to provide distributionManagement in your pom and these github plugins currently give a damn about it. That's why

git scm and site:deploy

2012-08-22 Thread Thomas Scheffler
Hi, I have a project and I want to deploy the site to github. Luckily there is documentation about how to do this: http://maven.apache.org/wagon/wagon-providers/wagon-scm/usage.html But neither with the config there not with newer version I achieve success: Transfer error:

Re: git scm and site:deploy

2012-08-22 Thread Olivier Lamy
Not very well supported currently natively by our own Apache maven stuff. But have a look here http://khuxtable.github.com/wagon-gitsite/usage.html 2012/8/22 Thomas Scheffler thomas.scheff...@uni-jena.de: Hi, I have a project and I want to deploy the site to github. Luckily there is

Re: git scm and site:deploy

2012-08-22 Thread Thomas Scheffler
Am 22.08.2012 12:48, schrieb Olivier Lamy: Not very well supported currently natively by our own Apache maven stuff. But have a look here http://khuxtable.github.com/wagon-gitsite/usage.html Thank you for giving me the link. Sadly currently I found no version of this plugin in any repository.

Re: git scm and site:deploy

2012-08-22 Thread Stephen Connolly
On 22 August 2012 13:03, Thomas Scheffler thomas.scheff...@uni-jena.dewrote: Am 22.08.2012 12:48, schrieb Olivier Lamy: Not very well supported currently natively by our own Apache maven stuff. But have a look here http://khuxtable.github.com/wagon-gitsite/usage.html Thank you for

Re: git scm and site:deploy

2012-08-22 Thread Fabien KRUBA
Hello. looking at the pom in the git project, it seems to be deployed on sonatype: https://oss.sonatype.org/index.html#nexus-search;quick~wagon-gitsite Hope that helps. On Wed, Aug 22, 2012 at 8:03 AM, Thomas Scheffler thomas.scheff...@uni-jena.de wrote: Am 22.08.2012 12:48, schrieb Olivier

Re: git scm and site:deploy

2012-08-22 Thread Stephen Connolly
Here is my fork https://github.com/stephenc/wagon-gitsite which has support for deploying multi-module projects (which is what I needed) On 22 August 2012 13:09, Stephen Connolly stephen.alan.conno...@gmail.comwrote: On 22 August 2012 13:03, Thomas Scheffler thomas.scheff...@uni-jena.dewrote:

Re: git scm and site:deploy

2012-08-22 Thread Kathryn Huxtable
Should I be pulling that and deploying? -K On Aug 22, 2012, at 7:12 AM, Stephen Connolly wrote: Here is my fork https://github.com/stephenc/wagon-gitsite which has support for deploying multi-module projects (which is what I needed) On 22 August 2012 13:09, Stephen Connolly

Re: git scm and site:deploy

2012-08-22 Thread Thomas Scheffler
Am 22.08.2012 14:09, schrieb Stephen Connolly: On 22 August 2012 13:03, Thomas Scheffler thomas.scheff...@uni-jena.dewrote: Am 22.08.2012 12:48, schrieb Olivier Lamy: Not very well supported currently natively by our own Apache maven stuff. But have a look here