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, Sep 28, 2014 at 2:10 PM, Manfred Moser <[email protected]> wrote: > 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 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" <[email protected]> > wrote: > > > >> 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" <[email protected]> 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 <[email protected]> > 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 < > [email protected]> > >>>>>> > >>>>>> 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" <[email protected]>: > >>>>>>>> > >>>>>>>>> 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: [email protected] > >>>>>>> For additional commands, e-mail: [email protected] > >>>>>>> > >>>>>> > >>>>>> -- > >>>>>> > >>>>>> 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: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- 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>
