Changes between Version 2 and Version 3 of Maven
- Timestamp:
- 03/26/10 03:25:03 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Maven
v2 v3 30 30 GeoNetwork is distributed as WAR files (intermap.war and geonetwork.war) packaged by maven process. 31 31 32 33 32 ==== Run the application ==== 34 33 Maven plugins for Jetty or Cargo allows to quickly start the application after build. 35 34 36 ===== War files ==== 35 ===== War files ===== 37 36 Publish war files created by maven to your favorite webapp directory (Tomcat, Jetty). 38 37 … … 49 48 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). 50 49 50 ==== Deploy the application ==== 51 * TODO 51 52 52 53 ==== Create an eclipse workspace ==== … … 54 55 mvn eclipse:eclipse 55 56 }}} 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 56 71 57 72 === Proposal Type ===