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 from that you can use github-site-plugin which works as well...

https://github.com/github/maven-plugins


Kind regards
Karl-Heinz Marbaise

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 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" <ja...@takari.io> wrote:
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 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 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 want both you could even just run Nexus OSS on any server and

host

the binaries and the site using a Maven repository for the binaries and

a

site repository for the site..

manfred

Bernd wrote on 26.09.2014 17:41:
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 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/ upload.. anything supported by wagon.

- HTTP auth

- domain masking

… I just want something easy to setup and then never worry about it

again.

--

Founder/CEO Spinn3r.com
Location: *San Francisco, CA*
blog: http://burtonator.wordpress.com
… or check out my Google+ profile
<https://plus.google.com/102718274791889610666/posts>
<http://spinn3r.com>

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

--

Founder/CEO Spinn3r.com
Location: *San Francisco, CA*
blog: http://burtonator.wordpress.com
… or check out my Google+ profile
<https://plus.google.com/102718274791889610666/posts>
<http://spinn3r.com>

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder,  Apache Maven
http://twitter.com/jvanzyl
http://twitter.com/takari_io
---------------------------------------------------------

the course of true love never did run smooth ...

  -- Shakespeare

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

Reply via email to