| ... | ... | @@ -3,13 +3,13 @@ |
|
|
|
Clone our git repository:
|
|
|
|
|
|
|
|
```
|
|
|
|
git clone git@bitbucket.org:lnahabedian/mtsa.git
|
|
|
|
git clone https://git.exactas.uba.ar/lafhis/mtsa.git
|
|
|
|
```
|
|
|
|
|
|
|
|
Please create a new branch to start your contribution.
|
|
|
|
|
|
|
|
```
|
|
|
|
git branch -b <name of your branch>
|
|
|
|
git checkout -b <name of your branch>
|
|
|
|
```
|
|
|
|
|
|
|
|
## Maven
|
| ... | ... | @@ -20,9 +20,7 @@ Note that _compile_ will not generate the jar file to execute. Use _install_ to |
|
|
|
|
|
|
|
To run you can just use the _exec:java_ command.
|
|
|
|
|
|
|
|
```maven
|
|
|
|
#!maven
|
|
|
|
|
|
|
|
```
|
|
|
|
mvn clean
|
|
|
|
mvn install
|
|
|
|
mvn exec:java
|
| ... | ... | |