Changes between Version 14 and Version 15 of Maven
- Timestamp:
- 06/08/10 10:27:40 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Maven
v14 v15 67 67 68 68 ==== Packaging the application ==== 69 GeoNetwork is distributed as WAR files (intermap.war and geonetwork.war) packaged by maven process. 70 Assembly plugin is used to create a ZIP file with 2 required WAR files. 69 GeoNetwork is distributed as 2 packages: 70 * WAR files (intermap.war, geonetwork.war, geoserver.war) 71 * Binary ZIP package (with Jetty) 72 73 Assembly plugin is used to create the packages using: 71 74 {{{ 72 75 mvn assembly:assembly 73 76 }}} 74 Assembly configuration is in release package. 77 78 Assembly configuration is in release package (See bin.xml and zip-war.xml). 75 79 76 80 ==== Run the application ====