We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6c7798 commit 57b116aCopy full SHA for 57b116a
javav2/example_code/transcribe/pom.xml
@@ -14,27 +14,6 @@
14
15
<build>
16
<plugins>
17
- <plugin>
18
- <groupId>org.apache.maven.plugins</groupId>
19
- <artifactId>maven-checkstyle-plugin</artifactId>
20
- <version>3.1.0</version>
21
- <configuration>
22
- <configLocation>check.xml</configLocation>
23
- <encoding>UTF-8</encoding>
24
- <consoleOutput>true</consoleOutput>
25
- <failsOnError>true</failsOnError>
26
- <linkXRef>false</linkXRef>
27
- </configuration>
28
- <executions>
29
- <execution>
30
- <id>validate</id>
31
- <phase>validate</phase>
32
- <goals>
33
- <goal>check</goal>
34
- </goals>
35
- </execution>
36
- </executions>
37
- </plugin>
38
<plugin>
39
<groupId>org.apache.maven.plugins</groupId>
40
<artifactId>maven-compiler-plugin</artifactId>
0 commit comments