Wiki

Clone wiki

mtsa / devs / devs

First steps

Clone our git repository:

git clone git@bitbucket.org:lnahabedian/mtsa.git

Please create a new branch to start your contribution.

git branch -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.

#!maven

mvn clean
mvn install
mvn exec:java

Output Messages

Updated