Commit aea3a48
authored
ci: dry run java publish before release (#319)
The current Java publish `dry_run` only runs a plain `package`, so it
misses failures that are specific to the `deploy-to-ossrh` profile and
only show up during release publishing. This changes the dry run path to
execute `verify -P deploy-to-ossrh -Dgpg.skip=true`, which exercises
Javadoc generation and the publish profile without actually signing or
deploying artifacts.
I validated the new command locally on top of #318, and it successfully
builds the async and core-async modules through the same Javadoc path
that previously failed during release.1 parent 919fb6b commit aea3a48
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments