This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch scanner
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git


The following commit(s) were added to refs/heads/scanner by this push:
     new a11e5f5b interference
a11e5f5b is described below

commit a11e5f5bfc8db6df978d11725c35792377c3974f
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sun Jul 9 22:53:11 2023 -0400

    interference
---
 src/test/java/org/apache/maven/plugins/javadoc/JavadocReportTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/src/test/java/org/apache/maven/plugins/javadoc/JavadocReportTest.java 
b/src/test/java/org/apache/maven/plugins/javadoc/JavadocReportTest.java
index d8c836b8..0dc1b1ce 100644
--- a/src/test/java/org/apache/maven/plugins/javadoc/JavadocReportTest.java
+++ b/src/test/java/org/apache/maven/plugins/javadoc/JavadocReportTest.java
@@ -121,6 +121,7 @@ public class JavadocReportTest extends AbstractMojoTestCase 
{
      * @throws IOException if any
      */
     private void createTestRepo() throws IOException {
+        // TODO this is bad. Allows tests to interfere with each other, even 
between runs unless there's a maven clean
         if (TEST_REPO_CREATED) {
             return;
         }

Reply via email to