Skip to content

Commit a757042

Browse files
committed
moved checkstyle run to parent for all modules
1 parent 879d2ba commit a757042

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

json-schema/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
<groupId>org.apache.maven.plugins</groupId>
1818
<artifactId>maven-compiler-plugin</artifactId>
1919
</plugin>
20-
21-
<plugin>
22-
<groupId>org.apache.maven.plugins</groupId>
23-
<artifactId>maven-checkstyle-plugin</artifactId>
24-
</plugin>
2520
</plugins>
2621
</build>
2722

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,11 @@
287287
</dependency>
288288
</dependencies>
289289
</plugin>
290+
291+
<plugin>
292+
<groupId>org.apache.maven.plugins</groupId>
293+
<artifactId>maven-checkstyle-plugin</artifactId>
294+
</plugin>
290295
</plugins>
291296
</build>
292297

0 commit comments

Comments
 (0)