Skip to content

Commit

Permalink
Update build procedure to deploy datastorages
Browse files Browse the repository at this point in the history
Signed-off-by: Jody Garnett <[email protected]>
  • Loading branch information
jodygarnett committed Jan 18, 2024
1 parent 93edc60 commit cd6986b
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions docs/manual/docs/contributing/doing-a-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,18 +152,23 @@ with the following utilities: ***sed***, ***xmlstarlet*** and ***sftp***.
3. Build
``` shell
# deep clean
mvn clean:clean@reset
# Build the new release
mvn install -Drelease
# Create a minimal war (with only the default datasources)
cd web
mvn clean install -DskipTests -Pwar -Pwro4j-prebuild-cache
# Download Jetty and create the installer
cd release
mvn clean install -Djetty-download
ant
cd ../release
mvn clean install -Djetty-download,bundle
# Deploy to osgeo repository (requires credentials in ~/.m2/settings.xml)
mvn deploy
cd ..
mvn deploy -Drelease
```
4. Test
Expand Down

0 comments on commit cd6986b

Please sign in to comment.