Re: [parent][release][rng] Issue with release plugin multi-module builds

2023-01-08 Thread Gilles Sadowski
Le mer. 28 sept. 2022 à 14:25, Alex Herbert a écrit : > > I am receiving a strange error when performing a dry-run release build of > the multi-module RNG project. > > mvn -Duser.name=aherbert -Dcommons.release.dryRun=true -Ptest-deploy > -Prelease clean verify site deploy -Dgpg.skip > > I get

Re: [parent][release][rng] Issue with release plugin multi-module builds

2023-01-08 Thread Thomas Vandahl
> Am 28.09.2022 um 14:24 schrieb Alex Herbert : > > So CP 53 behaviour was for this flag to be false. Now in CP 54 this flag is > true. Thus all multi-module builds should set this flag to false in all > non-distribution modules. > > Q. Should these properties be present in CP? They have never

[parent][release][rng] Issue with release plugin multi-module builds

2022-09-28 Thread Alex Herbert
I am receiving a strange error when performing a dry-run release build of the multi-module RNG project. mvn -Duser.name=aherbert -Dcommons.release.dryRun=true -Ptest-deploy -Prelease clean verify site deploy -Dgpg.skip I get the following error: [INFO] ---