On Tue, 19 Dec 2023 at 16:08, Alex Herbert <[email protected]> wrote: > > Thanks Sebb, > > Note that previously the GH action was running the default goal: > 'clean verify javadoc:javadoc'. > > Since we now need to specify the 'deploy' goal as well the above > defaults can be switched in for your additions when Infra have created > the credentials.
I added javadoc:javadoc to the goals, but I left out the verify goal as it should be part of deploy. The build mostly succeeded, but the BOM module failed, as it requires a GPG secret key. Is that needed for SNAPSHOT builds? > Alex > > On Tue, 19 Dec 2023 at 14:29, sebb <[email protected]> wrote: > > > > Created https://issues.apache.org/jira/browse/INFRA-25297 to get > > access to credentials > > > > Added code to maven.yml to deploy the snapshot (needs to be enabled > > when creds are granted) > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
