We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879d2ba commit a757042Copy full SHA for a757042
json-schema/pom.xml
@@ -17,11 +17,6 @@
17
<groupId>org.apache.maven.plugins</groupId>
18
<artifactId>maven-compiler-plugin</artifactId>
19
</plugin>
20
-
21
- <plugin>
22
- <groupId>org.apache.maven.plugins</groupId>
23
- <artifactId>maven-checkstyle-plugin</artifactId>
24
- </plugin>
25
</plugins>
26
</build>
27
pom.xml
@@ -287,6 +287,11 @@
287
</dependency>
288
</dependencies>
289
290
+
291
+ <plugin>
292
+ <groupId>org.apache.maven.plugins</groupId>
293
+ <artifactId>maven-checkstyle-plugin</artifactId>
294
+ </plugin>
295
296
297
0 commit comments