File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ You will require a system with:
194194
1951955. 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:
2142146. Once the prepare process completes you can perform the release. This will upload Maven Artifacts to Maven
215215Central (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
2202207. Update the stable branch (`master`) of eXist-db to reflect the latest release:
You can’t perform that action at this time.
0 commit comments