File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747 <groupId >org.eluder.coveralls</groupId >
4848 <artifactId >coveralls-maven-plugin</artifactId >
4949 <configuration >
50- <sourceEncoding >UTF-8</sourceEncoding >
51- <sourceDirectories >
52- <sourceDirectory >${project.basedir} /modules/parser/target/generated-sources/antlr3</sourceDirectory >
53- </sourceDirectories >
50+ <skip >true</skip >
5451 </configuration >
5552 </plugin >
5653 </plugins >
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 >
300303 </configuration >
301304 </plugin >
302305 <plugin >
You can’t perform that action at this time.
0 commit comments