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
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
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/
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
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
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.
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.
>
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