First steps
Clone our git repository:
git clone https://git.exactas.uba.ar/lafhis/mtsa.git
Please create a new branch to start your contribution.
git checkout -b <name of your branch>
Maven
Install and use Maven to compile the code.
It is suggested to first clean all the generated code and sources and then compile or install. Note that compile will not generate the jar file to execute. Use install to compile and generate the JAR file.
To run you can just use the exec:java command.
mvn clean
mvn install
mvn exec:java