Opened 13 years ago
Closed 13 years ago
#7 closed task (worksforme)
Setup build environment
| Reported by: | smoser | Owned by: | smoser |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Architecture | Version: | |
| Keywords: | Cc: | dgermann |
Description
Setup a maven multi project structure that creates an ear-Archive from our project.
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
| Cc: | dgermann added |
|---|---|
| Resolution: | → worksforme |
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/trac/flarmradar/chrome/site/your_project_logo.png)
A first setup is implemented. We have the following components:
The project can be built on the command line as follows:
$> cd workspace/flarmradar $> mvn -N install # required to bootstrap the build system $> mvn install # builds the entire application, the resulting ear is # generated under assembly/target