File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
its/core-it-suite/src/test/java/org/apache/maven/it Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 3232 *
3333 * @see <a href="https://github.com/mojohaus/flatten-maven-plugin">flatten-maven-plugin</a>
3434 */
35- public class MavenITgh11399FlattenPluginParentCycleTest extends AbstractMavenIntegrationTestCase {
36-
37- public MavenITgh11399FlattenPluginParentCycleTest () {
38- super ("(4.0.0-rc-3,)" );
39- }
35+ class MavenITgh11399FlattenPluginParentCycleTest extends AbstractMavenIntegrationTestCase {
4036
4137 /**
4238 * Verify that flatten-maven-plugin with updatePomFile=true and parent expansion
@@ -48,7 +44,7 @@ public MavenITgh11399FlattenPluginParentCycleTest() {
4844 * @throws Exception in case of failure
4945 */
5046 @ Test
51- public void testFlattenPluginWithParentExpansionDoesNotCauseCycle () throws Exception {
47+ void testFlattenPluginWithParentExpansionDoesNotCauseCycle () throws Exception {
5248 File testDir = extractResources ("/gh-11399-flatten-plugin-parent-cycle" );
5349
5450 Verifier verifier = newVerifier (testDir .getAbsolutePath ());
You can’t perform that action at this time.
0 commit comments