Skip to content

Instantly share code, notes, and snippets.

@belkacemlahouel
belkacemlahouel / sparksql-protobuf_pom.xml
Created February 13, 2018 15:47
pom file for sparksql-ptorobuf module
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.saurfang</groupId>
<artifactId>sparksql-protobuf_2.10</artifactId>
<packaging>jar</packaging>
<description>sparksql-protobuf</description>
<version>0.1.2</version>
<licenses>
<license>
@belkacemlahouel
belkacemlahouel / scala-maven-plugin_pom.xml
Last active January 22, 2018 14:09
contains a classic configuration for scala-maven-plugin with custom stack size
<build>
<plugins>
<plugin>
<!-- see http://davidb.github.com/scala-maven-plugin -->
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>3.3.1</version>
<executions>
<execution>
<goals>