Re: [ JEXL ] Preparing release

2021-01-06 Thread Gary Gregory
Ah, yes, we do have some needed duplication, I never use the stock release plugin. We have two custom plugins that are handy for releasing. Gary On Wed, Jan 6, 2021, 07:14 Henri Biestro wrote: > > Found the culprit; it seems 'site' plugin uses the report section to > generate the javadoc whilst

Re: [ JEXL ] Preparing release

2021-01-06 Thread Henri Biestro
Found the culprit; it seems 'site' plugin uses the report section to generate the javadoc whilst 'release' plugin uses the build section to do the same. Fixed the issue by adding the same javadoc plugin configuration in build section of the pom.xml. On 2021/01/05 17:05:32, Henri Biestro wrot

Re: [ JEXL ] Preparing release

2021-01-06 Thread Henri Biestro
Thanks John, IntelliJ is indeed rich in its options. I realise my question was badly phrased; my problem is really about 'mvn site' vs 'mvn release:prepare'. The former works executed from a shell or IntelliJ, the latter does not failing on javadoc for a package that it should ignore. On 2021/

Re: [ JEXL ] Preparing release

2021-01-05 Thread Henri Biestro
I'm working from the command line following the steps outlined in the doc. I can not fix the Javadoc because these classes are generated by javacc, the whole package is intended to be ignored (excluded) and docLint is already off. 'mvn site' succeeds, 'mvn release:prepare -DtryRun' fails; it see

Re: [ JEXL ] Preparing release

2021-01-05 Thread Gary Gregory
I you are working toward a release, I recommend working with Maven on the command line. You'll want to know exactly what is going on. Gary On Tue, Jan 5, 2021, 17:31 John Patrick wrote: > What version of java is the command line maven using and what is > intellij using for; > 1. Settings -> "B

Re: [ JEXL ] Preparing release

2021-01-05 Thread John Patrick
What version of java is the command line maven using and what is intellij using for; 1. Settings -> "Build, Execution, Deployment" -> "Build Tools" -> Maven -> Importing -> "JDK for importer" 2. Settings -> "Build, Execution, Deployment" -> "Build Tools" -> Maven -> Runner -> "JDK for importer" 3.

Re: [ JEXL ] Preparing release

2021-01-05 Thread Gary Gregory
You "should" fix the Javadoc warnings; -) or disable doclint. Gary On Tue, Jan 5, 2021, 12:06 Henri Biestro wrote: > Hello Team; Happy new year! > > I'm trying (again) to release JEXL 3.2 and I'm stuck at the 'Maven release > plugin' step in https://commons.apache.org/releases/prepare.html. >

[ JEXL ] Preparing release

2021-01-05 Thread Henri Biestro
Hello Team; Happy new year! I'm trying (again) to release JEXL 3.2 and I'm stuck at the 'Maven release plugin' step in https://commons.apache.org/releases/prepare.html. Despite the fact a 'maven site' from IntelliJ does succeed, a 'mv release:prepare -DtryRun' fails generating the Javadoc with