Skip to content

Commit 57b116a

Browse files
authored
Update pom.xml
1 parent b6c7798 commit 57b116a

File tree

1 file changed

+0
-21
lines changed
  • javav2/example_code/transcribe

1 file changed

+0
-21
lines changed

javav2/example_code/transcribe/pom.xml

-21
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,6 @@
1414

1515
<build>
1616
<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>
3817
<plugin>
3918
<groupId>org.apache.maven.plugins</groupId>
4019
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)