Stub for a MavenProject with a flat structure.
+ * + *TODO: shouldn't need to do this, but the "stub" in the harness just throws away values you set. + * Just overriding the ones I need for this plugin.
* * @author Maria Odea Ching */ diff --git a/maven-release-plugin/src/test/java/org/apache/maven/plugins/release/stubs/MavenProjectStub.java b/maven-release-plugin/src/test/java/org/apache/maven/plugins/release/stubs/MavenProjectStub.java index 63eefa4d0..8e377b798 100644 --- a/maven-release-plugin/src/test/java/org/apache/maven/plugins/release/stubs/MavenProjectStub.java +++ b/maven-release-plugin/src/test/java/org/apache/maven/plugins/release/stubs/MavenProjectStub.java @@ -23,13 +23,12 @@ import org.apache.maven.model.Model; /** - * Stub for MavenProject. - * - * TODO: shouldn't need to do this, but the "stub" in the harness just throws away values you set. - * Just overriding the ones I need for this plugin. + *Stub for MavenProject.
+ * + *TODO: shouldn't need to do this, but the "stub" in the harness just throws away values you set. + * Just overriding the ones I need for this plugin.
* * @author Brett Porter - * @noinspection ClassNameSameAsAncestorName */ public class MavenProjectStub extends org.apache.maven.plugin.testing.stubs.MavenProjectStub