Skip to content

Commit abed3b1

Browse files
committed
use parent project settings for checkstyle
1 parent 2ab349f commit abed3b1

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

json-schema/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
<build>
1515
<plugins>
16+
1617
<plugin>
1718
<groupId>org.apache.maven.plugins</groupId>
1819
<artifactId>maven-compiler-plugin</artifactId>
@@ -24,6 +25,12 @@
2425
</compilerArgs>
2526
</configuration>
2627
</plugin>
28+
29+
<plugin>
30+
<groupId>org.apache.maven.plugins</groupId>
31+
<artifactId>maven-checkstyle-plugin</artifactId>
32+
</plugin>
33+
2734
</plugins>
2835
</build>
2936
<dependencies>

model/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@
143143
</executions>
144144
</plugin>
145145

146+
<plugin>
147+
<groupId>org.apache.maven.plugins</groupId>
148+
<artifactId>maven-checkstyle-plugin</artifactId>
149+
</plugin>
150+
146151
</plugins>
147152
</build>
148153

operator/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
</compilerArgs>
152152
</configuration>
153153
</plugin>
154+
154155
<plugin>
155156
<groupId>org.apache.maven.plugins</groupId>
156157
<artifactId>maven-failsafe-plugin</artifactId>
@@ -169,7 +170,6 @@
169170
</execution>
170171
</executions>
171172
</plugin>
172-
173173

174174
<plugin>
175175
<groupId>com.coveo</groupId>
@@ -185,6 +185,11 @@
185185
</executions>
186186
</plugin>
187187

188+
<plugin>
189+
<groupId>org.apache.maven.plugins</groupId>
190+
<artifactId>maven-checkstyle-plugin</artifactId>
191+
</plugin>
192+
188193
</plugins>
189194
</build>
190195

0 commit comments

Comments
 (0)