Re: Maven site:deploy hosting providers??

2014-09-30 Thread Hervé BOUTEMY
it works with multi-modules: http://maven.apache.org/plugins/maven-scm-publish-plugin/examples/multi-module-configuration.html Regards, Hervé Le lundi 29 septembre 2014 11:45:28 Kevin Burton a écrit : I got that working.. but I think it would not work with multi-modules? I have it working

Re: Maven site:deploy hosting providers??

2014-09-29 Thread Kevin Burton
I got that working.. but I think it would not work with multi-modules? I have it working in a module… but it writes to / … I would assume it would write to /$module_name … or something along those lines. So I think later modules would overwrite previous modules. But perhaps I’m wrong. On Sun,

Re: Maven site:deploy hosting providers??

2014-09-28 Thread Mirko Friedenhagen
I havr used scm-publish together with gh-pages branch as well and as Karl-Heinz already stated, it works like a charm for me as well. Regards Mirko -- Sent from my mobile On Sep 27, 2014 8:05 PM, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi, we have scm-publish plugin for that

Re: Maven site:deploy hosting providers??

2014-09-28 Thread Manfred Moser
If you are looking for a working example setup, the android maven plugin uses Github pages.. http://jayway.github.io/maven-android-plugin/ https://github.com/jayway/maven-android-plugin Mirko Friedenhagen wrote on 28.09.2014 02:18: I havr used scm-publish together with gh-pages branch as

Re: Maven site:deploy hosting providers??

2014-09-27 Thread Kevin Burton
This is such an obviously problem I’m amazed there isn’t an easier solution. Bintray looks cool. I just asked them how they feel about static site hosting? I want something that works with mvn site:deploy On Fri, Sep 26, 2014 at 10:49 PM, Manfred Moser manf...@mosabuam.com wrote: If you just

Re: Maven site:deploy hosting providers??

2014-09-27 Thread Karl Heinz Marbaise
Hi Kevin, have you considered github ? Kind regards Karl-Heinz Marbaise On 9/27/14 8:21 AM, Kevin Burton wrote: This is such an obviously problem I’m amazed there isn’t an easier solution. Bintray looks cool. I just asked them how they feel about static site hosting? I want something that

Re: Maven site:deploy hosting providers??

2014-09-27 Thread Jason van Zyl
I believe there are tools that will allow you to publish your static site to Github pages. On Sep 27, 2014, at 2:21 AM, Kevin Burton bur...@spinn3r.com wrote: This is such an obviously problem I’m amazed there isn’t an easier solution. Bintray looks cool. I just asked them how they feel

Re: Maven site:deploy hosting providers??

2014-09-27 Thread Kevin Burton
I don't think github would work but would love to be wrong. Their static page hosting is acceptable but it's tricky to make sure all pages get added and removed properly. Their binary hosting uses their own proprietary api which isn't supported by wagon. On Sep 27, 2014 4:49 AM, Jason van Zyl

Re: Maven site:deploy hosting providers??

2014-09-27 Thread Hervé BOUTEMY
we have scm-publish plugin for that http://maven.apache.org/plugins/maven-scm-publish-plugin/ Regards, Hervé Le samedi 27 septembre 2014 10:09:35 Kevin Burton a écrit : I don't think github would work but would love to be wrong. Their static page hosting is acceptable but it's tricky to

Re: Maven site:deploy hosting providers??

2014-09-27 Thread Karl Heinz Marbaise
Hi, we have scm-publish plugin for that http://maven.apache.org/plugins/maven-scm-publish-plugin/ I've already used that for GitHub pages...works like a charm... https://github.com/khmarbaise/smpp https://github.com/khmarbaise/uptodate-maven-plugin etc. which makes it very ease... apart

Maven site:deploy hosting providers??

2014-09-26 Thread Kevin Burton
I don’t want to necessarily host our own repositories. They’re just static file repositories. Are there any hosting providers out there that support dav, SCP or HTTP PUT that would work with wagon? Required features are: - SSL - redundant copies on multiple servers (CDN) - dav/scp/ftp/

Re: Maven site:deploy hosting providers??

2014-09-26 Thread Bernd
Have a look at bintray https://bintray.com/docs/uploads/uploads_uploads.html Greetings Bernd Am 26.09.2014 21:39 schrieb Kevin Burton bur...@spinn3r.com: I don’t want to necessarily host our own repositories. They’re just static file repositories. Are there any hosting providers out there

Re: Maven site:deploy hosting providers??

2014-09-26 Thread Manfred Moser
If you just want to have the sites hosted any hosting solution will do it. CDN will be more expensive but I would really wonder if you need that for a static site. You would have to get a LOT of traffic to make it worth it. Bintray focuses on binary distribution and not site hosting. If you