Re: Javadoc plugin

2025-08-31 Thread Elliotte Rusty Harold
waiting on other stuff? > I think two different problems are getting mixed up in this thread. I'm not sure about the warning you see but I don't think it's related to https://github.com/apache/maven-javadoc-plugin/issues/1241 I don't see any open bug for a warning. M

RE: Javadoc plugin

2025-08-30 Thread Jeremy Landis
st 30, 2025 1:06 PM To: Maven Users List Subject: Re: Javadoc plugin 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 > ano

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
ill try to find cycles over the next day or three. -- Joe (new phone, no quip yet) From: Gary D. Gregory Sent: Friday, August 29, 2025 5:08:12 PM To: users@maven.apache.org Subject: Re: Javadoc plugin This is the reproducer: git clone https://gitbox.apache.org

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
and 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-error-cannot-read-input-length-1-with-no > >

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
07 PM To: users@maven.apache.org Subject: Javadoc plugin 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://stackoverflo

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

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

[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

Re: Unexpected behavior of the javadoc plugin?

2024-01-09 Thread Tamás Cservenák
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-resolve

Re: Unexpected behavior of the javadoc plugin?

2024-01-08 Thread Nils Breunese
as it was suffering with similar issues, and >> this change: >> https://github.com/apache/maven-resolver/commit/baac2975488adf630c02141b882d1459d8c66fae >> (that was a few releases ago, things may have changed around). >> >> Try out this flag if you are on fairly new ve

Re: Unexpected behavior of the javadoc plugin?

2024-01-08 Thread Ceki Gulcu
om/apache/maven-resolver/commit/baac2975488adf630c02141b882d1459d8c66fae > (that was a few releases ago, things may have changed around). > > Try out this flag if you are on fairly new version: > https://maven.apache.org/plugins/maven-javadoc-plugin/aggregate-mojo.html#legacymode > >

Re: Unexpected behavior of the javadoc plugin?

2023-12-28 Thread Tamás Cservenák
ver/commit/baac2975488adf630c02141b882d1459d8c66fae (that was a few releases ago, things may have changed around). Try out this flag if you are on fairly new version: https://maven.apache.org/plugins/maven-javadoc-plugin/aggregate-mojo.html#legacymode HTH Tamas On Thu, Dec 28, 2023 at 7:04 PM

Re: Unexpected behavior of the javadoc plugin?

2023-12-28 Thread Ceki Gulcu
/sponsors/qos-ch On 12/23/2023 9:34 PM, Ceki Gulcu wrote: > > 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 Patte

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

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
ame 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 runnin

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

2023-03-27 Thread Tamás Cservenák
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.plugi

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

2023-03-26 Thread Daniel Widdis
ot;Automatic-Module-Name" your project builds on the classpath as > always. When 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 &g

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

2023-03-26 Thread Maxim Solodovnik
; your project builds on the classpath as > always. When 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. >

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

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

2023-03-25 Thread Maxim Solodovnik
axim 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 > > (attach-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
port for the added source files is an issue. Same problem. I have traced the error down to the following code: The log error message is generated in AbstractJavadocMogo line 5085 when the unnamedProjects list is not empty. https://github.com/apache/maven-javadoc-plugin/blob/8b589325762280cef9ff8df2

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[2]: Maven-javadoc-plugin for JPMS modules when module name is different from artifactId

2021-06-05 Thread Alex Orlov
> >... >API module pom: >... >com.foo >foo.api >... >API module-info: >module com.foo.api { >requires org.slf4j; >exports com.foo.api; >} >These are my settings for maven-javadoc-plugin (in parent pom): > >true > > >org.apache.maven.plugin

Re: Maven-javadoc-plugin for JPMS modules when module name is different from artifactId

2021-06-05 Thread Robert Scholte
parent pom: ... foo.api foo.impl ... API module pom: ... com.foo foo.api ... API module-info: module com.foo.api { requires org.slf4j; exports com.foo.api; } These are my settings for maven-javadoc-plugin (in parent pom): true org.apache.maven.plugins maven-javadoc-plugin 3.3.0 javadoc-no-fork test-javad

Maven-javadoc-plugin for JPMS modules when module name is different from artifactId

2021-06-03 Thread Alex Orlov
; } These are my settings for maven-javadoc-plugin (in parent pom): true org.apache.maven.plugins maven-javadoc-plugin 3.3.0 javadoc-no-fork

[ANN] Apache Maven Javadoc Plugin 3.3.0 Released

2021-05-22 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven Javadoc Plugin, version 3.3.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: Add command-line options to the javadoc plugin?

2021-03-27 Thread Thomas Broyer
? https://maven.apache.org/plugins/maven-javadoc-plugin/jar-mojo.html#additionalOptions Though many (all?) options can be set directly through plugin properties. Le sam. 27 mars 2021 à 02:35, leerho a écrit : > I can't find adequate documentation on how to add command line a

Re: Add command-line options to the javadoc plugin?

2021-03-26 Thread Patty Mele
I don't what this is? Patty On Fri, Mar 26, 2021 at 6:35 PM leerho wrote: > I can't find adequate documentation on how to add command line arguments / > options to the Javadoc plugin. The following does not work: > > > > org.apache.maven.plugins

Add command-line options to the javadoc plugin?

2021-03-26 Thread leerho
I can't find adequate documentation on how to add command line arguments / options to the Javadoc plugin. The following does not work: > org.apache.maven.plugins > maven-javadoc-plugin > ${maven-javadoc-

Re: Java11 and javadoc plugin

2020-10-30 Thread Benjamin Marwell
at I could have done > wrong? > > kind regards, > > Thomas > > Am 28.10.2020 um 20:05 schrieb Benjamin Marwell : > > Hi Thomas, > > no worry, that is as easy to fix as the previous one. > > Read carefully: > > Error generating maven-javadoc-plugin:3.2.0:tes

Re: Java11 and javadoc plugin

2020-10-30 Thread Thomas Scheffler
ck or give me a hint, what I could have done wrong? >> >> kind regards, >> >> Thomas >> >>> Am 28.10.2020 um 20:05 schrieb Benjamin Marwell : >>> >>> Hi Thomas, >>> >>> no worry, that is as easy to fix as the

Re: Java11 and javadoc plugin

2020-10-29 Thread Benjamin Marwell
or give me a hint, what I could have done wrong? > > kind regards, > > Thomas > > > Am 28.10.2020 um 20:05 schrieb Benjamin Marwell : > > > > Hi Thomas, > > > > no worry, that is as easy to fix as the previous one. > > > > Read carefully: &

Re: Java11 and javadoc plugin

2020-10-29 Thread Thomas Scheffler
easy to fix as the previous one. > > Read carefully: >> Error generating maven-javadoc-plugin:3.2.0:test-aggregate-no-fork > > The javadoc-plugin executes "test-aggregate-no-fork". > > Which means: It creates javadoc for your TEST classes from src/test/java

Re: Need help: maven-javadoc-plugin: includeDependencySource: error: module not found on module source path

2020-10-28 Thread Benjamin Marwell
: org.apache.maven.plugins maven-javadoc-plugin - 3.1.1 + 3.2.0 --show-packages=all de.unistuttgart.informatik.fius.jvk.tasks:de.unistuttgart.informatik.fius.jvk.verifier

Re: Need help: maven-javadoc-plugin: includeDependencySource: error: module not found on module source path

2020-10-28 Thread Benjamin Marwell
en from the goal description [1] it does not mention "must be on the same reactor project". Do you see a message that "group_id:artifact_id:source:jar could not be fetched" or similar? [1] https://maven.apache.org/plugins/maven-javadoc-plugin/aggregate-mojo.html Am Sa., 17

Re: Java11 and javadoc plugin

2020-10-28 Thread Benjamin Marwell
Hi Thomas, no worry, that is as easy to fix as the previous one. Read carefully: > Error generating maven-javadoc-plugin:3.2.0:test-aggregate-no-fork The javadoc-plugin executes "test-aggregate-no-fork". Which means: It creates javadoc for your TEST classes from src/test/jav

Re: Java11 and javadoc plugin

2020-10-28 Thread Thomas Scheffler
prevent the errors for the main javadocs but will fail on test javadocs (Junit tests): [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.9.1:site (default-site) on project test: Error generating maven-javadoc-plugin:3.2.0:test-aggregate-no-fork report: [ERROR] Exit code

Re: Java11 and javadoc plugin

2020-10-27 Thread Benjamin Marwell
Hi Thomas, I tested your configuration and found the same issue – however, it may not be an issue after all. You configured your javadoc plugin as part of the reporting section. This usually requires the compile goal. Even if you add the jar goal to the default build->plugin section, it w

Java11 and javadoc plugin

2020-10-26 Thread Thomas Scheffler
Hi, I have serious problems getting any maven-javadoc-plugin >= 3.1.0 to work with simply Java 11 test case: Neither will „mvn javadoc:javadoc“ nor „mvn javadoc:jar“ nor „mvn site“ work out-of-the-box. I have to add „compile“ in the middle to get the javadoc-plugin work but this will not

Need help: maven-javadoc-plugin: includeDependencySource: error: module not found on module source path

2020-10-17 Thread Tim Neumann
Hello everybody, I'm struggling to get javadoc generation with includeDependencySource working in my project. When setting includeDependencySource to true in the pom and running mvn clean install javadoc:aggregate or mvn clean install javadoc:javadoc I get the following errors: First: [ERROR] n

[ANN] Apache Maven Javadoc Plugin 3.2.0 Released

2020-03-16 Thread Olivier Lamy
The Apache Maven team is pleased to announce the release of the Apache Maven Javadoc Plugin, version 3.2.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

[ANN] Apache Maven Javadoc Plugin 3.1.1 Released

2019-07-08 Thread Olivier Lamy
The Apache Maven team is pleased to announce the release of the Apache Maven Javadoc Plugin, version 3.1.1 https://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-javadoc-plugin 3.1.1 Yo

[ANN] Apache Maven Javadoc Plugin 3.1.0 Released

2019-03-04 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven Javadoc Plugin, version 3.1.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

[ANN] Apache Maven Javadoc Plugin 3.0.1 Released

2018-05-28 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven Javadoc Plugin, version 3.0.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

Javadoc Plugin : streamline dealing with 'package-list' files for external dependencies

2018-03-26 Thread USHAKOV, Sergey
ndency. It is no problem to get everything working if internet connection is always available. In that case the javadoc plugin can just follow the links provided by 'links' / 'link' / 'url' elements, and it does that perfectly. Meanwhile the only approach that all

[ANN] Apache Maven Javadoc Plugin 3.0.0 Released

2017-12-06 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven Javadoc Plugin, version 3.0.0 This 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

[ANN] Apache Maven Javadoc Plugin 3.0.0-M1 Released

2017-07-21 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven Javadoc Plugin, version 3.0.0-M1 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

Re: maven-javadoc-plugin, Java 9 and maven-javadoc-plugin and java 9 and ExceptionInInitializerError

2017-07-17 Thread Gary Gregory
t; [1] http://markmail.org/message/4nssutboqsahx5kb > > > On Mon, 17 Jul 2017 18:12:22 +0200, Gary Gregory > wrote: > > When I try to build our Apache HttpComponent HttpClient from git master >> with Java 9 build 178 I get the maven-javadoc-plugin and java 9 and >> Excep

Re: maven-javadoc-plugin, Java 9 and maven-javadoc-plugin and java 9 and ExceptionInInitializerError

2017-07-17 Thread Robert Scholte
with Java 9 build 178 I get the maven-javadoc-plugin and java 9 and ExceptionInInitializerError below. This is thanks to a bug in our old Apache Commons Lang 2.x branch? Is there a plan to update maven-javadoc-plugin with the current version of Apache Commons Lang 3 which addresses this issue?

maven-javadoc-plugin, Java 9 and maven-javadoc-plugin and java 9 and ExceptionInInitializerError

2017-07-17 Thread Gary Gregory
When I try to build our Apache HttpComponent HttpClient from git master with Java 9 build 178 I get the maven-javadoc-plugin and java 9 and ExceptionInInitializerError below. This is thanks to a bug in our old Apache Commons Lang 2.x branch? Is there a plan to update maven-javadoc-plugin with the

[maven-javadoc-plugin] Aggregating Javadocs from Dependency Sources

2016-10-25 Thread Jochum Jesko
Hello, I followed the guide https://maven.apache.org/plugins/maven-javadoc-plugin/examples/aggregate-dependency-sources.html to generate an aggregated javadoc for a multi-module project. I think, it should be mentioned in this guide that the distribution project (Named 'project-distro&#x

[ANN] Apache Maven Javadoc Plugin 2.10.4 Released

2016-06-10 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven Javadoc Plugin, version 2.10.4 This will be the last Maven 2 compatible version. The Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified project. https://maven.apache.org/plugins/maven

Re: Javadocs generated by maven-javadoc-plugin does not include method parameter names for Eclipse

2016-04-07 Thread Andreas Sewe
en I generate the javadocs through eclipse (Project > Generate >Javadocs...) and link it to my project *it works*, in other words, I see >the correct method parameter names. > - > > When I generate the javadocs through maven-javadoc-plugin and link it to >my projec

Re: Javadocs generated by maven-javadoc-plugin does not include method parameter names for Eclipse

2016-04-07 Thread Adrien Rivard
*arg1*, etc. > > Problem is: > >- > >When I generate the javadocs through eclipse (Project > Generate >Javadocs...) and link it to my project *it works*, in other words, I see >the correct method parameter names. >- > >When I generate the javadocs

  1   2   3   4   5   6   >