Changes between Version 17 and Version 18 of Maven


Ignore:
Timestamp:
Jun 12, 2010, 1:26:11 AM (14 years ago)
Author:
mcoudert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Maven

    v17 v18  
    4141 * Jetty : removed and start the web application using Maven related plugins (see Run the application)
    4242 * Installer :
    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.
     43  * for the time being we start with assembly plugin is used to create
     44   * a ZIP package with licence and war files
     45   * a binary package with jetty and the webapps embedded.
     46  * TODO : use izpack maven plugin to create the installer (ticket #240).
    4547  * TODO : use maven release strategy (SNAPSHOT, version) and maven phase to deploy new release
    4648 * OAI-PMH dependencies
    4749  * Duplicate iso date class to fix cyclic reference (FIXME?).
    48  * Test : removed
     50 * Test : moved into separate directory for now
    4951  * integration test and unit test should be clearly define and separate using maven lifecycle phases (integration-test, ...)
    50   * removed to fix cyclic reference with GAST.
    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).
     52  * refactor integration test in 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).
    5253 * GAST :
    53   * GAST was using only the application path to load both resources and libs (from WEB-INF/lib). Added a libPath and an appPath.
     54  * FIXME: GAST is using only the application path to load both resources and libs (from WEB-INF/lib). We should add a libPath and an appPath.
    5455  * Remove jetty and mckoi startup and init (see Open issues)
    55   * Current status : GAST could be used to create db (not mckoi ones) and load data once the catalogue is started.
    5656
    5757=== Maven build ===
     
    9797mvn jetty:run
    9898}}}
    99 Current issue with jetty plugin is that we cannot run more than one application at a time (only geonetwork.war is started, not intermap.war).
    10099
    101100==== Deploy the application ====
     
    132131
    133132=== Voting History ===
    134  *
     133 * Vote proposed June 07th 2010
     134 * Votes:
     135  * Simon Pigot +1
     136  * François Prunayre +1
     137  * Jeroen Ticheler +1
     138
    135139
    136140== Backwards Compatibility Issues ==