Skip to content

Commit c656ad9

Browse files
authored
Fixes for #4552: mvn clean test broken. (#4553)
Fixed regression in build using Maven tester.
1 parent 7a8ee81 commit c656ad9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

javacc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
3-
<artifactId>antlr4</artifactId>
3+
<artifactId>javacc</artifactId>
44
<packaging>jar</packaging>
55
<name>Javacc grammar</name>
66
<parent>

protobuf/protobuf3/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
<configuration>
3939
<verbose>false</verbose>
4040
<showTree>false</showTree>
41-
<entryPoint>proto</entryPoint>
41+
<entryPoint>twoPassParse</entryPoint>
4242
<grammarName>Protobuf3</grammarName>
4343
<packageName></packageName>
44-
<exampleFiles>examples/</exampleFiles>
44+
<exampleFiles></exampleFiles>
4545
</configuration>
4646
<executions>
4747
<execution>

0 commit comments

Comments
 (0)