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: Surefire and testing plugin issue

2014-09-27 Thread Subramanian Olagappan
Sending it again sorry for the spam On Sat, Sep 27, 2014 at 8:37 PM, Subramanian Olagappan osu...@gmail.com wrote: Hi, I am using maven-surefire-plugin version 2.17 and testng plugin version 6.3.1 (jdk version is 1.7 ). Some of our tests are failing and in the testng-results.xml file it

Re: Surefire and testing plugin issue

2014-09-27 Thread Karl Heinz Marbaise
Hi, Hi, I am using maven-surefire-plugin version 2.17 and testng plugin version 6.3.1 (jdk version is 1.7 ). so ok so far you are using maven-surefire-plugin 2.17 and have configured a dependency to testng in version 6.3.1? First why are you using such an old version of

Re: Surefire and testing plugin issue

2014-09-27 Thread Subramanian Olagappan
Karl, This is the testng plugin version mentioned in maven-surefire-plugin page. http://maven.apache.org/surefire/maven-surefire-plugin/examples/testng.html I tried with the latest 6.8.8 and the issue still exists. build ... ... pluginManagement plugins ... ... ...

Re: Surefire and testing plugin issue

2014-09-27 Thread Karl Heinz Marbaise
Hi, This is the testng plugin version mentioned in maven-surefire-plugin page. http://maven.apache.org/surefire/maven-surefire-plugin/examples/testng.html This is not a plugin it's simply the dependency which you should have in your project if you are using TestNG... I tried with the

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