Skip to content

Developer Guide

Akshay Utkarsh Sharma edited this page Aug 18, 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 mvn -Pscala-2.11 deploy (this profile is the default being used if none is specified)

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

Clone this wiki locally