File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 <artifactId >javacc-maven-plugin</artifactId >
6060 <executions >
6161 <execution >
62+ <id >Build CelestaSQL parser</id >
6263 <goals >
6364 <goal >javacc</goal >
6465 </goals >
6566 <configuration >
6667 <includes >
67- <include >FilterParser.jj</include >
6868 <include >CelestaParser.jj</include >
6969 </includes >
7070 </configuration >
7171 </execution >
72+ <execution >
73+ <id >Build Filter parser</id >
74+ <goals >
75+ <goal >javacc</goal >
76+ </goals >
77+ <configuration >
78+ <includes >
79+ <include >FilterParser.jj</include >
80+ </includes >
81+ </configuration >
82+ </execution >
7283 </executions >
7384 </plugin >
7485 <plugin >
Original file line number Diff line number Diff line change 7272 <!-- plugin versions -->
7373 <spotbugs .maven.plugin.version>4.8.6.6</spotbugs .maven.plugin.version>
7474 <jacoco .version>0.8.12</jacoco .version>
75- <javacc .maven.plugin.version>3.1.0 </javacc .maven.plugin.version>
75+ <javacc .maven.plugin.version>3.1.1 </javacc .maven.plugin.version>
7676 <maven .assembly.plugin.version>3.7.1</maven .assembly.plugin.version>
7777 <maven .checkstyle.plugin.version>3.6.0</maven .checkstyle.plugin.version>
7878 <maven .compiler.plugin.version>3.13.0</maven .compiler.plugin.version>
You can’t perform that action at this time.
0 commit comments