File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 <version >3.5.2</version >
5151 <scope >compile</scope >
5252 </dependency >
53- <!--
54- Include prepared jar so we can try to load templates from it; see TestGroupsFromCLASSPATH.java
55-
56- Run:
57-
58- mvn install:install-file -Dfile=test/test.jar -DgroupId=org.antlr -DartifactId=ST4-testjar -Dversion=1.0.0 -Dpackaging=jar
59-
60- to install test jar in order to run tests
61- -->
62- <dependency >
63- <groupId >org.antlr</groupId >
64- <artifactId >ST4-testjar</artifactId >
65- <version >1.0.0</version >
66- <scope >test</scope >
67- </dependency >
6853 </dependencies >
6954
7055 <properties >
11499 <version >2.22.0</version >
115100 <configuration >
116101 <argLine >-Dfile.encoding=UTF-8</argLine >
102+ <additionalClasspathElements >
103+ <!-- Include prepared jar so we can try to load templates from it;
104+ see TestGroupsFromCLASSPATH.java -->
105+ <additionalClasspathElement >test/test.jar</additionalClasspathElement >
106+ </additionalClasspathElements >
117107 </configuration >
118108 </plugin >
119109 <plugin >
You can’t perform that action at this time.
0 commit comments