Re: Help on parent pom for spring boot project

2015-09-18 Thread Subramanian Olagappan
Sorry.. re-sending it again. Thanks, Subbu On Fri, Sep 18, 2015 at 11:21 PM, Subramanian Olagappan <osu...@gmail.com> wrote: > Hi, > > We have a company wide parent pom for all the projects and it has all the > plugin and distribution management code. I now have a new project

Help on parent pom for spring boot project

2015-09-18 Thread Subramanian Olagappan
Hi, We have a company wide parent pom for all the projects and it has all the plugin and distribution management code. I now have a new project where we wanted to use spring-boot-starter-parent. We also wanted to update few of the versions using the property tag [ As described in 13.1.3 of

Re: Help on parent pom for spring boot project

2015-09-18 Thread Subramanian Olagappan
e: > Use import scope for boot pom > > Jeff > Le 18 sept. 2015 19:59, "Subramanian Olagappan" <osu...@gmail.com> a > écrit : > > > Sorry.. re-sending it again. > > > > Thanks, > > Subbu > > > > On Fri, Sep 18, 2015 at 11:21 PM, Su

Re: Surefire and testing plugin issue

2014-09-28 Thread Subramanian Olagappan
The issue was in the test case and we found the soln. http://rolf-engelhard.de/2011/10/fail-instead-of-skip-a-test-when-testngs-dataprovider-throws-an-exception/ Thanks Karl Regards, Subbu On Sat, Sep 27, 2014 at 9:11 PM, Karl Heinz Marbaise khmarba...@gmx.de wrote: Hi, This is the

Surefire and testing plugin issue

2014-09-28 Thread Subramanian Olagappan
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 is reported as fail. The issue is maven is reporting the failed tests as skipped and the final build status is SUCCESS. Has

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

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 ... ... ...

Help on setting up a maven proxy for a build repository [ http scp ]

2007-12-04 Thread Subramanian Olagappan
Hi, I am new to maven tool and just started using it. I am setting up a local proxy for a remote maven build repository. We have multiple build repository and some are via http access and others via scp. Can you suggest some proxy tools to sync up. I tried m2-proxy and it works fine for