Skip to content

Commit 110b69a

Browse files
committed
Fix IT compilation
1 parent f142196 commit 110b69a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

its/core-it-suite/src/test/java/org/apache/maven/it/MavenITgh11399FlattenPluginParentCycleTest.java

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@
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());

0 commit comments

Comments
 (0)