Changes between Initial Version and Version 1 of Maven


Ignore:
Timestamp:
Nov 6, 2008, 4:49:32 AM (16 years ago)
Author:
erikvaningen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Maven

    v1 v1  
     1Building and configuring the software. Options:
     2 * Ant
     3 * Maven
     4
     5We have chosen for Maven. Maven follows the design principal "convention over configuration". If one follows the convention of Maven, very little needs to be done to build the software. With Ant a lot of configuration needs to be done.
     6
     7Maven is only used for the ebxml parts. GN itself works with Ant. Integration of Maven tasks within Ant is not difficult and might be done at a later stage.