maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/AbstractMojoTestCase.java (6 lines): - line 82: * TODO: add a way to use the plugin POM for the lookup so that the user doesn't have to provide the a:g:v:goal - line 84: * TODO: standardize the execution of the mojo and looking at the results, but could simply have a template method - line 86: * TODO: need a way to look at the state of the mojo without adding getters, this could be where we finally specify - line 88: * TODO: create a standard directory structure for picking up POMs to make this even easier, we really just need a testing - line 185: // TODO is there a helper for this somewhere? - line 675: * TODO find out where this is probably done elsewhere maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/resources/TestResources.java (3 lines): - line 70: * TODO Provide alternative working directory naming for Windows, which still limits path names to ~250 charecters - line 89: // TODO ensure destination lastModified timestamp changes - line 145: // TODO do modern filesystems still have this silly lastModified resolution? maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/SilentLog.java (1 line): - line 327: // TODO Auto-generated method stub src/site/site.xml (1 line): - line 25: maven-plugin-testing-harness/src/main/java/org/apache/maven/api/plugin/testing/MojoExtension.java (1 line): - line 310: * TODO find out where this is probably done elsewhere maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/stubs/StubArtifactRepository.java (1 line): - line 177: // TODO Auto-generated method stub