Skip to content

Commit 742e0c0

Browse files
Remove TODO from deprecated classes
1 parent b83f900 commit 742e0c0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/AbstractMojoTestCase.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,6 @@
8080
import org.codehaus.plexus.util.xml.Xpp3DomBuilder;
8181

8282
/**
83-
* 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
84-
* as the role hint for the mojo lookup.
85-
* TODO: standardize the execution of the mojo and looking at the results, but could simply have a template method
86-
* for verifying the state of the mojo post execution
87-
* TODO: need a way to look at the state of the mojo without adding getters, this could be where we finally specify
88-
* the expressions which extract values from the mojo.
89-
* TODO: create a standard directory structure for picking up POMs to make this even easier, we really just need a testing
90-
* descriptor and make this entirely declarative!
91-
*
9283
* @deprecated As of version 3.4.0, it is advised to work with JUnit5 tests which do not
9384
* use this class but {@link MojoTest}
9485
* instead.

0 commit comments

Comments
 (0)