This is what I usually use for release and as far as I remember they work:

mvn -DpreparationGoals=clean release:prepare

mvn -Darguments="-Dmaven.test.skip=true -Dadditionalparam=-Xdoclint:none 
-DadditionalJOption=-Xdoclint:none -Pmain,apache-release -Dgpg.keyname=XXXXXX 
-Dgpg.passphraseServerId=XXXXXX" release:perform

Hope it helps!

Cheers,
Roberto

> On 15 May 2019, at 09:17, Jean-Louis Monteiro <[email protected]> 
> wrote:
> 
> There is a flag to skip new javadoc rules introduced with Java 8
> 
> Lemle see if I can find it
> 
> Le mer. 15 mai 2019 à 11:09, David Blevins <[email protected]> a
> écrit :
> 
>> Current status is it looks like we've not been using vanilla `mvn
>> release:prepare` on Java 8 as I get endless javadoc errors.
>> 
>> I'm several dozen rounds into cleaning the javadoc with no end in sight.
>> It will likely push hopes of seeing anything till tomorrow and generate
>> some commit noise.
>> 
>> 
>> --
>> David Blevins
>> http://twitter.com/dblevins
>> http://www.tomitribe.com
>> 
>> 

Reply via email to