You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/10/24 16:27:42 UTC

[GitHub] [maven-plugin-tools] slawekjaranowski commented on pull request #156: [MPLUGIN-419] Fix documentation for maven-plugin-report-plugin

slawekjaranowski commented on PR #156:
URL: https://github.com/apache/maven-plugin-tools/pull/156#issuecomment-1289288261

   > I would suggest to move the examples links to the parent at https://github.com/apache/maven-plugin-tools/blob/master/src/site/site.xml so it is available in all modules (even in non-Maven plugin ones). WDYT?
   
   I can try in such way.
   
   @kwin can you look at build on jenkins ... 
   Maven site build is broken with error:
   ```
   javadoc: error - An internal exception has occurred. 
   	(java.lang.NullPointerException)
   Please file a bug against the javadoc tool via the Java bug reporting page
   (http://bugreport.java.com/) after checking the Bug Database (http://bugs.java.com/)
   for duplicates. Include error messages and the following diagnostic in your report. Thank you.
   java.lang.NullPointerException
   	at jdk.javadoc/jdk.javadoc.internal.doclets.toolkit.util.Utils.getFileObject(Utils.java:834)
   	at jdk.javadoc/jdk.javadoc.internal.doclets.formats.html.SourceToHTMLConverter.convertClass(SourceToHTMLConverter.java:176)
   	at jdk.javadoc/jdk.javadoc.internal.doclets.formats.html.SourceToHTMLConverter.generate(SourceToHTMLConverter.java:136)
   	at jdk.javadoc/jdk.javadoc.internal.doclets.formats.html.SourceToHTMLConverter.convertRoot(SourceToHTMLConverter.java:117)
   ```
   Very strange ....
   from build: https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-plugin-tools/job/master/60/
   
   on GitHub the same pass


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org