Skip to content

Commit 03e5735

Browse files
igorbernstein2kolea2
authored andcommitted
chore(deps): update google-cloud-shared-config (#42)
* chore (deps): update google-cloud-shared-config * override test dirs as well
1 parent 7efb716 commit 03e5735

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

pom.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud</groupId>
1616
<artifactId>google-cloud-shared-config</artifactId>
17-
<version>0.1.1</version>
17+
<version>0.2.1</version>
1818
</parent>
1919

2020
<developers>
@@ -353,6 +353,22 @@
353353
</annotationProcessorPaths>
354354
</configuration>
355355
</plugin>
356+
357+
<plugin>
358+
<groupId>org.apache.maven.plugins</groupId>
359+
<artifactId>maven-checkstyle-plugin</artifactId>
360+
<configuration>
361+
<sourceDirectories>
362+
<!-- TODO: pull this into google-cloud-shared-config -->
363+
<!-- Explicitly set the source directory to avoid running checkstyle on generated sources. -->
364+
<sourceDirectory>src/main/java</sourceDirectory>
365+
</sourceDirectories>
366+
<testSourceDirectories>
367+
<testSourceDirectory>src/test/java</testSourceDirectory>
368+
</testSourceDirectories>
369+
</configuration>
370+
</plugin>
371+
356372
</plugins>
357373
</pluginManagement>
358374
</build>

0 commit comments

Comments
 (0)