How to cross compile Abris - AbsaOSS/ABRiS GitHub Wiki
Building version for scala 2.12
The scala 2.12 is used by default so nothing special needs to be done
# build
mvn clean package
Building version for scala 2.11
# Change Scala version in pom.xml.
mvn scala-cross-build:change-version -Pscala-2.11
# build
mvn clean package
# Change back to the default Scala version.
mvn scala-cross-build:restore-version