Skip to content
Snippets Groups Projects
Commit 75039ecb authored by jnaud's avatar jnaud
Browse files

Minor fix

parent cc0f0ca4
No related branches found
No related tags found
No related merge requests found
Pipeline #15900 failed
/target
\ No newline at end of file
/target
/source
\ No newline at end of file
```bash
mkdir source
cd source
wget -O geonetwork-3.8.3-0.war https://sourceforge.net/projects/geonetwork/files/GeoNetwork_opensource/v3.8.3/geonetwork.war/download
cd ..
```
# install geosource war in local maven repository
#./mvnw install:install-file -DgroupId=org.geonetwork-opensource -DartifactId=geosource -Dversion=3.0.1-0 -Dpackaging=war -Dfile=./source/geosource-3.0.1-0.war
./mvnw install:install-file -DgroupId=org.geonetwork-opensource -DartifactId=geonetwork -Dversion=3.8.3-0 -Dpackaging=war -Dfile=./source/geonetwork-3.8.3-0.war && ./mvnw clean package
# build war overlay
./mvnw clean package
\ No newline at end of file
# install geosource war in local maven repository
#./mvnw install:install-file -DgroupId=org.geonetwork-opensource -DartifactId=geosource -Dversion=3.0.1-0 -Dpackaging=war -Dfile=./source/geosource-3.0.1-0.war
./mvnw install:install-file -DgroupId=org.geonetwork-opensource -DartifactId=geonetwork -Dversion=3.2.0-0 -Dpackaging=war -Dfile=./source/geonetwork-3.2.0-0.war
# build war overlay
./mvnw clean package
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment