jira-importer commented on issue #518: URL: https://github.com/apache/maven-javadoc-plugin/issues/518#issuecomment-2957332949
**[Alexander Shvets](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=shvets)** commented I also have problem with latest javadoc plugin (2.3) and maven 2.0.7, when I'm not behind the firewall. It cannot convert proxy port number ("") to int. This fragment fix the problem: \<reporting> \<plugins> \<plugin> \<groupId>org.apache.maven.plugins\</groupId> \<artifactId>maven-javadoc-plugin\</artifactId> <configuration> <proxyPort>0</proxyPort> </configuration> </plugin> </plugins> \</reporting> But it should be fixed programmatically. -- 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]
