Changes between Version 2 and Version 3 of Maven


Ignore:
Timestamp:
Mar 26, 2010, 3:25:03 AM (14 years ago)
Author:
fxp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Maven

    v2 v3  
    3030GeoNetwork is distributed as WAR files (intermap.war and geonetwork.war) packaged by maven process.
    3131
    32 
    3332==== Run the application ====
    3433Maven plugins for Jetty or Cargo allows to quickly start the application after build.
    3534
    36 ===== War files ====
     35===== War files =====
    3736Publish war files created by maven to your favorite webapp directory (Tomcat, Jetty).
    3837
     
    4948Current issue with jetty plugin is that we cannot run more than one application at a time (only geonetwork.war is started, not intermap.war).
    5049
     50==== Deploy the application ====
     51 * TODO
    5152
    5253==== Create an eclipse workspace ====
     
    5455mvn eclipse:eclipse
    5556}}}
     57
     58=== Major changes ===
     59 * OAI-PMH dependencies
     60 * GAST :
     61  * Gast was using only the application path to load both resources and libs (from WEB-INF/lib). Add a libPath and an appPath.
     62  * Remove jetty and mckoi startup (see Open issues)
     63  * Current status : GAST could be used to create db (not mckoi ones) and load data once the catalogue is started.
     64
     65=== Open issues ===
     66 * GAST :
     67  * hardcoded classpath in MANIFEST
     68  * Gast start jetty to start mckoi and setup all.
     69
     70
    5671
    5772=== Proposal Type ===