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

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 Pa

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" [1

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

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

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

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

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

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

2023-03-27 Thread Daniel Widdis
le-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 > dependency. >

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

2023-03-26 Thread Maxim Solodovnik
ject 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. > > You m

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 a

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

2023-03-26 Thread Maxim Solodovnik
2: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-javadoc

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

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

[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:3.4.1

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

Re: m-javadoc-plugin with JPMS

2022-10-16 Thread Daniel B. Widdis
ded 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/8b589325762280cef9ff8df2bc3431d4fccafbc

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 `

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

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

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 th

Re: m-javadoc-plugin with JPMS

2022-07-19 Thread Olivier Lamy
icitly 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 prese

Re: m-javadoc-plugin with JPMS

2022-07-19 Thread Maxim Solodovnik
u 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: > > Thanks

Re: m-javadoc-plugin with JPMS

2022-07-19 Thread Daniel Widdis
> > 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-plu

Re: m-javadoc-plugin with JPMS

2022-07-19 Thread Maxim Solodovnik
dules (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 and unnamed > > modules is not pos

Re: m-javadoc-plugin with JPMS

2022-07-19 Thread Daniel Widdis
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'm getting: > > [INFO] --- mave

Re: m-javadoc-plugin with JPMS

2022-07-18 Thread Maxim Solodovnik
odule-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 > with a MANIFEST

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

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

2022-04-20 Thread Alexander Kriegisch
g > 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
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 configuration

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

[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-06 Thread Alex Orlov
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-

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

2021-06-05 Thread Robert Scholte
: ... 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-javadoc-no-fork

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 argume

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

Re: Java11 and javadoc plugin

2020-10-30 Thread Benjamin Marwell
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:test-aggregat

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

Re: Java11 and javadoc plugin

2020-10-29 Thread Thomas Scheffler
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/java

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

2020-10-28 Thread Benjamin Marwell
this: 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
“ will 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 sect

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]

[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 You can

[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
. 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 allowed me to get 'offlineLinks' working

[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

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

2017-07-17 Thread Gary Gregory
s, > Robert > > [1] http://markmail.org/message/4nssutboqsahx5kb > > > On Mon, 17 Jul 2017 18:12:22 +0200, Gary Gregory <garydgreg...@gmail.com> > wrote: > > When I try to build our Apache HttpComponent HttpClient from git master >> with J

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

2017-07-17 Thread Robert Scholte
ponent 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 current version of Apache Commons Lang 3

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

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

2016-10-26 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

[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
he 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 project *it does not

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

2016-04-07 Thread Adrien Rivard
arg0*, *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 gener

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

2016-04-06 Thread Derek Hongar
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 project *it does not work*, in other words, I see *a

Re: [EXTERNAL] How best to override maven-javadoc-plugin to do nothing?

2016-01-15 Thread Andreas Gudian
The clean way would be to skip the plugin execution using something like this at the appropriate level in your pom / parent-pom hierarchy: org.apache.maven.plugins maven-javadoc-plugin .. true 2016-01-14 23:38 GMT

Re: [EXTERNAL] How best to override maven-javadoc-plugin to do nothing?

2016-01-15 Thread David M. Karr
: org.apache.maven.plugins maven-javadoc-plugin .. true 2016-01-14 23:38 GMT+01:00 Justin Georgeson <jgeorge...@lgc.com>: Try setting property maven.javadoc.skip to true in your pom.xml https://maven.apache.org/plugins/maven-javadoc-

RE: [EXTERNAL] How best to override maven-javadoc-plugin to do nothing?

2016-01-14 Thread Justin Georgeson
Try setting property maven.javadoc.skip to true in your pom.xml https://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#skip https://maven.apache.org/plugins/maven-javadoc-plugin/jar-mojo.html#skip > -Original Message- > From: David M. Karr [mailto:davidmi

How best to override maven-javadoc-plugin to do nothing?

2016-01-14 Thread David M. Karr
Simple question: How do I best override the maven-javadoc-plugin to make it do nothing? I'm integrating a non-API project into a much larger build where everything else is an API, so maven-javadoc-plugin is specified in the parent. It would be best to just have it not run javadoc

Re: Javadoc plugin - centralized branding

2015-06-05 Thread Peter Hansson
Apologies. It seems I didn't look into the docs as much as I should have. The trick is to use the maven-javadoc-plugin resourceArtifacts parameter. I've documented a recipe for how an organization may centralize its Javadoc branding in this answer on SO:http://stackoverflow.com/a/30668813

Javadoc plugin - centralized branding

2015-05-28 Thread Peter Hansson
Hi all, I would like to be able to centralize our company's branding of Javadoc and cannot figure out how to do that with the Javadoc plugin. All projects in our company inherit from the same POM, known as our company pom. So far, so good. We've managed to centralize the use of our Javadoc

[ANN] Apache Maven JavaDoc Plugin Version 2.10.3 Released

2015-04-16 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven JavaDoc Plugin, version 2.10.3 The Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified project. http://maven.apache.org/plugins/maven-javadoc-plugin Please be aware of the new location of our

Re: [ANN] Apache Maven JavaDoc Plugin Version 2.10.3 Released

2015-04-16 Thread Marcos Zolnowski
Release notes are empty here: http://maven.apache.org/components/plugins/maven-javadoc-plugin/jira-report.html Probably, we can blame the new issue tracker. On Thursday, April 16, 2015 2:20 PM, Karl Heinz Marbaise khmarba...@apache.org wrote: The Apache Maven team is pleased to announce

[ANN] Apache Maven JavaDoc Plugin Version 2.10.2 Released

2015-03-18 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven JavaDoc Plugin, version 2.10.2 http://maven.apache.org/plugins/maven-javadoc-plugin/ The Javadoc Plugin uses the Javadoc tool to generate javadocs for the specified project. plugin groupIdorg.apache.maven.plugins

Re: What is going on with maven-javadoc-plugin?

2015-03-14 Thread Marcos Zolnowski
of the community and check the VOTEd release and see if it works for you...and please give feedback about it... Kind regards Karl Heinz Marbaise On 3/13/15 10:27 PM, Marcos Zolnowski wrote: Appearances can be deceiving, when I see the link http://maven.apache.org/plugins/maven-javadoc-plugin/team-list.html

Re: What is going on with maven-javadoc-plugin?

2015-03-13 Thread Marcos Zolnowski
Thank you for this enlightening response. On Friday, March 13, 2015 2:55 AM, Baptiste Mathus bmat...@batmat.net wrote: Just ich scratching and limited time, that's how OSS works. Generally, if (like here) the code is moreover already committed, *kindly* asking for a release on the

Re: What is going on with maven-javadoc-plugin?

2015-03-13 Thread Karl Heinz Marbaise
Hi Marcos, On 3/13/15 2:38 AM, Marcos Zolnowski wrote: From: http://jira.codehaus.org/browse/MJAVADOC-365?focusedCommentId=363324page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-363324 It has been about 6 months now since the last activity here. I wonder, what

Re: What is going on with maven-javadoc-plugin?

2015-03-13 Thread Marcos Zolnowski
Appearances can be deceiving, when I see the link http://maven.apache.org/plugins/maven-javadoc-plugin/team-list.html, there seems to be an army of developers. Now I am aware of the reality of Maven, but I do not understand why a fixed bug needs votes. Bug was fixed 09/Oct/14, 6 months holding

Re: What is going on with maven-javadoc-plugin?

2015-03-13 Thread Karl Heinz Marbaise
: Appearances can be deceiving, when I see the link http://maven.apache.org/plugins/maven-javadoc-plugin/team-list.html, there seems to be an army of developers. Now I am aware of the reality of Maven, but I do not understand why a fixed bug needs votes. Bug was fixed 09/Oct/14, 6 months holding a bug

Re: What is going on with maven-javadoc-plugin?

2015-03-13 Thread Karl Heinz Marbaise
Hi Marcos, On 3/13/15 10:27 PM, Marcos Zolnowski wrote: Appearances can be deceiving, when I see the link http://maven.apache.org/plugins/maven-javadoc-plugin/team-list.html, there seems to be an army of developers. Now I am aware of the reality of Maven, Not really ...Okhere

Re: What is going on with maven-javadoc-plugin?

2015-03-12 Thread Baptiste Mathus
Just ich scratching and limited time, that's how OSS works. Generally, if (like here) the code is moreover already committed, *kindly* asking for a release on the dev ML can do the trick. HTH 2015-03-13 2:38 GMT+01:00 Marcos Zolnowski marcos.zolnow...@yahoo.com.invalid: From:

What is going on with maven-javadoc-plugin?

2015-03-12 Thread Marcos Zolnowski
From: http://jira.codehaus.org/browse/MJAVADOC-365?focusedCommentId=363324page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-363324It has been about 6 months now since the last activity here. I wonder, what can be done with respect to getting a 2.11 or 2.10.2 version

Re: maven-javadoc-plugin: resource folders interpreted as illegal package names

2014-11-06 Thread Curtis Rueden
org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:jar (attach-javadocs) on project imagej-javadoc: MavenReportException: Error while creating archive: [ERROR] Exit code: 1 - javadoc: error - Illegal package name: script-templates.Java I tried adding excludePackageNamesscript-templates

maven-javadoc-plugin: resource folders interpreted as illegal package names

2014-11-05 Thread Curtis Rueden
package naming conventions. So my build ultimately fails with: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:jar (attach-javadocs) on project imagej-javadoc: MavenReportException: Error while creating archive: [ERROR] Exit code: 1 - javadoc: error - Illegal package

Javadoc plugin parsing problem

2014-10-23 Thread Michal Konopa
Hello all, I'm experimenting a little bit with aggregating Javadoc from dependency sources - according to: http://maven.apache.org/plugins/maven-javadoc-plugin/examples/aggregate-dependency-sources.html document. I put the Javadoc plugin inside build tag of my POM : plugin

Re: Javadoc plugin parsing problem

2014-10-23 Thread Stuart McCulloch
On Wednesday, 22 October 2014 at 14:08, Michal Konopa wrote: Hello all, I'm experimenting a little bit with aggregating Javadoc from dependency sources - according to: http://maven.apache.org/plugins/maven-javadoc-plugin/examples/aggregate-dependency-sources.html document. I put

[ANN] Maven Javadoc Plugin 2.10.1 released

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

maven-javadoc-plugin 2.10 upgrade breaks build

2014-09-25 Thread Steven Schlansker
I have a project that under javadoc plugin 2.9.1 works fine: [steven@Anesthetize:~/ot-code/otj-jaxrs](master↑1|✔)% mvn org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:jar … [INFO] [INFO] BUILD SUCCESS [INFO

RE: maven-javadoc-plugin 2.10 upgrade breaks build

2014-09-25 Thread cody.a.fyler
Subject: maven-javadoc-plugin 2.10 upgrade breaks build I have a project that under javadoc plugin 2.9.1 works fine: [steven@Anesthetize:~/ot-code/otj-jaxrs](master↑1|✔)% mvn org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:jar … [INFO

Re: maven-javadoc-plugin 2.10 upgrade breaks build

2014-09-25 Thread Anders Hammar
Grid Build Team G=Lending Grid Builds (515) – 441 - 0814 -Original Message- From: Steven Schlansker [mailto:stevenschlans...@gmail.com] Sent: Thursday, September 25, 2014 1:02 PM To: Maven Users List Subject: maven-javadoc-plugin 2.10 upgrade breaks build I have a project

  1   2   3   4   5   6   >