Skip to content

Developer Guide

Akshay Utkarsh Sharma edited this page Aug 31, 2016 · 9 revisions

#Developer Guide

##Contributing to Spark-Transformers

###Adding new models to Library Adding new models to the library will involve these steps:

###Build and release use profile scala-2.11 for 2.11 compatible builds (this profile is the default being used if none is specified)
mvn -U -Pscala-2.11 package deploy

use profile scala-2.10 for 2.10 compatible builds
mvn -U -Pscala-2.10 package deploy

Clone this wiki locally