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

   **[Jean-Claude 
Rouvinez](https://issues.apache.org/jira/secure/[email protected])**
 commented
   
   I experience the same phenomenon with 
\<artifactId>maven-javadoc-plugin\</artifactId> \<version>2.6\</version> and I 
haven't set the 'agregate' property (default is false).
   If I go back to \<version>2.2\</version> everything is alright.
   
   Here a part of the file pom.xml:
   
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>2.2</version>
         <configuration>
           <quiet>true</quiet>
           <show>protected</show>
           <links>
             <link>http://java.sun.com/javase/6/docs/api/</link>
             <link>http://java.sun.com/javaee/5/docs/api/</link>
           </links>
         </configuration>
       </plugin>
   
   


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