jira-importer commented on issue #445:
URL: 
https://github.com/apache/maven-javadoc-plugin/issues/445#issuecomment-2957327264

   
**[dlecan](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dlecan)**
 commented
   
   I have found why I doesn't work.
   
   My pom declares two uses of maven-javadoc-plugin :
   - 1 in \<build> section
   - 1 in \<reporting> section
   
   The first one was empty (no configuration) :
   
   \<build>
   ...
   \<plugin>
   \<artifactId>maven-javadoc-plugin\</artifactId>
   \</plugin
   ...
   
   The second one declared the real configuration :
   \<reporting>
   ...
   \<plugin>
   \<artifactId>maven-javadoc-plugin\</artifactId>
   \<version>2.1\</version>
   \<configuration>
   \<subpackages>
   my.package:my.package2
   \</subpackages>
   \</configuration>
   \</plugin>
   ...
   
   It seems to be related to MNG-1857 or MNG-1931.
   I'm sorry, I think you can fix and close this issue
   


-- 
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-unsubscr...@maven.apache.org

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

Reply via email to