interference
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 d8c836b..0dc1b1c 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 @@
      * @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;
         }