Skip to content

Commit d042f13

Browse files
committed
Fix license header and checkstyle config recursively
1 parent c1ce204 commit d042f13

File tree

19 files changed

+44
-161
lines changed

19 files changed

+44
-161
lines changed

java-compiler-testing/src/it/avaje-http/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>java-compiler-testing-parent</artifactId>
2525
<version>@project.version@</version>
26+
<relativePath>../../../../pom.xml</relativePath>
2627
</parent>
2728

2829
<artifactId>acceptance-tests-avaje-http</artifactId>
@@ -81,14 +82,6 @@
8182
<groupId>org.apache.maven.plugins</groupId>
8283
<artifactId>maven-failsafe-plugin</artifactId>
8384
</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>
9285
</plugins>
9386
</build>
9487
</project>

java-compiler-testing/src/it/avaje-http/src/test/java/io/github/ascopes/jct/acceptancetests/avajehttp/AvajeHttpTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
*/
1616
package io.github.ascopes.jct.acceptancetests.avajehttp;
1717

18-
import static io.github.ascopes.jct.assertions.JctAssertions.assertThatCompilation;
19-
2018
import io.github.ascopes.jct.compilers.JctCompiler;
2119
import io.github.ascopes.jct.junit.JavacCompilerTest;
2220
import io.github.ascopes.jct.workspaces.Workspaces;

java-compiler-testing/src/it/avaje-inject/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>java-compiler-testing-parent</artifactId>
2525
<version>@project.version@</version>
26+
<relativePath>../../../../pom.xml</relativePath>
2627
</parent>
2728

2829
<artifactId>acceptance-tests-avaje-inject</artifactId>
@@ -73,14 +74,6 @@
7374
<plugin>
7475
<groupId>org.apache.maven.plugins</groupId>
7576
<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>
8578
</build>
8679
</project>

java-compiler-testing/src/it/avaje-jsonb/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>java-compiler-testing-parent</artifactId>
2525
<version>@project.version@</version>
26+
<relativePath>../../../../pom.xml</relativePath>
2627
</parent>
2728

2829
<artifactId>acceptance-tests-avaje-jsonb</artifactId>
@@ -81,14 +82,6 @@
8182
<plugin>
8283
<groupId>org.apache.maven.plugins</groupId>
8384
<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>
9386
</build>
9487
</project>

java-compiler-testing/src/it/checkerframework/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>java-compiler-testing-parent</artifactId>
2525
<version>@project.version@</version>
26+
<relativePath>../../../../pom.xml</relativePath>
2627
</parent>
2728

2829
<artifactId>acceptance-tests-checkerframework</artifactId>
@@ -88,15 +89,7 @@
8889
<plugin>
8990
<groupId>org.apache.maven.plugins</groupId>
9091
<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>
10093
</build>
10194

10295
<profiles>

java-compiler-testing/src/it/dagger/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>java-compiler-testing-parent</artifactId>
2525
<version>@project.version@</version>
26+
<relativePath>../../../../pom.xml</relativePath>
2627
</parent>
2728

2829
<artifactId>acceptance-tests-dagger</artifactId>
@@ -73,14 +74,6 @@
7374
<plugin>
7475
<groupId>org.apache.maven.plugins</groupId>
7576
<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>
8578
</build>
8679
</project>

java-compiler-testing/src/it/dogfood/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>java-compiler-testing-parent</artifactId>
2525
<version>@project.version@</version>
26+
<relativePath>../../../../pom.xml</relativePath>
2627
</parent>
2728

2829
<artifactId>acceptance-tests-dogfood</artifactId>
@@ -112,14 +113,6 @@
112113
<plugin>
113114
<groupId>org.apache.maven.plugins</groupId>
114115
<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>
124117
</build>
125118
</project>

java-compiler-testing/src/it/google-auto-factory/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>java-compiler-testing-parent</artifactId>
2525
<version>@project.version@</version>
26+
<relativePath>../../../../pom.xml</relativePath>
2627
</parent>
2728

2829
<artifactId>acceptance-tests-google-auto-factory</artifactId>
@@ -74,14 +75,6 @@
7475
<plugin>
7576
<groupId>org.apache.maven.plugins</groupId>
7677
<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>
8679
</build>
8780
</project>

java-compiler-testing/src/it/google-auto-service/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>java-compiler-testing-parent</artifactId>
2525
<version>@project.version@</version>
26+
<relativePath>../../../../pom.xml</relativePath>
2627
</parent>
2728

2829
<artifactId>acceptance-tests-google-auto-service</artifactId>
@@ -66,14 +67,6 @@
6667
<plugin>
6768
<groupId>org.apache.maven.plugins</groupId>
6869
<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>
7871
</build>
7972
</project>

java-compiler-testing/src/it/google-auto-value/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>java-compiler-testing-parent</artifactId>
2525
<version>@project.version@</version>
26+
<relativePath>../../../../pom.xml</relativePath>
2627
</parent>
2728

2829
<artifactId>acceptance-tests-google-auto-value</artifactId>
@@ -73,14 +74,6 @@
7374
<plugin>
7475
<groupId>org.apache.maven.plugins</groupId>
7576
<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>
8578
</build>
8679
</project>

java-compiler-testing/src/it/google-error-prone/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>java-compiler-testing-parent</artifactId>
2525
<version>@project.version@</version>
26+
<relativePath>../../../../pom.xml</relativePath>
2627
</parent>
2728

2829
<artifactId>acceptance-tests-google-error-prone</artifactId>
@@ -85,15 +86,7 @@
8586
<plugin>
8687
<groupId>org.apache.maven.plugins</groupId>
8788
<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>
9790
</build>
9891

9992
<profiles>

java-compiler-testing/src/it/immutables/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>java-compiler-testing-parent</artifactId>
2525
<version>@project.version@</version>
26+
<relativePath>../../../../pom.xml</relativePath>
2627
</parent>
2728

2829
<artifactId>acceptance-tests-immutables</artifactId>
@@ -66,14 +67,6 @@
6667
<plugin>
6768
<groupId>org.apache.maven.plugins</groupId>
6869
<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>
7871
</build>
7972
</project>

java-compiler-testing/src/it/lombok/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>java-compiler-testing-parent</artifactId>
2525
<version>@project.version@</version>
26+
<relativePath>../../../../pom.xml</relativePath>
2627
</parent>
2728

2829
<artifactId>acceptance-tests-lombok</artifactId>
@@ -66,14 +67,6 @@
6667
<plugin>
6768
<groupId>org.apache.maven.plugins</groupId>
6869
<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>
7871
</build>
7972
</project>

java-compiler-testing/src/it/mapstruct/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>java-compiler-testing-parent</artifactId>
2525
<version>@project.version@</version>
26+
<relativePath>../../../../pom.xml</relativePath>
2627
</parent>
2728

2829
<artifactId>acceptance-tests-mapstruct</artifactId>
@@ -73,14 +74,6 @@
7374
<plugin>
7475
<groupId>org.apache.maven.plugins</groupId>
7576
<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>
8578
</build>
8679
</project>

java-compiler-testing/src/it/micronaut/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>java-compiler-testing-parent</artifactId>
2525
<version>@project.version@</version>
26+
<relativePath>../../../../pom.xml</relativePath>
2627
</parent>
2728

2829
<artifactId>acceptance-tests-micronaut</artifactId>
@@ -91,14 +92,6 @@
9192
<plugin>
9293
<groupId>org.apache.maven.plugins</groupId>
9394
<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>
10396
</build>
10497
</project>

java-compiler-testing/src/it/serviceloader-jpms/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>java-compiler-testing-parent</artifactId>
2525
<version>@project.version@</version>
26+
<relativePath>../../../../pom.xml</relativePath>
2627
</parent>
2728

2829
<artifactId>acceptance-tests-serviceloader-jpms</artifactId>
@@ -55,14 +56,6 @@
5556
<plugin>
5657
<groupId>org.apache.maven.plugins</groupId>
5758
<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>
6760
</build>
6861
</project>

java-compiler-testing/src/it/serviceloader/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>io.github.ascopes.jct</groupId>
2424
<artifactId>java-compiler-testing-parent</artifactId>
2525
<version>@project.version@</version>
26+
<relativePath>../../../../pom.xml</relativePath>
2627
</parent>
2728

2829
<artifactId>acceptance-tests-serviceloader</artifactId>
@@ -55,14 +56,6 @@
5556
<plugin>
5657
<groupId>org.apache.maven.plugins</groupId>
5758
<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>
6760
</build>
6861
</project>

0 commit comments

Comments
 (0)