jira-importer commented on issue #715: URL: https://github.com/apache/maven-javadoc-plugin/issues/715#issuecomment-2957347811
**[Christian Schulte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=schulte77)** commented Example project demonstrating the issue. Executing 'mvn javadoc:test-javadoc' produces the following warnings. ``` 5 warnings [WARNING] Javadoc Warnings [WARNING] /tmp/mjavadoc-414/src/test/java/localhost/AppTest.java:3: error: package junit.framework does not exist [WARNING] import junit.framework.Test; [WARNING] ^ [WARNING] /tmp/mjavadoc-414/src/test/java/localhost/AppTest.java:4: error: package junit.framework does not exist [WARNING] import junit.framework.TestCase; [WARNING] ^ [WARNING] /tmp/mjavadoc-414/src/test/java/localhost/AppTest.java:5: error: package junit.framework does not exist [WARNING] import junit.framework.TestSuite; [WARNING] ^ [WARNING] /tmp/mjavadoc-414/src/test/java/localhost/AppTest.java:11: error: cannot find symbol [WARNING] extends TestCase [WARNING] ^ [WARNING] symbol: class TestCase [WARNING] /tmp/mjavadoc-414/src/test/java/localhost/AppTest.java:26: error: cannot find symbol [WARNING] public static Test suite() [WARNING] ^ [WARNING] symbol: class Test [WARNING] location: class AppTest ``` Downgrading the plugin to version '2.9.1' solves the 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
