Changes between Version 8 and Version 9 of Maven


Ignore:
Timestamp:
Mar 31, 2010, 2:28:26 AM (14 years ago)
Author:
fxp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Maven

    v8 v9  
    3535 * GeoServer : no more embedded in GeoNetwork (should be a dependency).
    3636 * CSW client : removed
    37  * Jetty : removed and started using Maven (see Run the application)
    38  * Installer : TODO (Ant or assembly ?)
     37 * Jetty : removed and start the web application using Maven related plugins (see Run the application)
     38 * Installer :
     39  * assembly plugin is used to create a ZIP package with licence and war files
     40  * TODO : create a binary version with Jetty ? installer ?
    3941 * OAI-PMH dependencies
    4042  * Duplicate iso date class to fix cyclic reference.
    4143 * Test : removed
    42   * to fix cyclic reference with GAST. Test also required a Jetty embedded which is not a good option.
    43   * Unit test or test against a running app could be added.
     44  * removed to fix cyclic reference with GAST.
     45  * Actual tests also require a Jetty embedded which has been removed (test was starting Jeeves, to run test).
     46  * TODO : Unit test or test against a running app could be added.
    4447 * GAST :
    4548  * GAST was using only the application path to load both resources and libs (from WEB-INF/lib). Added a libPath and an appPath.
     
    9396mvn eclipse:eclipse
    9497}}}
    95 TODO : multiple project setup
    9698
    9799
     
    99101 * GAST :
    100102  * FIXME / hardcoded classpath in MANIFEST
    101   * What to do with GAST ?
    102 
     103  * What to do with GAST and embedded jetty and mckoi ?
    103104
    104105=== Proposal Type ===