File tree Expand file tree Collapse file tree 19 files changed +44
-161
lines changed
java-compiler-testing/src/it
src/test/java/io/github/ascopes/jct/acceptancetests/avajehttp Expand file tree Collapse file tree 19 files changed +44
-161
lines changed Original file line number Diff line number Diff line change 23
23
<groupId >io.github.ascopes.jct</groupId >
24
24
<artifactId >java-compiler-testing-parent</artifactId >
25
25
<version >@project.version@</version >
26
+ <relativePath >../../../../pom.xml</relativePath >
26
27
</parent >
27
28
28
29
<artifactId >acceptance-tests-avaje-http</artifactId >
81
82
<groupId >org.apache.maven.plugins</groupId >
82
83
<artifactId >maven-failsafe-plugin</artifactId >
83
84
</plugin >
84
-
85
- <plugin >
86
- <groupId >com.mycila</groupId >
87
- <artifactId >license-maven-plugin</artifactId >
88
- <configuration >
89
- <skip >true</skip >
90
- </configuration >
91
- </plugin >
92
85
</plugins >
93
86
</build >
94
87
</project >
Original file line number Diff line number Diff line change 15
15
*/
16
16
package io .github .ascopes .jct .acceptancetests .avajehttp ;
17
17
18
- import static io .github .ascopes .jct .assertions .JctAssertions .assertThatCompilation ;
19
-
20
18
import io .github .ascopes .jct .compilers .JctCompiler ;
21
19
import io .github .ascopes .jct .junit .JavacCompilerTest ;
22
20
import io .github .ascopes .jct .workspaces .Workspaces ;
Original file line number Diff line number Diff line change 23
23
<groupId >io.github.ascopes.jct</groupId >
24
24
<artifactId >java-compiler-testing-parent</artifactId >
25
25
<version >@project.version@</version >
26
+ <relativePath >../../../../pom.xml</relativePath >
26
27
</parent >
27
28
28
29
<artifactId >acceptance-tests-avaje-inject</artifactId >
73
74
<plugin >
74
75
<groupId >org.apache.maven.plugins</groupId >
75
76
<artifactId >maven-failsafe-plugin</artifactId >
76
- </plugin >
77
- <plugin >
78
- <groupId >com.mycila</groupId >
79
- <artifactId >license-maven-plugin</artifactId >
80
- <configuration >
81
- <skip >true</skip >
82
- </configuration >
83
- </plugin >
84
- </plugins >
77
+ </plugin > </plugins >
85
78
</build >
86
79
</project >
Original file line number Diff line number Diff line change 23
23
<groupId >io.github.ascopes.jct</groupId >
24
24
<artifactId >java-compiler-testing-parent</artifactId >
25
25
<version >@project.version@</version >
26
+ <relativePath >../../../../pom.xml</relativePath >
26
27
</parent >
27
28
28
29
<artifactId >acceptance-tests-avaje-jsonb</artifactId >
81
82
<plugin >
82
83
<groupId >org.apache.maven.plugins</groupId >
83
84
<artifactId >maven-failsafe-plugin</artifactId >
84
- </plugin >
85
- <plugin >
86
- <groupId >com.mycila</groupId >
87
- <artifactId >license-maven-plugin</artifactId >
88
- <configuration >
89
- <skip >true</skip >
90
- </configuration >
91
- </plugin >
92
- </plugins >
85
+ </plugin > </plugins >
93
86
</build >
94
87
</project >
Original file line number Diff line number Diff line change 23
23
<groupId >io.github.ascopes.jct</groupId >
24
24
<artifactId >java-compiler-testing-parent</artifactId >
25
25
<version >@project.version@</version >
26
+ <relativePath >../../../../pom.xml</relativePath >
26
27
</parent >
27
28
28
29
<artifactId >acceptance-tests-checkerframework</artifactId >
88
89
<plugin >
89
90
<groupId >org.apache.maven.plugins</groupId >
90
91
<artifactId >maven-failsafe-plugin</artifactId >
91
- </plugin >
92
- <plugin >
93
- <groupId >com.mycila</groupId >
94
- <artifactId >license-maven-plugin</artifactId >
95
- <configuration >
96
- <skip >true</skip >
97
- </configuration >
98
- </plugin >
99
- </plugins >
92
+ </plugin > </plugins >
100
93
</build >
101
94
102
95
<profiles >
Original file line number Diff line number Diff line change 23
23
<groupId >io.github.ascopes.jct</groupId >
24
24
<artifactId >java-compiler-testing-parent</artifactId >
25
25
<version >@project.version@</version >
26
+ <relativePath >../../../../pom.xml</relativePath >
26
27
</parent >
27
28
28
29
<artifactId >acceptance-tests-dagger</artifactId >
73
74
<plugin >
74
75
<groupId >org.apache.maven.plugins</groupId >
75
76
<artifactId >maven-failsafe-plugin</artifactId >
76
- </plugin >
77
- <plugin >
78
- <groupId >com.mycila</groupId >
79
- <artifactId >license-maven-plugin</artifactId >
80
- <configuration >
81
- <skip >true</skip >
82
- </configuration >
83
- </plugin >
84
- </plugins >
77
+ </plugin > </plugins >
85
78
</build >
86
79
</project >
Original file line number Diff line number Diff line change 23
23
<groupId >io.github.ascopes.jct</groupId >
24
24
<artifactId >java-compiler-testing-parent</artifactId >
25
25
<version >@project.version@</version >
26
+ <relativePath >../../../../pom.xml</relativePath >
26
27
</parent >
27
28
28
29
<artifactId >acceptance-tests-dogfood</artifactId >
112
113
<plugin >
113
114
<groupId >org.apache.maven.plugins</groupId >
114
115
<artifactId >maven-failsafe-plugin</artifactId >
115
- </plugin >
116
- <plugin >
117
- <groupId >com.mycila</groupId >
118
- <artifactId >license-maven-plugin</artifactId >
119
- <configuration >
120
- <skip >true</skip >
121
- </configuration >
122
- </plugin >
123
- </plugins >
116
+ </plugin > </plugins >
124
117
</build >
125
118
</project >
Original file line number Diff line number Diff line change 23
23
<groupId >io.github.ascopes.jct</groupId >
24
24
<artifactId >java-compiler-testing-parent</artifactId >
25
25
<version >@project.version@</version >
26
+ <relativePath >../../../../pom.xml</relativePath >
26
27
</parent >
27
28
28
29
<artifactId >acceptance-tests-google-auto-factory</artifactId >
74
75
<plugin >
75
76
<groupId >org.apache.maven.plugins</groupId >
76
77
<artifactId >maven-failsafe-plugin</artifactId >
77
- </plugin >
78
- <plugin >
79
- <groupId >com.mycila</groupId >
80
- <artifactId >license-maven-plugin</artifactId >
81
- <configuration >
82
- <skip >true</skip >
83
- </configuration >
84
- </plugin >
85
- </plugins >
78
+ </plugin > </plugins >
86
79
</build >
87
80
</project >
Original file line number Diff line number Diff line change 23
23
<groupId >io.github.ascopes.jct</groupId >
24
24
<artifactId >java-compiler-testing-parent</artifactId >
25
25
<version >@project.version@</version >
26
+ <relativePath >../../../../pom.xml</relativePath >
26
27
</parent >
27
28
28
29
<artifactId >acceptance-tests-google-auto-service</artifactId >
66
67
<plugin >
67
68
<groupId >org.apache.maven.plugins</groupId >
68
69
<artifactId >maven-failsafe-plugin</artifactId >
69
- </plugin >
70
- <plugin >
71
- <groupId >com.mycila</groupId >
72
- <artifactId >license-maven-plugin</artifactId >
73
- <configuration >
74
- <skip >true</skip >
75
- </configuration >
76
- </plugin >
77
- </plugins >
70
+ </plugin > </plugins >
78
71
</build >
79
72
</project >
Original file line number Diff line number Diff line change 23
23
<groupId >io.github.ascopes.jct</groupId >
24
24
<artifactId >java-compiler-testing-parent</artifactId >
25
25
<version >@project.version@</version >
26
+ <relativePath >../../../../pom.xml</relativePath >
26
27
</parent >
27
28
28
29
<artifactId >acceptance-tests-google-auto-value</artifactId >
73
74
<plugin >
74
75
<groupId >org.apache.maven.plugins</groupId >
75
76
<artifactId >maven-failsafe-plugin</artifactId >
76
- </plugin >
77
- <plugin >
78
- <groupId >com.mycila</groupId >
79
- <artifactId >license-maven-plugin</artifactId >
80
- <configuration >
81
- <skip >true</skip >
82
- </configuration >
83
- </plugin >
84
- </plugins >
77
+ </plugin > </plugins >
85
78
</build >
86
79
</project >
Original file line number Diff line number Diff line change 23
23
<groupId >io.github.ascopes.jct</groupId >
24
24
<artifactId >java-compiler-testing-parent</artifactId >
25
25
<version >@project.version@</version >
26
+ <relativePath >../../../../pom.xml</relativePath >
26
27
</parent >
27
28
28
29
<artifactId >acceptance-tests-google-error-prone</artifactId >
85
86
<plugin >
86
87
<groupId >org.apache.maven.plugins</groupId >
87
88
<artifactId >maven-failsafe-plugin</artifactId >
88
- </plugin >
89
- <plugin >
90
- <groupId >com.mycila</groupId >
91
- <artifactId >license-maven-plugin</artifactId >
92
- <configuration >
93
- <skip >true</skip >
94
- </configuration >
95
- </plugin >
96
- </plugins >
89
+ </plugin > </plugins >
97
90
</build >
98
91
99
92
<profiles >
Original file line number Diff line number Diff line change 23
23
<groupId >io.github.ascopes.jct</groupId >
24
24
<artifactId >java-compiler-testing-parent</artifactId >
25
25
<version >@project.version@</version >
26
+ <relativePath >../../../../pom.xml</relativePath >
26
27
</parent >
27
28
28
29
<artifactId >acceptance-tests-immutables</artifactId >
66
67
<plugin >
67
68
<groupId >org.apache.maven.plugins</groupId >
68
69
<artifactId >maven-failsafe-plugin</artifactId >
69
- </plugin >
70
- <plugin >
71
- <groupId >com.mycila</groupId >
72
- <artifactId >license-maven-plugin</artifactId >
73
- <configuration >
74
- <skip >true</skip >
75
- </configuration >
76
- </plugin >
77
- </plugins >
70
+ </plugin > </plugins >
78
71
</build >
79
72
</project >
Original file line number Diff line number Diff line change 23
23
<groupId >io.github.ascopes.jct</groupId >
24
24
<artifactId >java-compiler-testing-parent</artifactId >
25
25
<version >@project.version@</version >
26
+ <relativePath >../../../../pom.xml</relativePath >
26
27
</parent >
27
28
28
29
<artifactId >acceptance-tests-lombok</artifactId >
66
67
<plugin >
67
68
<groupId >org.apache.maven.plugins</groupId >
68
69
<artifactId >maven-failsafe-plugin</artifactId >
69
- </plugin >
70
- <plugin >
71
- <groupId >com.mycila</groupId >
72
- <artifactId >license-maven-plugin</artifactId >
73
- <configuration >
74
- <skip >true</skip >
75
- </configuration >
76
- </plugin >
77
- </plugins >
70
+ </plugin > </plugins >
78
71
</build >
79
72
</project >
Original file line number Diff line number Diff line change 23
23
<groupId >io.github.ascopes.jct</groupId >
24
24
<artifactId >java-compiler-testing-parent</artifactId >
25
25
<version >@project.version@</version >
26
+ <relativePath >../../../../pom.xml</relativePath >
26
27
</parent >
27
28
28
29
<artifactId >acceptance-tests-mapstruct</artifactId >
73
74
<plugin >
74
75
<groupId >org.apache.maven.plugins</groupId >
75
76
<artifactId >maven-failsafe-plugin</artifactId >
76
- </plugin >
77
- <plugin >
78
- <groupId >com.mycila</groupId >
79
- <artifactId >license-maven-plugin</artifactId >
80
- <configuration >
81
- <skip >true</skip >
82
- </configuration >
83
- </plugin >
84
- </plugins >
77
+ </plugin > </plugins >
85
78
</build >
86
79
</project >
Original file line number Diff line number Diff line change 23
23
<groupId >io.github.ascopes.jct</groupId >
24
24
<artifactId >java-compiler-testing-parent</artifactId >
25
25
<version >@project.version@</version >
26
+ <relativePath >../../../../pom.xml</relativePath >
26
27
</parent >
27
28
28
29
<artifactId >acceptance-tests-micronaut</artifactId >
91
92
<plugin >
92
93
<groupId >org.apache.maven.plugins</groupId >
93
94
<artifactId >maven-failsafe-plugin</artifactId >
94
- </plugin >
95
- <plugin >
96
- <groupId >com.mycila</groupId >
97
- <artifactId >license-maven-plugin</artifactId >
98
- <configuration >
99
- <skip >true</skip >
100
- </configuration >
101
- </plugin >
102
- </plugins >
95
+ </plugin > </plugins >
103
96
</build >
104
97
</project >
Original file line number Diff line number Diff line change 23
23
<groupId >io.github.ascopes.jct</groupId >
24
24
<artifactId >java-compiler-testing-parent</artifactId >
25
25
<version >@project.version@</version >
26
+ <relativePath >../../../../pom.xml</relativePath >
26
27
</parent >
27
28
28
29
<artifactId >acceptance-tests-serviceloader-jpms</artifactId >
55
56
<plugin >
56
57
<groupId >org.apache.maven.plugins</groupId >
57
58
<artifactId >maven-failsafe-plugin</artifactId >
58
- </plugin >
59
- <plugin >
60
- <groupId >com.mycila</groupId >
61
- <artifactId >license-maven-plugin</artifactId >
62
- <configuration >
63
- <skip >true</skip >
64
- </configuration >
65
- </plugin >
66
- </plugins >
59
+ </plugin > </plugins >
67
60
</build >
68
61
</project >
Original file line number Diff line number Diff line change 23
23
<groupId >io.github.ascopes.jct</groupId >
24
24
<artifactId >java-compiler-testing-parent</artifactId >
25
25
<version >@project.version@</version >
26
+ <relativePath >../../../../pom.xml</relativePath >
26
27
</parent >
27
28
28
29
<artifactId >acceptance-tests-serviceloader</artifactId >
55
56
<plugin >
56
57
<groupId >org.apache.maven.plugins</groupId >
57
58
<artifactId >maven-failsafe-plugin</artifactId >
58
- </plugin >
59
- <plugin >
60
- <groupId >com.mycila</groupId >
61
- <artifactId >license-maven-plugin</artifactId >
62
- <configuration >
63
- <skip >true</skip >
64
- </configuration >
65
- </plugin >
66
- </plugins >
59
+ </plugin > </plugins >
67
60
</build >
68
61
</project >
You can’t perform that action at this time.
0 commit comments