Skip to content

Commit 082d9db

Browse files
authored
Remove error prone from individual pom files. (GoogleCloudPlatform#3068)
Fixes GoogleCloudPlatform#2998 - [ ] Tests pass (`mvn -P lint clean verify`) * (Note- `Checkstyle` passing is required; `Spotbugs`, `ErrorProne`, `PMD`, etc. `ERROR`'s are advisory only)
1 parent b4d608a commit 082d9db

File tree

4 files changed

+0
-54
lines changed

4 files changed

+0
-54
lines changed

appengine-java8/iap/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,6 @@ Copyright 2017 Google Inc.
5252
<groupId>org.apache.maven.plugins</groupId>
5353
<artifactId>maven-compiler-plugin</artifactId>
5454
<version>3.8.1</version>
55-
<configuration>
56-
<compilerArgs>
57-
<arg>-XDcompilePolicy=simple</arg>
58-
<arg>-Xplugin:ErrorProne</arg>
59-
</compilerArgs>
60-
<annotationProcessorPaths>
61-
<path>
62-
<groupId>com.google.errorprone</groupId>
63-
<artifactId>error_prone_core</artifactId>
64-
<version>2.4.0</version>
65-
</path>
66-
</annotationProcessorPaths>
67-
</configuration>
6855
</plugin>
6956
<plugin>
7057
<groupId>com.google.cloud.tools</groupId>

compute/mailjet/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -91,21 +91,6 @@
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<artifactId>maven-compiler-plugin</artifactId>
9393
<version>3.8.1</version>
94-
<configuration>
95-
<source>1.8</source>
96-
<target>1.8</target>
97-
<compilerArgs>
98-
<arg>-XDcompilePolicy=simple</arg>
99-
<arg>-Xplugin:ErrorProne</arg>
100-
</compilerArgs>
101-
<annotationProcessorPaths>
102-
<path>
103-
<groupId>com.google.errorprone</groupId>
104-
<artifactId>error_prone_core</artifactId>
105-
<version>2.4.0</version>
106-
</path>
107-
</annotationProcessorPaths>
108-
</configuration>
10994
</plugin>
11095
</plugins>
11196
</build>

endpoints/getting-started/clients/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,6 @@
4343
<groupId>org.apache.maven.plugins</groupId>
4444
<artifactId>maven-compiler-plugin</artifactId>
4545
<version>3.8.1</version>
46-
<configuration>
47-
<compilerArgs>
48-
<arg>-XDcompilePolicy=simple</arg>
49-
<arg>-Xplugin:ErrorProne</arg>
50-
</compilerArgs>
51-
<annotationProcessorPaths>
52-
<path>
53-
<groupId>com.google.errorprone</groupId>
54-
<artifactId>error_prone_core</artifactId>
55-
<version>2.4.0</version>
56-
</path>
57-
</annotationProcessorPaths>
58-
</configuration>
5946
</plugin>
6047

6148
<plugin>

language/analysis/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -107,19 +107,6 @@ limitations under the License.
107107
<groupId>org.apache.maven.plugins</groupId>
108108
<artifactId>maven-compiler-plugin</artifactId>
109109
<version>3.8.1</version>
110-
<configuration>
111-
<compilerArgs>
112-
<arg>-XDcompilePolicy=simple</arg>
113-
<arg>-Xplugin:ErrorProne</arg>
114-
</compilerArgs>
115-
<annotationProcessorPaths>
116-
<path>
117-
<groupId>com.google.errorprone</groupId>
118-
<artifactId>error_prone_core</artifactId>
119-
<version>2.4.0</version>
120-
</path>
121-
</annotationProcessorPaths>
122-
</configuration>
123110
</plugin>
124111
</plugins>
125112
</build>

0 commit comments

Comments
 (0)