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

   **[Jeffrey 
Hagelberg](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jnhagelb)**
 commented
   
   FYI - if you have a multi-module build, you can work around it by adding 
2.9.1 to the pluginManagement section in the root pom.xml, eg
   \<pluginManagement>
   \<plugins>
   \<plugin>
   \<groupId>org.apache.maven.plugins\</groupId>
   \<artifactId>maven-javadoc-plugin\</artifactId>
   \<version>2.9.1\</version>
   \</plugin>
   \</plugins>
   \</pluginManagement>
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to