[ANN] Apache Maven Javadoc Plugin 3.12.0

2025-09-21 Thread Olivier Lamy
HI, The Apache Maven team is pleased to announce the release of the Apache Maven Javadoc Plugin 3.12.0 The Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified project. https://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your

Re: Javadoc plugin

2025-08-31 Thread Elliotte Rusty Harold
aw it > was not reported yet but wasn't sure how it was occurring, when I looked > yesterday before this started floating around, I saw it fixed on master. > That said, I think Javadoc really needs to progress for a release shortly > here. Is the plugin ready for a release or

RE: Javadoc plugin

2025-08-30 Thread Jeremy Landis
hen I looked yesterday before this started floating around, I saw it fixed on master. That said, I think Javadoc really needs to progress for a release shortly here. Is the plugin ready for a release or waiting on other stuff? -Original Message- From: Gary Gregory Sent: Saturday, Augu

Re: Javadoc plugin

2025-08-30 Thread Gary Gregory
Ah, thank you for the link. Waiting for 3.11.4 to fix the regression then. Gary On Fri, Aug 29, 2025, 18:00 Elliotte Rusty Harold wrote: > I haven't analyzed your failure in detail, but this smells like > another instance of > https://github.com/apache/maven-javadoc-plugin/issues

Re: Javadoc plugin

2025-08-29 Thread Elliotte Rusty Harold
I haven't analyzed your failure in detail, but this smells like another instance of https://github.com/apache/maven-javadoc-plugin/issues/1241 which is fixed at HEAD. On Fri, Aug 29, 2025 at 8:30 PM Gary D. Gregory wrote: > > Hi All, > > A MalformedInputException started happen

Re: Javadoc plugin

2025-08-29 Thread Gary D. Gregory
9 20:42:55 Matthias Bünger wrote: > > From my experience this is mostly an encoding issue, e.g. not using > > UTF-8 everywhere. > > > > Am 29.08.2025 um 22:30 schrieb Gary D. Gregory: > > > Hi All, > > > > > > A MalformedInputException star

Re: Javadoc plugin

2025-08-29 Thread Joseph Kesselman
Oh. Sorry, wrong list. I was thinking in terms of Xalan's Javadoc and plugins. -- Joe (new phone, no quip yet) From: Joseph Kesselman Sent: Friday, August 29, 2025 5:14:14 PM To: Maven Users List Subject: Re: Javadoc plugin Not so hugely weird. Remembe

Re: Javadoc plugin

2025-08-29 Thread Joseph Kesselman
Not so hugely weird. Remember, we already have had to rework our custom tags once to stay in sync with Javadoc, and if I'm remembering correctly that is the part which needed a switch to select between older apis and the Java 9 and later jdks. I'm away from keyboard right now but w

Re: Javadoc plugin

2025-08-29 Thread Gary D. Gregory
name: "windows 11", version: "10.0", arch: "amd64", family: "windows" Could this be related to this PR https://github.com/apache/maven-javadoc-plugin/pull/1215/files (no uni tests in the PR?) Gary On 2025/08/29 21:08:12 "Gary D. Gregory" wro

Re: Javadoc plugin

2025-08-29 Thread Gary D. Gregory
er wrote: > From my experience this is mostly an encoding issue, e.g. not using > UTF-8 everywhere. > > Am 29.08.2025 um 22:30 schrieb Gary D. Gregory: > > Hi All, > > > > A MalformedInputException started happening today when we updated our > > parent pom in Comm

Re: Javadoc plugin

2025-08-29 Thread Matthias Bünger
From my experience this is mostly an encoding issue, e.g. not using UTF-8 everywhere. Am 29.08.2025 um 22:30 schrieb Gary D. Gregory: Hi All, A MalformedInputException started happening today when we updated our parent pom in Command Lang which includes updating the Javadoc plugin from

Re: Javadoc plugin

2025-08-29 Thread Joseph Kesselman
I'll try to take a look at it. I had heard reports that there were compatibility issues between older and newer javadoc plug in apis; there may be other differences. -- Joe (new phone, no quip yet) From: Gary D. Gregory Sent: Friday, August 29, 2025 4:30:

Javadoc plugin

2025-08-29 Thread Gary D. Gregory
Hi All, A MalformedInputException started happening today when we updated our parent pom in Command Lang which includes updating the Javadoc plugin from 3.11.2 to 3.11.3. Do you think this failure is related to https://stackoverflow.com/questions/53449049/maven-javadoc-plugin-error-javadoc

Re: New Javadoc plugin: [WARNING] Javadoc 1.4+ doesn't support the -1.1 switch anymore. Ignore this option.

2025-08-29 Thread Robert Turner
Gary, On Fri, Aug 29, 2025 at 2:23 PM Gary Gregory wrote: > The new Javadoc plugin 3.11.3 always says: > > [WARNING] Javadoc 1.4+ doesn't support the -1.1 switch anymore. Ignore > this option. > > How do I make it stop? > Unfortunately you cannot (at least not witho

New Javadoc plugin: [WARNING] Javadoc 1.4+ doesn't support the -1.1 switch anymore. Ignore this option.

2025-08-29 Thread Gary Gregory
The new Javadoc plugin 3.11.3 always says: [WARNING] Javadoc 1.4+ doesn't support the -1.1 switch anymore. Ignore this option. How do I make it stop? This did not happen in 3.11.2. TY, Gary - To unsubscribe, e-mail:

[ANN] Apache Maven Javadoc Plugin 3.11.3 Release

2025-08-16 Thread Olivier Lamy
The Apache Maven team is pleased to announce the release of the Apache Maven Javadoc Plugin, version 3.11.3 The Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified project.. https://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your

Re: [Javadoc Plugin] aggregate no longer works for Apache Tika when moving from Java 8->11

2025-05-30 Thread Tim Allison
me applies to any branch/tag where maven.compiler.release is > > > > 8. Java and maven versions [1]. > > > > > > When we run `mvn clean package javadoc:aggregate` we get a successful > > > run, but the main project is skipped: > > > > > >

Re: [Javadoc Plugin] aggregate no longer works for Apache Tika when moving from Java 8->11

2025-05-29 Thread Olivier Lamy
va 11. See [0] > > > > This tag specifically: https://github.com/apache/tika/tree/3.2.0-rc2 > > but the same applies to any branch/tag where maven.compiler.release is > > > 8. Java and maven versions [1]. > > > > When we run `mvn clean package javadoc:aggregate` we get a

Re: [Javadoc Plugin] aggregate no longer works for Apache Tika when moving from Java 8->11

2025-05-29 Thread Tim Allison
ompiler.release is > > 8. Java and maven versions [1]. > > When we run `mvn clean package javadoc:aggregate` we get a successful > run, but the main project is skipped: > > --- javadoc:3.11.2:aggregate (default-cli) @ tika --- > [INFO] Skipping > org.apache.maven.pl

[Javadoc Plugin] aggregate no longer works for Apache Tika when moving from Java 8->11

2025-05-29 Thread Tim Allison
vn clean package javadoc:aggregate` we get a successful run, but the main project is skipped: --- javadoc:3.11.2:aggregate (default-cli) @ tika --- [INFO] Skipping org.apache.maven.plugins:maven-javadoc-plugin:3.11.2:aggregate report goal We found at least on a subset of our project that if we re

Re: Javadoc warning: The code being documented uses packages in the unnamed module

2025-01-21 Thread Gary Gregory
FYI, this is fixed this in the Commons parent POM, Javadoc does not like you to link to Javadocs for Java 21 when the target release is Java 8 (using Javadoc 17). I don't know what the version boundaries are for the various pieces. Now, the build will just link to the Javadoc that matche

Re: Javadoc warning: The code being documented uses packages in the unnamed module

2025-01-19 Thread Gary Gregory
On Sun, Jan 19, 2025 at 2:24 PM Gary Gregory wrote: > > Right, if I run "mvn javadoc:javadoc -X", I see: > > [DEBUG] (f) release = 8 The above is logged as part of: [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-javadoc-plugin:3.11.2:java

Re: Javadoc warning: The code being documented uses packages in the unnamed module

2025-01-19 Thread Gary Gregory
gt; > I meant: > > > > https://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#release > > > > On Sun, Jan 19, 2025 at 6:37 PM Gary Gregory > > wrote: > > > > > > Of course ;-) that's baked in our parent POM and set

Re: Javadoc warning: The code being documented uses packages in the unnamed module

2025-01-19 Thread Thomas Broyer
rent/blob/87e668d63c62f57175585625d0176fc130ced38f/pom.xml#L440 > > I meant: > > https://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#release > > On Sun, Jan 19, 2025 at 6:37 PM Gary Gregory > wrote: > > > > Of course ;-) that's baked in our parent POM and set to 8 for m

Re: Javadoc warning: The code being documented uses packages in the unnamed module

2025-01-19 Thread Tamás Cservenák
Hm, I dont see it here https://github.com/apache/commons-parent/blob/87e668d63c62f57175585625d0176fc130ced38f/pom.xml#L440 I meant: https://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#release On Sun, Jan 19, 2025 at 6:37 PM Gary Gregory wrote: > > Of course ;-) that&#

Re: Javadoc warning: The code being documented uses packages in the unnamed module

2025-01-19 Thread Gary Gregory
Of course ;-) that's baked in our parent POM and set to 8 for most components. Gary On Sun, Jan 19, 2025, 11:35 Tamás Cservenák wrote: > Howdy. > > Did you try > > https://docs.oracle.com/en/java/javase/17/docs/specs/man/javac.html#option-release > ? > > I think

Re: Javadoc warning: The code being documented uses packages in the unnamed module

2025-01-19 Thread Tamás Cservenák
Howdy. Did you try https://docs.oracle.com/en/java/javase/17/docs/specs/man/javac.html#option-release ? I think javadoc has a "release" param... so no need to mess with args or alike Thanks On Sun, Jan 19, 2025 at 1:44 PM Gary Gregory wrote: > > Any thoughts on this? > >

Re: Javadoc warning: The code being documented uses packages in the unnamed module

2025-01-19 Thread Gary Gregory
Any thoughts on this? Ty, Gary On Tue, Dec 17, 2024, 09:47 Gary D. Gregory wrote: > Hi All: > > I'd like to build Apache Commons components with the build failing if > there are Javadoc warnings. This idea would fail today for all components > because we get this Javado

Re: What's up with JavaDoc viewer in 24 (possibly earlier?)

2025-01-08 Thread Timothy Stone
Stone wrote: Typical use case I think: 1. Have dependency 2. Download JavaDoc 3. Expect resolution in code (but doesn't work... maybe a separate     email) 4. Right-click dependency, select view JavaDoc 5. Browser opens to 127.0.0.1:8082 (see below) 6. HTTP 500 from Tomcat 9.0.71 NetBean

Re: What's up with JavaDoc viewer in 24 (possibly earlier?)

2025-01-08 Thread Timothy Stone
I've opened https://github.com/apache/netbeans/issues/8128 for resolution. Thanks! Tim On 1/7/25 8:36 PM, Timothy Stone wrote: Wrong email list. Apologies. On 1/7/25 8:34 PM, Timothy Stone wrote: Typical use case I think: 1. Have dependency 2. Download JavaDoc 3. Expect resolution in

Re: What's up with JavaDoc viewer in 24 (possibly earlier?)

2025-01-07 Thread Timothy Stone
Wrong email list. Apologies. On 1/7/25 8:34 PM, Timothy Stone wrote: Typical use case I think: 1. Have dependency 2. Download JavaDoc 3. Expect resolution in code (but doesn't work... maybe a separate    email) 4. Right-click dependency, select view JavaDoc 5. Browser opens to 127.0.0.1

What's up with JavaDoc viewer in 24 (possibly earlier?)

2025-01-07 Thread Timothy Stone
Typical use case I think: 1. Have dependency 2. Download JavaDoc 3. Expect resolution in code (but doesn't work... maybe a separate email) 4. Right-click dependency, select view JavaDoc 5. Browser opens to 127.0.0.1:8082 (see below) 6. HTTP 500 from Tomcat 9.0.71 NetBeans 24 (Ja

Javadoc warning: The code being documented uses packages in the unnamed module

2024-12-17 Thread Gary D. Gregory
Hi All: I'd like to build Apache Commons components with the build failing if there are Javadoc warnings. This idea would fail today for all components because we get this Javadoc warning: [INFO] --- javadoc:3.10.1:javadoc (default-cli) @ commons-csv --- [INFO] Configuration change

[ANN] Apache Maven Javadoc Plugin 3.11.2 Released

2024-12-08 Thread Olivier Lamy
The Apache Maven team is pleased to announce the release of the Apache Maven Javadoc Plugin, version 3.11.2 The Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified project https://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your

Re: maven-javadoc-plugin - GitHub 3.11.0 release

2024-11-23 Thread Olivier Lamy
I was generating the missing 3.11.1 so I did 3.11.0 as well but right there is a tag but nothing deployed. I will remove this On Sat, 23 Nov 2024 at 8:10 pm, Piotr Żygieło wrote: > Hello > > I see the GitHub release > > https://github.com/apache/maven-javadoc-plugin/releases/ta

maven-javadoc-plugin - GitHub 3.11.0 release

2024-11-23 Thread Piotr Żygieło
Hello I see the GitHub release https://github.com/apache/maven-javadoc-plugin/releases/tag/maven-javadoc-plugin-3.11.0 was created while there was no such release for that plugin. This confused me. -- Piotrek - To unsubscribe

[ANN] Maven Javadoc Plugin 3.11.1 released

2024-11-02 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 3.11.1. This module generates browsable HTML pages from Java source code. https://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your project's plugin configur

[ANN] Maven Javadoc Plugin 3.10.1 released

2024-10-01 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 3.10.1. This module generates browsable HTML pages from Java source code. https://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your project's plugin configur

[ANN] Maven Javadoc Plugin 3.10.0 released

2024-08-27 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 3.10.0. This module generates browsable HTML pages from Java source code. https://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your project's plugin configur

[ANN] Maven Javadoc Plugin 3.8.0 released

2024-07-20 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 3.8.0. This module generates browsable HTML pages from Java source code. https://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your project's plugin configur

[ANN] Maven Javadoc Plugin 3.7.0 released

2024-05-31 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 3.7.0. This module generates browsable HTML pages from Java source code. https://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your project's plugin configur

Netbeans/Maven/Lombok & JavaDoc

2024-05-03 Thread Arbol One
After setting up Lombok in Netbeans 21 Maven project, I noticed that JavaDoc does not produce  a full description of the Lombok tags. For instance for: *protected @Getter @Setter @NonNull String message;* JavaDoc only recognizes the @NonNull tag, omitting the other tags, i.e. : |protected

Re: Unexpected behavior of the javadoc plugin?

2024-01-09 Thread Tamás Cservenák
gt; Hi Tamás, > > > > Thank you for your comments. > > > > My question is more regarding the need to place a javadoc > > element in the BOM file, i.e top level pom.xml, instead of > parent/pom.xml. > > > > Once the javadoc related element is in the BOM

Re: Unexpected behavior of the javadoc plugin?

2024-01-08 Thread Nils Breunese
for your comments. > > My question is more regarding the need to place a javadoc > element in the BOM file, i.e top level pom.xml, instead of parent/pom.xml. > > Once the javadoc related element is in the BOM file, it works fine. > > However, given the BOM file is inten

Re: Unexpected behavior of the javadoc plugin?

2024-01-08 Thread Ceki Gulcu
Hi Tamás, Thank you for your comments. My question is more regarding the need to place a javadoc element in the BOM file, i.e top level pom.xml, instead of parent/pom.xml. Once the javadoc related element is in the BOM file, it works fine. However, given the BOM file is intended to be

Re: Unexpected behavior of the javadoc plugin?

2023-12-28 Thread Tamás Cservenák
Hej Ceki, I also experience javadoc misbehaviour when JPMS/jigsaw is involved, and _I think_ it boils down when it tries to be "smart" when it comes to JPMS... See master of maven-resolver, as it was suffering with similar issues, and this change: https://github.com/apache/maven-resol

Re: Unexpected behavior of the javadoc plugin?

2023-12-28 Thread Ceki Gulcu
Hello all, Given the javadoc generation is an important part of software projects, maybe someone would care to comment whether the behavior described below is expected or not? In the meantime, happy new year to all, -- Ceki Gülcü Sponsoring SLF4J/logback/reload4j at https://github.com

Unexpected behavior of the javadoc plugin?

2023-12-23 Thread Ceki Gulcu
Hello, I would like to share what looks to me like an unexpected behavior of the javadoc plugin, more specifically when run as javadoc:aggregate. The SLF4J project uses the "Refining the BOM Pattern" variant as explained in Garret Wilson's "Improving the BOM Pattern&quo

[ANN] Maven Javadoc Plugin 3.6.3 released

2023-12-03 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 3.6.3. This module generates browsable HTML pages from Java source code. https://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your project's plugin configur

[ANN] Maven Javadoc Plugin 3.6.2 released

2023-11-06 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 3.6.2. This module generates browsable HTML pages from Java source code. https://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your project's plugin configur

Re: "First time caller..." javadoc taglet dependencies?

2023-10-04 Thread Stanimir Stamenkov
Wed, 4 Oct 2023 15:52:14 +, /Joseph Kesselman/: My only other real gripe with Maven at the moment is that I haven't yet found a way to tell the javadoc plugin "Yes, I know there's lots that can be improved, but for now please consider that a Warning rather than an Error

Re: "First time caller..." javadoc taglet dependencies?

2023-10-04 Thread Joseph Kessselman
Oh. Duh. com.sun tools 1.6.0 system ${toolsjar} On 10/3/2023 10:04 PM, Alexander Kriegisch wrote: Hi Joseph. I think you uncovered a bug in Maven Javadoc Plugin. I just created https://issues.apache.org/jira/browse/MJAVADOC-775 on your

Re: "First time caller..." javadoc taglet dependencies?

2023-10-04 Thread Joseph Kesselman
und a way to tell the javadoc plugin "Yes, I know there's lots that can be improved, but for now please consider that a Warning rather than an Error." -- /_ Joe Kesselman (he/him/his) -/ _) My Alexa skill for New Music/New Sounds fans: / https://www.amazon.com/dp/B09WJ3H

Re: "First time caller..." javadoc taglet dependencies?

2023-10-03 Thread Alexander Kriegisch
Hi Joseph. I think you uncovered a bug in Maven Javadoc Plugin. I just created https://issues.apache.org/jira/browse/MJAVADOC-775 on your behalf. As a workaround for the non-functioning 'tagletpath' option, I recommend to separately publish the taglet library as a Maven artifact, whic

"First time caller..." javadoc taglet dependencies?

2023-10-03 Thread Joseph Kessselman
Hi, folks. I'm in the process of trying to port the Apache Xalan build from Ant to Maven. It's close to usable, but I'm still struggling with a few odd corners. One of the odder corners: The Xalan documentation uses a javadoc taglet, @xsl.usage, to indicate whether a method i

maven-javadoc-plugin cannot find symbol in another module while building a multi-module project

2023-10-03 Thread Siddharth Jain
Hello, I am compiling a multi-module project with Maven. When I run maven clean install the compilation succeeds on a submodule but the javadoc plugin throws error while trying to generate javadoc for the submodule that has dependency on another submodule. My parent pom has

[ANN] Apache Maven Javadoc Plugin 3.6.0 released

2023-09-15 Thread Henning Schmiedehausen
The Apache Maven team is pleased to announce the release of the Apache Maven Javadoc Plugin, version 3.6.0 The Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified project. https://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-03-27 Thread Maxim Solodovnik
details? > > Or my English is not good enough? :( > > > > This issue blocks our release process, I'd love to get some help > > > > Thanks in advance :) > > > > On Sat, 25 Mar 2023 at 23:34, Maxim Solodovnik > > wrote: > > > > > > Here is th

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-03-27 Thread Tamás Cservenák
nglish is not good enough? :( > > This issue blocks our release process, I'd love to get some help > > Thanks in advance :) > > On Sat, 25 Mar 2023 at 23:34, Maxim Solodovnik > wrote: > > > > Here is the sample project: https://github.com/solomax/javadoc-e

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-03-26 Thread Daniel Widdis
hanks a lot for the answer! I'll try to contact authors of problematic library. It is weirs this library causing the issue, since it's classes are not being used directly (it it is transitive dependency) Compilation is successful and only Javadoc is failing ... On Mon, 27 Mar 202

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-03-26 Thread Maxim Solodovnik
Thanks a lot for the answer! I'll try to contact authors of problematic library. It is weirs this library causing the issue, since it's classes are not being used directly (it it is transitive dependency) Compilation is successful and only Javadoc is failing ... On Mon, 27 Mar 202

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-03-26 Thread Daniel Widdis
including that, it attempts to build on the module path and the Javadoc plugin apparently does not handle that well. I fought similar issues for a while and eventually got rid of the problematic dependency. You might try moditect to insert a module name of your choice. You might try appro

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-03-26 Thread Maxim Solodovnik
ject: https://github.com/solomax/javadoc-exclude > > The issue is NOT reproducible if "Automatic-Module-Name" is absent > > On Tue, 14 Feb 2023 at 13:42, Maxim Solodovnik wrote: > > > > Same results with version 3.5.0 > > > > On Tue, 14 Feb 2023

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-03-25 Thread Maxim Solodovnik
Here is the sample project: https://github.com/solomax/javadoc-exclude The issue is NOT reproducible if "Automatic-Module-Name" is absent On Tue, 14 Feb 2023 at 13:42, Maxim Solodovnik wrote: > > Same results with version 3.5.0 > > On Tue, 14 Feb 2023 at 12:07, M

Weird Javadoc issue after updating project to Java 11

2023-03-17 Thread Julian Reschke
Hi there, context: https://issues.apache.org/jira/browse/OAK-10144 We recently updated Jackrabbit Oak to require Java 11, and since then, one subproject fails to build Javadocs, but depending on how the goal is invoked (I discovered this when trying to do a release and the javadoc jar

Re: AW: [m-deploy-plugin] Deploy javadoc archive only

2023-02-24 Thread Jörg Schaible
Hi Bernhard, [snip] > Initially I tried to find a solution with a short command to produce and > deploy the javadoc archive manually. However, the next step is anyway to > automate this process and then it's less of a problem to split creation of > the javadoc archive and depl

AW: [m-deploy-plugin] Deploy javadoc archive only

2023-02-24 Thread Bernhard Schuhmann
Hi Tamás, thanks for following up! So let me try to provide some context: 1) the javadoc archive contains only a subset of the classes from the project 2) the jar as the main file of the project is built in a normal build and then in a later build stage outside of the maven build packaged

Deploy javadoc archive only

2023-02-23 Thread Bernhard Schuhmann
Hello! I'm building a JavaDoc archive for a jar file with mvn javadoc:javadoc assembly:single deploy and maven-jar-plugin disabled so that only the JavaDoc archive gets deployed. This has been working until updating to 3.9.0 (maven-deploy-plugin 3.x) -because I only attach the Ja

Re: [m-deploy-plugin] Deploy javadoc archive only

2023-02-23 Thread Tamás Cservenák
Howdy, so, personally I am in "limbo" about this, and let me explain why. First let me state that I lack some context here: - why is Bernhard doing this? (is he editing and then "testing" the edited Javadoc? I mean, why is roundtrip needed [the deploy]) - where is he deplo

Re: [m-deploy-plugin] Deploy javadoc archive only

2023-02-22 Thread Greg Chabala
, I am really unsure about the exact intent. > > But, there is already a comment on issue (someone else having similar > > problem) > > > > Let's see if anyone else chimes in. > > > > HTH > > Tamas > > > > On Wed, Feb 22, 2023 at 7:20 PM Bernha

Re: [m-deploy-plugin] Deploy javadoc archive only

2023-02-22 Thread Tamás Cservenák
at 7:20 PM Bernhard Schuhmann < > bernhard.schuhm...@jedox.com> wrote: > >> Hello! >> >> >> >> I'm building a JavaDoc archive for a jar file with >> >> >> >> mvn javadoc:javadoc assembly:single deploy >> >>

Re: [m-deploy-plugin] Deploy javadoc archive only

2023-02-22 Thread Tamás Cservenák
nyone else chimes in. HTH Tamas On Wed, Feb 22, 2023 at 7:20 PM Bernhard Schuhmann < bernhard.schuhm...@jedox.com> wrote: > Hello! > > > > I'm building a JavaDoc archive for a jar file with > > > > mvn javadoc:javadoc assembly:single deploy > > > >

[m-deploy-plugin] Deploy javadoc archive only

2023-02-22 Thread Bernhard Schuhmann
Hello! I'm building a JavaDoc archive for a jar file with mvn javadoc:javadoc assembly:single deploy and maven-jar-plugin disabled so that only the JavaDoc archive gets deployed. This has been working until updating to 3.9.0 (maven-deploy-plugin 3.x) -because I only attach the Ja

[ANN] Maven Javadoc Plugin 3.5.0 released

2023-02-15 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 3.5.0. This module generates browsable HTML pages from Java source code. https://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your project's plugin configur

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-02-13 Thread Maxim Solodovnik
Same results with version 3.5.0 On Tue, 14 Feb 2023 at 12:07, Maxim Solodovnik wrote: > > Hello All, > > I'm getting following error while running `javadoc:3.4.1:jar`: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-javadoc-plugin:3.4.1:jar >

[m-javadoc-plugin] how to exclude transitive dependency

2023-02-13 Thread Maxim Solodovnik
Hello All, I'm getting following error while running `javadoc:3.4.1:jar`: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.4.1:jar (attach-javadocs) on project openmeetings-util: Execution attach-javadocs of goal org.apache.maven.plugins:maven-javadoc-plugin:

Re: m-javadoc-plugin with JPMS

2022-10-17 Thread Daniel Widdis
Subject: Re: m-javadoc-plugin with JPMS Ah, finally got past this bug to release by just backing out the one change in my POM that I’d dismissed as irrelevant. I had entered this code in the problematic module’s POM to work around a bug failing modular builds without an intervening clean

Re: m-javadoc-plugin with JPMS

2022-10-16 Thread Daniel Widdis
install (or possibly site?) prior to the goal you’re trying to use. From: "Daniel B. Widdis" Date: Sunday, October 16, 2022 at 10:04 PM To: Maven Users List Subject: Re: m-javadoc-plugin with JPMS It's amusing when you come upon an error, google the error message, and

Re: m-javadoc-plugin with JPMS

2022-10-16 Thread Daniel B. Widdis
le name in addition to the module descriptor. Same problem. I have tried changing the lifecycle phase during which these javadoc goals are executed. Same problem. I have tried adding "dummy" class files in the problematic module's source tree just in case the solo file and lack of sup

Re: m-javadoc-plugin with JPMS

2022-08-28 Thread Maxim Solodovnik
maven-javadoc-plugin:3.4.1 - same error :((( On Wed, 20 Jul 2022 at 22:19, Maxim Solodovnik wrote: > > done, > > same error :( > > On Wed, 20 Jul 2022 at 22:13, Maxim Solodovnik wrote: > > > > well, > > > > m-javadoc-plugin is being called at `*db

[ANN] Maven Javadoc Plugin 3.4.1 released

2022-08-13 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 3.4.1. This module generates browsable HTML pages from Java source code. https://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your project's plugin configur

Re: m-javadoc-plugin with JPMS

2022-07-20 Thread Maxim Solodovnik
done, same error :( On Wed, 20 Jul 2022 at 22:13, Maxim Solodovnik wrote: > > well, > > m-javadoc-plugin is being called at `*db` module only which is only > depends on `*util` module > both has `module-info.java` > > let me add `module-info.java` to all modules

Re: m-javadoc-plugin with JPMS

2022-07-20 Thread Maxim Solodovnik
well, m-javadoc-plugin is being called at `*db` module only which is only depends on `*util` module both has `module-info.java` let me add `module-info.java` to all modules (not sure why) so we can ensure this is not a problem :) On Wed, 20 Jul 2022 at 21:51, Daniel Widdis wrote: > >

Re: m-javadoc-plugin with JPMS

2022-07-20 Thread Daniel Widdis
licitly name it. It will use your jar filename to deduce >>> one. Unless you use a reserved word in your jar, and then the world >>> breaks. __ >>> >>> I thought maybe this is the issue in m-javadoc-plugin: it is weird to >>> check `automat

Re: m-javadoc-plugin with JPMS

2022-07-20 Thread Maxim Solodovnik
gt; Technically speaking, you always have an automatic module name even if > > you don't explicitly name it. It will use your jar filename to deduce > > one. Unless you use a reserved word in your jar, and then the world > > breaks. __ > > > > I thought maybe t

Re: m-javadoc-plugin with JPMS

2022-07-19 Thread Olivier Lamy
explicitly name it. It will use your jar filename to deduce > one. Unless you use a reserved word in your jar, and then the world > breaks. __ > > I thought maybe this is the issue in m-javadoc-plugin: it is weird to > check `automatic module name` in manifest if module-info.java

Re: m-javadoc-plugin with JPMS

2022-07-18 Thread Maxim Solodovnik
ss you use a reserved word in your jar, and then the world breaks. __ I thought maybe this is the issue in m-javadoc-plugin: it is weird to check `automatic module name` in manifest if module-info.java present > > On 7/18/22, 11:07 PM, "Maxim Solodovnik" wrote: > > Th

Re: m-javadoc-plugin with JPMS

2022-07-18 Thread Daniel Widdis
> > Hello All, > > > > I'm trying to migrate our project to JPMS > > After adding module-info.java to my modules (and removing explicitly > > set `Automatic-Module-Name`) > > I'm getting: > >

Re: m-javadoc-plugin with JPMS

2022-07-18 Thread Maxim Solodovnik
> After adding module-info.java to my modules (and removing explicitly > > set `Automatic-Module-Name`) > > I'm getting: > > > > [INFO] --- maven-javadoc-plugin:3.4.0:javadoc-no-fork (default) > > [ERROR] Creating an aggregated report for both

Re: m-javadoc-plugin with JPMS

2022-07-18 Thread Daniel Widdis
wrong list? :) On Fri, 15 Jul 2022 at 15:41, Maxim Solodovnik wrote: > > Hello All, > > I'm trying to migrate our project to JPMS > After adding module-info.java to my modules (and removing explicitly > set `Automatic-Module-Name`) > I'

Re: m-javadoc-plugin with JPMS

2022-07-18 Thread Maxim Solodovnik
utomatic-Module-Name`) > I'm getting: > > [INFO] --- maven-javadoc-plugin:3.4.0:javadoc-no-fork (default) > [ERROR] Creating an aggregated report for both named and unnamed > modules is not possible. > [ERROR] Ensure that every module has a module descriptor or is a jar >

m-javadoc-plugin with JPMS

2022-07-15 Thread Maxim Solodovnik
Hello All, I'm trying to migrate our project to JPMS After adding module-info.java to my modules (and removing explicitly set `Automatic-Module-Name`) I'm getting: [INFO] --- maven-javadoc-plugin:3.4.0:javadoc-no-fork (default) [ERROR] Creating an aggregated report for both named a

Re: maven-javadoc-plugin using Java modules, and a shaded artifact with relocated classes

2022-04-20 Thread Alexander Kriegisch
ly anything > using ASM. > I've tried adding additional dependencies to the javadoc plugin referencing > the non-shaded ASM artifacts, but no dice. > > Haven't had much luck searching this one out. > Any suggestions? > > Thanks, > -rl > -

maven-javadoc-plugin using Java modules, and a shaded artifact with relocated classes

2022-04-20 Thread Ryan Lubke
ding additional dependencies to the javadoc plugin referencing the non-shaded ASM artifacts, but no dice. Haven't had much luck searching this one out. Any suggestions? Thanks, -rl

[ANN] Maven Javadoc Plugin 3.4.0 released

2022-04-20 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 3.4.0. This module generates browsable HTML pages from Java source code. https://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your project's plugin configur

[ANN] Maven Javadoc Plugin 3.3.2 released

2022-02-11 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 3.3.2. This module generates browsable HTML pages from Java source code. https://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your project's plugin configur

[ANN] Apache Maven Javadoc Plugin 3.3.1 Released

2021-09-07 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven Javadoc Plugin, version 3.3.1 The Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified project. https://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your

Re: maven-javadoc and reproducible builds

2021-07-17 Thread Maxim Solodovnik
n > >>> > >>> This [1] guide instruct me to set > >>> 1 > >>> and add > >>> true > >>> to javadoc configuration in pluginManagement > >>> > >>> as a result I'm getting > >>> > &g

Re: maven-javadoc and reproducible builds

2021-07-17 Thread Michael Osipov
7;m a bit confused with documentation This [1] guide instruct me to set 1 and add true to javadoc configuration in pluginManagement as a result I'm getting Caused by: java.time.format.DateTimeParseException: Text '1' could not be parsed

Re: maven-javadoc and reproducible builds

2021-07-17 Thread Maxim Solodovnik
umentation > > > > This [1] guide instruct me to set > > 1 > > and add > > true > > to javadoc configuration in pluginManagement > > > > as a result I'm getting > > > > Caused by: java.

  1   2   3   4   5   6   7   8   9   10   >