Re: git as deploy target

2010-11-30 Thread Benson Margulies
On Tue, Nov 30, 2010 at 10:01 PM, Kathryn Huxtable
 wrote:
> Maybe I'm confused. I meant using the git protocol over ssh using the 
> standard git wagon.

Now I get it. It looks like the sonatypists don't allow for arbitrary
wagons in their uploader, so it's manual file copying for me.

>
> My wagon allows you to specify a branch, but that's it.
>
> -K
>
> On Nov 30, 2010, at 7:04 PM, Benson Margulies wrote:
>
>> I have a particularly nefarious plot. I want to use this to push an
>> eclipse update site to github via the sonatype maven-update-plugin.
>>
>> Can I add more pathname to the end of the urls?
>>
>> Your reference to ssh leads me to believe that I'm confused. How does
>> one use ssh to push files to github? I seem to have missed something
>> basic.
>>
>> On Tue, Nov 30, 2010 at 6:50 PM, Kathryn Huxtable
>>  wrote:
>>> I should point out that this was intended to deploy site documentation, not 
>>> artifacts. Did you want artifacts? That should be doable, but probably not 
>>> with the existing code. I rather think that the ssh wagon would be 
>>> sufficient.
>>>
>>> -K
>>>
>>> On Nov 30, 2010, at 5:48 PM, Kathryn Huxtable wrote:
>>>
 Yes, it's available on central at 
 org.kathrynhuxtable.maven.wagon.wagon-gitsite:0.2, and the docs are at

 http://khuxtable.github.com/wagon-gitsite/

 There are a few minor improvements I'd like to make, the main one being to 
 create the gh-pages branch if it doesn't exist, but it works, at least 
 with Maven 2. I haven't tried with Maven 3 yet, because I have other fish 
 to fry at the moment.

 -K

 On Nov 30, 2010, at 5:31 PM, Benson Margulies wrote:

> Back in March, there was a thread involving Kathryn Huxtable and
> deploying to git via the scm provider. I have a vague sense that she
> subsequently reported success here. Kathryn, are you reading this? Did
> you get it to work?
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org

>>>
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>>> For additional commands, e-mail: users-h...@maven.apache.org
>>>
>>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: git as deploy target

2010-11-30 Thread Kathryn Huxtable
Maybe I'm confused. I meant using the git protocol over ssh using the standard 
git wagon.

My wagon allows you to specify a branch, but that's it.

-K

On Nov 30, 2010, at 7:04 PM, Benson Margulies wrote:

> I have a particularly nefarious plot. I want to use this to push an
> eclipse update site to github via the sonatype maven-update-plugin.
> 
> Can I add more pathname to the end of the urls?
> 
> Your reference to ssh leads me to believe that I'm confused. How does
> one use ssh to push files to github? I seem to have missed something
> basic.
> 
> On Tue, Nov 30, 2010 at 6:50 PM, Kathryn Huxtable
>  wrote:
>> I should point out that this was intended to deploy site documentation, not 
>> artifacts. Did you want artifacts? That should be doable, but probably not 
>> with the existing code. I rather think that the ssh wagon would be 
>> sufficient.
>> 
>> -K
>> 
>> On Nov 30, 2010, at 5:48 PM, Kathryn Huxtable wrote:
>> 
>>> Yes, it's available on central at 
>>> org.kathrynhuxtable.maven.wagon.wagon-gitsite:0.2, and the docs are at
>>> 
>>> http://khuxtable.github.com/wagon-gitsite/
>>> 
>>> There are a few minor improvements I'd like to make, the main one being to 
>>> create the gh-pages branch if it doesn't exist, but it works, at least with 
>>> Maven 2. I haven't tried with Maven 3 yet, because I have other fish to fry 
>>> at the moment.
>>> 
>>> -K
>>> 
>>> On Nov 30, 2010, at 5:31 PM, Benson Margulies wrote:
>>> 
 Back in March, there was a thread involving Kathryn Huxtable and
 deploying to git via the scm provider. I have a vague sense that she
 subsequently reported success here. Kathryn, are you reading this? Did
 you get it to work?
 
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org
>>> 
>> 
>> 
>> -
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>> 
>> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: git as deploy target

2010-11-30 Thread Benson Margulies
I have a particularly nefarious plot. I want to use this to push an
eclipse update site to github via the sonatype maven-update-plugin.

Can I add more pathname to the end of the urls?

Your reference to ssh leads me to believe that I'm confused. How does
one use ssh to push files to github? I seem to have missed something
basic.

On Tue, Nov 30, 2010 at 6:50 PM, Kathryn Huxtable
 wrote:
> I should point out that this was intended to deploy site documentation, not 
> artifacts. Did you want artifacts? That should be doable, but probably not 
> with the existing code. I rather think that the ssh wagon would be sufficient.
>
> -K
>
> On Nov 30, 2010, at 5:48 PM, Kathryn Huxtable wrote:
>
>> Yes, it's available on central at 
>> org.kathrynhuxtable.maven.wagon.wagon-gitsite:0.2, and the docs are at
>>
>> http://khuxtable.github.com/wagon-gitsite/
>>
>> There are a few minor improvements I'd like to make, the main one being to 
>> create the gh-pages branch if it doesn't exist, but it works, at least with 
>> Maven 2. I haven't tried with Maven 3 yet, because I have other fish to fry 
>> at the moment.
>>
>> -K
>>
>> On Nov 30, 2010, at 5:31 PM, Benson Margulies wrote:
>>
>>> Back in March, there was a thread involving Kathryn Huxtable and
>>> deploying to git via the scm provider. I have a vague sense that she
>>> subsequently reported success here. Kathryn, are you reading this? Did
>>> you get it to work?
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: git as deploy target

2010-11-30 Thread Kathryn Huxtable
I should point out that this was intended to deploy site documentation, not 
artifacts. Did you want artifacts? That should be doable, but probably not with 
the existing code. I rather think that the ssh wagon would be sufficient.

-K

On Nov 30, 2010, at 5:48 PM, Kathryn Huxtable wrote:

> Yes, it's available on central at 
> org.kathrynhuxtable.maven.wagon.wagon-gitsite:0.2, and the docs are at
> 
> http://khuxtable.github.com/wagon-gitsite/
> 
> There are a few minor improvements I'd like to make, the main one being to 
> create the gh-pages branch if it doesn't exist, but it works, at least with 
> Maven 2. I haven't tried with Maven 3 yet, because I have other fish to fry 
> at the moment.
> 
> -K
> 
> On Nov 30, 2010, at 5:31 PM, Benson Margulies wrote:
> 
>> Back in March, there was a thread involving Kathryn Huxtable and
>> deploying to git via the scm provider. I have a vague sense that she
>> subsequently reported success here. Kathryn, are you reading this? Did
>> you get it to work?
>> 
>> -
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
> 


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: git as deploy target

2010-11-30 Thread Kathryn Huxtable
Yes, it's available on central at 
org.kathrynhuxtable.maven.wagon.wagon-gitsite:0.2, and the docs are at

http://khuxtable.github.com/wagon-gitsite/

There are a few minor improvements I'd like to make, the main one being to 
create the gh-pages branch if it doesn't exist, but it works, at least with 
Maven 2. I haven't tried with Maven 3 yet, because I have other fish to fry at 
the moment.

-K

On Nov 30, 2010, at 5:31 PM, Benson Margulies wrote:

> Back in March, there was a thread involving Kathryn Huxtable and
> deploying to git via the scm provider. I have a vague sense that she
> subsequently reported success here. Kathryn, are you reading this? Did
> you get it to work?
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org



git as deploy target

2010-11-30 Thread Benson Margulies
Back in March, there was a thread involving Kathryn Huxtable and
deploying to git via the scm provider. I have a vague sense that she
subsequently reported success here. Kathryn, are you reading this? Did
you get it to work?

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org