Skip to content

Commit 3b52d6a

Browse files
committed
[bugfix] Also build the IzPack installer
1 parent 0c6d524 commit 3b52d6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exist-versioning-release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ You will require a system with:
194194
195195
5. Prepare the release, if you wish you can do a dry-run first by specifiying `-DdryRun=true`:
196196
```
197-
$ mvn -Ddocker=true -Dmac-signing=true -Dizpack-signing=true -Darguments="-Ddocker=true -Dmac-signing=true -Dizpack-signing=true" release:prepare
197+
$ mvn -Ddocker=true -Dmac-signing=true -P installer -Dizpack-signing=true -Darguments="-Ddocker=true -Dmac-signing=true -P installer -Dizpack-signing=true" release:prepare
198198
```
199199
200200
Maven will start the release process and prompt you for any information that it requires, for example:
@@ -214,7 +214,7 @@ You will require a system with:
214214
6. Once the prepare process completes you can perform the release. This will upload Maven Artifacts to Maven
215215
Central (staging), Docker images to Docker Hub, and eXist-db distributions and installer to Github releases:
216216
```
217-
$ mvn -Ddocker=true -Dmac-signing=true -Djarsigner.skip=false -Darguments="-Ddocker=true -Dmac-signing=true -Djarsigner.skip=false" release:perform
217+
$ mvn -Ddocker=true -Dmac-signing=true -P installer -Dizpack-signing=true -Djarsigner.skip=false -Darguments="-Ddocker=true -Dmac-signing=true -P installer -Dizpack-signing=true -Djarsigner.skip=false" release:perform
218218
```
219219
220220
7. Update the stable branch (`master`) of eXist-db to reflect the latest release:

0 commit comments

Comments
 (0)