Changes between Version 11 and Version 12 of Maven


Ignore:
Timestamp:
Jun 7, 2010, 2:32:09 AM (14 years ago)
Author:
mcoudert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Maven

    v11 v12  
    3838
    3939=== Major changes ===
    40  * GeoServer : no more embedded in GeoNetwork (should be a dependency).
    4140 * CSW client : removed
    4241 * Jetty : removed and start the web application using Maven related plugins (see Run the application)
    4342 * Installer :
    44   * assembly plugin is used to create a ZIP package with licence and war files
    45   * TODO : create a binary version with Jetty ? installer ?
    46   * TODO : use maven release strategy and plugins available?
     43  * for the time being we start with assembly plugin is used to create a ZIP package with licence and war files
     44  * TODO : use izpack maven plugin to create the installer.
     45  * TODO : use maven release strategy (SNAPSHOT, version) and maven phase to deploy new release
    4746 * OAI-PMH dependencies
    4847  * Duplicate iso date class to fix cyclic reference (FIXME?).
    4948 * Test : removed
     49  * integration test and unit test should be clearly define and separate using maven lifecycle phases (integration-test, ...)
    5050  * removed to fix cyclic reference with GAST.
    51   * Actual tests also require a Jetty embedded which has been removed (test was starting Jeeves, to run test).
    52   * TODO : Unit test or test against a running app could be added.
     51  * refactor integration test ion ordre to use jetty maven plugin instead of using local maven. require a Jetty embedded which has been removed (test was starting Jeeves, to run test).
    5352 * GAST :
    5453  * GAST was using only the application path to load both resources and libs (from WEB-INF/lib). Added a libPath and an appPath.