Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
prodige
jpr_prodige_geonetwork
Commits
75039ecb
Commit
75039ecb
authored
Feb 14, 2020
by
jnaud
Browse files
Minor fix
parent
cc0f0ca4
Pipeline
#15900
failed with stages
in 4 minutes and 47 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
75039ecb
/target
\ No newline at end of file
/target
/source
\ No newline at end of file
README.md
View file @
75039ecb
```
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
README.txt
deleted
100644 → 0
View file @
cc0f0ca4
# 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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment