Changes between Version 14 and Version 15 of Maven


Ignore:
Timestamp:
Jun 8, 2010, 10:27:40 AM (14 years ago)
Author:
Fxp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Maven

    v14 v15  
    6767
    6868==== 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.
     69GeoNetwork is distributed as 2 packages:
     70 * WAR files (intermap.war, geonetwork.war, geoserver.war)
     71 * Binary ZIP package (with Jetty)
     72
     73Assembly plugin is used to create the packages using:
    7174{{{
    7275mvn assembly:assembly
    7376}}}
    74 Assembly configuration is in release package.
     77
     78Assembly configuration is in release package (See bin.xml and zip-war.xml).
    7579
    7680==== Run the application ====