All about DataSince, DataEngineering and ComputerScience
View the Project on GitHub datainsightat/DataScience_Examples
sudo apt-get install maven
# delete target folder
$ mvn clean
$ mvn compile
$ mvn test
# create jar file
$ mvn package
# put jar file into maven repo. /home/.m2/...
$ mvn install