File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 4343 </execution >
4444 </executions >
4545 </plugin >
46- </plugins >
46+ <plugin >
47+ <groupId >org.eluder.coveralls</groupId >
48+ <artifactId >coveralls-maven-plugin</artifactId >
49+ <configuration >
50+ <sourceEncoding >UTF-8</sourceEncoding >
51+ <sourceDirectories >
52+ <sourceDirectory >${project.basedir} /modules/parser/target/generated-sources/antlr3</sourceDirectory >
53+ </sourceDirectories >
54+ </configuration >
55+ </plugin >
56+ </plugins >
4757 </build >
4858
4959</project >
Original file line number Diff line number Diff line change 297297 <version >${version.coveralls-maven-plugin} </version >
298298 <configuration >
299299 <sourceEncoding >UTF-8</sourceEncoding >
300- <sourceDirectories >
301- <sourceDirectory >${project.basedir} /modules/parser/target/generated-sources/antlr3</sourceDirectory >
302- </sourceDirectories >
303300 </configuration >
304301 </plugin >
305302 <plugin >
You can’t perform that action at this time.
0 commit comments