Re: maven for building scala simple program

2014-05-16 Thread Laeeq Ahmed
Hi Ryan, It worked like a charm. Much appreciated. Laeeq. On Wednesday, May 7, 2014 1:30 AM, Ryan Compton wrote: I've been using this (you'll need maven 3). http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";         xsi:schemaLocation="http://maven.ap

Re: maven for building scala simple program

2014-05-06 Thread Ryan Compton
I've been using this (you'll need maven 3). http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";> 4.0.0 com.mycompany.app my-app 1.0-SN

maven for building scala simple program

2014-05-06 Thread Laeeq Ahmed
Hi all,   If anyone is using maven for building scala classes with all dependencies for spark, please provide a sample pom.xml here. I have having trouble using maven for scala simple job though it was working properly for java. I have added scala maven plugin but still getting some issues.   La