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- <dependency > <!-- Hard code a jar we can try to load templates from; see TestGroupsFromCLASSPATH.java -->
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 >
5463 <groupId >org.antlr</groupId >
5564 <artifactId >ST4-testjar</artifactId >
56- <version >1.0</version >
57- <scope >system</scope >
58- <systemPath >${basedir} /test/test.jar</systemPath >
65+ <version >1.0.0</version >
66+ <scope >test</scope >
5967 </dependency >
6068 </dependencies >
6169
You can’t perform that action at this time.
0 commit comments