Re: Anyone facing problem in incremental building of individual project

2015-06-04 Thread Meethu Mathew
Hi, I added ​ createDependencyReducedPom in my pom.xml and the problem is solved. !-- Work around MSHADE-148 -- + ​​ createDependencyReducedPomfalse/createDependencyReducedPom ​Thank you @Steve​ and @Ted Regards, Meethu Mathew Senior Engineer Flytxt On Thu, Jun 4, 2015 at 9:51

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 @@ version2.3/version configuration shadedArtifactAttachedfalse/shadedArtifactAttached + !-- Work around MSHADE-148

Anyone facing problem in incremental building of individual project

2015-06-04 Thread Meethu Mathew
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 getting stuck with the following message. Excluding

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 meethu.mat...@flytxt.commailto: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