Skip to content

Commit

Permalink
CAUTION NOT WORKING!
Browse files Browse the repository at this point in the history
Moved Maven plugin IT to resp. package
  • Loading branch information
ascheman committed Nov 20, 2024
1 parent edd1613 commit 14f2a05
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.aim42.htmlSanityCheck.it;
package org.aim42.htmlSanityCheck.maven.it;

import com.soebes.itf.jupiter.extension.MavenJupiterExtension;
import com.soebes.itf.jupiter.extension.MavenTest;
Expand All @@ -7,6 +7,7 @@
import com.soebes.itf.jupiter.maven.MavenExecutionResult;

import static com.soebes.itf.extension.assertj.MavenITAssertions.assertThat;
import static org.hamcrest.MatcherAssert.assertThat;

@MavenJupiterExtension
public class MavenIT {
Expand Down

0 comments on commit 14f2a05

Please sign in to comment.