Skip to content

Commit df37b65

Browse files
authored
chore: remove checkstyle plugin from pom after shared config update (#141)
1 parent e9bd4bc commit df37b65

File tree

1 file changed

+7
-23
lines changed

1 file changed

+7
-23
lines changed

pom.xml

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -200,31 +200,15 @@
200200
<pluginManagement>
201201
<plugins>
202202
<plugin>
203-
<artifactId>maven-compiler-plugin</artifactId>
204-
<version>3.5.1</version>
205-
<configuration>
206-
<source>1.7</source>
207-
<target>1.7</target>
208-
<encoding>UTF-8</encoding>
209-
<compilerArgument>-Xlint:unchecked</compilerArgument>
210-
</configuration>
211-
</plugin>
212-
213-
<plugin>
214-
<groupId>org.apache.maven.plugins</groupId>
215-
<artifactId>maven-checkstyle-plugin</artifactId>
203+
<artifactId>maven-compiler-plugin</artifactId>
204+
<version>3.5.1</version>
216205
<configuration>
217-
<sourceDirectories>
218-
<!-- TODO: pull this into google-cloud-shared-config -->
219-
<!-- Explicitly set the source directory to avoid running checkstyle on generated sources. -->
220-
<sourceDirectory>src/main/java</sourceDirectory>
221-
</sourceDirectories>
222-
<testSourceDirectories>
223-
<testSourceDirectory>src/test/java</testSourceDirectory>
224-
</testSourceDirectories>
206+
<source>1.7</source>
207+
<target>1.7</target>
208+
<encoding>UTF-8</encoding>
209+
<compilerArgument>-Xlint:unchecked</compilerArgument>
225210
</configuration>
226-
</plugin>
227-
211+
</plugin>
228212
</plugins>
229213
</pluginManagement>
230214

0 commit comments

Comments
 (0)