Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
M MTSA
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 41
    • Issues 41
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Metrics
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • lafhis
  • MTSA
  • Wiki
  • Developer

Developer · Changes

Page history
Create Developer authored Jun 17, 2025 by Pablo Laciana's avatar Pablo Laciana
Show whitespace changes
Inline Side-by-side
Showing with 32 additions and 0 deletions
+32 -0
  • Developer.md Developer.md +32 -0
  • No files found.
Developer.md 0 → 100644
View page @ 1c818fbe
# 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](https://maven.apache.org/) 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
#!maven
mvn clean
mvn install
mvn exec:java
```
---
[Output Messages](devs/outputmessages)
\ No newline at end of file
Clone repository
  • Developer
  • End User
  • devs
    • outputmessages
  • enduser
    • DCS
    • fltl
    • fsp_keywords
    • helloworld
    • reactiveSynthesis
    • supervisoryControl
  • Home