File tree Expand file tree Collapse file tree 3 files changed +16
-19
lines changed
prettier-maven-plugin-integration-tests/src/test/java/com/hubspot/maven/plugins/prettier
prettier-maven-plugin/src/main/java/com/hubspot/maven/plugins/prettier Expand file tree Collapse file tree 3 files changed +16
-19
lines changed Original file line number Diff line number Diff line change 1
1
package com .hubspot .maven .plugins .prettier ;
2
2
3
- import com .hubspot .maven .plugins .prettier .TestConfiguration .Goal ;
4
- import org .junit .jupiter .api .DynamicTest ;
5
- import org .junit .jupiter .api .TestFactory ;
3
+ import static org .assertj .core .api .Assertions .assertThat ;
6
4
5
+ import com .hubspot .maven .plugins .prettier .TestConfiguration .Goal ;
7
6
import java .util .Arrays ;
8
7
import java .util .stream .Stream ;
9
-
10
- import static org .assertj . core .api .Assertions . assertThat ;
8
+ import org . junit . jupiter . api . DynamicTest ;
9
+ import org .junit . jupiter .api .TestFactory ;
11
10
12
11
public class CheckMojoTest extends AbstractPrettierMojoTest {
13
12
Original file line number Diff line number Diff line change 1
1
package com .hubspot .maven .plugins .prettier ;
2
2
3
- import com .hubspot .maven .plugins .prettier .TestConfiguration .Goal ;
4
- import org .junit .jupiter .api .DynamicTest ;
5
- import org .junit .jupiter .api .TestFactory ;
3
+ import static org .assertj .core .api .Assertions .assertThat ;
6
4
5
+ import com .hubspot .maven .plugins .prettier .TestConfiguration .Goal ;
7
6
import java .util .Arrays ;
8
7
import java .util .stream .Stream ;
9
-
10
- import static org .assertj . core .api .Assertions . assertThat ;
8
+ import org . junit . jupiter . api . DynamicTest ;
9
+ import org .junit . jupiter .api .TestFactory ;
11
10
12
11
public class WriteMojoTest extends AbstractPrettierMojoTest {
13
12
Original file line number Diff line number Diff line change 5
5
import com .hubspot .maven .plugins .prettier .internal .OperatingSystemFamily ;
6
6
import com .hubspot .maven .plugins .prettier .internal .PrettierDownloader ;
7
7
import com .hubspot .maven .plugins .prettier .internal .PrettierPatcher ;
8
- import org .apache .maven .plugin .AbstractMojo ;
9
- import org .apache .maven .plugin .MojoExecutionException ;
10
- import org .apache .maven .plugin .MojoFailureException ;
11
- import org .apache .maven .plugin .descriptor .PluginDescriptor ;
12
- import org .apache .maven .plugins .annotations .Component ;
13
- import org .apache .maven .plugins .annotations .Parameter ;
14
- import org .apache .maven .project .MavenProject ;
15
-
16
- import javax .annotation .Nullable ;
17
8
import java .io .File ;
18
9
import java .io .IOException ;
19
10
import java .net .URL ;
24
15
import java .util .Arrays ;
25
16
import java .util .List ;
26
17
import java .util .Optional ;
18
+ import javax .annotation .Nullable ;
19
+ import org .apache .maven .plugin .AbstractMojo ;
20
+ import org .apache .maven .plugin .MojoExecutionException ;
21
+ import org .apache .maven .plugin .MojoFailureException ;
22
+ import org .apache .maven .plugin .descriptor .PluginDescriptor ;
23
+ import org .apache .maven .plugins .annotations .Component ;
24
+ import org .apache .maven .plugins .annotations .Parameter ;
25
+ import org .apache .maven .project .MavenProject ;
27
26
28
27
public abstract class PrettierArgs extends AbstractMojo {
29
28
/**
You can’t perform that action at this time.
0 commit comments