Re: Anyone facing problem in incremental building of individual project

2015-06-04 Thread Meethu Mathew
Hi, I added ​ in my pom.xml and the problem is solved. + ​​ false ​Thank you @Steve​ and @Ted Regards, Meethu Mathew Senior Engineer Flytxt On Thu, Jun 4, 2015 at 9:51 PM, Ted Yu wrote: > Andrew Or put in this workaround : > > diff --git a/pom.xml b/pom.xml > index 0b1aaad..

Re: Anyone facing problem in incremental building of individual project

2015-06-04 Thread Ted Yu
Andrew Or put in this workaround : diff --git a/pom.xml b/pom.xml index 0b1aaad..d03d33b 100644 --- a/pom.xml +++ b/pom.xml @@ -1438,6 +1438,8 @@ 2.3 false + + false FYI On Thu, Jun 4, 2015 at 6:25 AM, Ste

Re: Anyone facing problem in incremental building of individual project

2015-06-04 Thread Steve Loughran
On 4 Jun 2015, at 11:16, Meethu Mathew mailto:meethu.mat...@flytxt.com>> wrote: Hi all, ​I added some new code to MLlib. When I am trying to build only the mllib project using mvn --projects mllib/ -DskipTests clean install ​ after setting export S PARK_PREPEND_CLASSES=true ​, the build is ge