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 smoser

A first setup is implemented. We have the following components:

  • api: all interfaces
  • lib: shared code
  • web: web application modules
  • srv: all service modules

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

comment:2 Changed 13 years ago by smoser

Cc: dgermann added
Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.