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:
194
194
195
195
5. Prepare the release, if you wish you can do a dry-run first by specifiying `-DdryRun=true`:
196
196
```
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
198
198
```
199
199
200
200
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:
214
214
6. Once the prepare process completes you can perform the release. This will upload Maven Artifacts to Maven
215
215
Central (staging), Docker images to Docker Hub, and eXist-db distributions and installer to Github releases:
216
216
```
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
218
218
```
219
219
220
220
7. 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