Changes between Version 10 and Version 11 of HowToCompile


Ignore:
Timestamp:
Jul 30, 2012, 5:22:58 AM (12 years ago)
Author:
ianwallen
Comment:

Fixed bug in clone command as it was not specifying folder. So it would create a folder called core-geonetwork and not geonetwork

Legend:

Unmodified
Added
Removed
Modified
  • HowToCompile

    v10 v11  
    44== GeoNetwork build 2.8.x and after ==
    55{{{
    6 git clone --recursive git://github.com/geonetwork/core-geonetwork.git
     6git clone --recursive git://github.com/geonetwork/core-geonetwork.git geonetwork
    77cd geonetwork
    88mvn clean install