File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Resolving deltas: 100% (31898/31898), done.
39
39
Checking connectivity... done.
40
40
$ cd antlr4
41
41
$ export MAVEN_OPTS=" -Xmx1G" # don't forget this on linux
42
+ $ mvn clean # must be separate, not part of install/compile
42
43
$ mvn -DskipTests install
43
44
...
44
45
[INFO] ------------------------------------------------------------------------
@@ -61,7 +62,7 @@ $ mvn -DskipTests install
61
62
[INFO] ------------------------------------------------------------------------
62
63
```
63
64
64
- We do ` install ` not ` compile ` as tool tests and such refer to modules that must be pulled from the maven install local cache.
65
+ ** NOTE: ** We do ` install ` not ` compile ` as tool tests and such refer to modules that must be pulled from the maven install local cache.
65
66
66
67
# Installing libs to mvn cache locally
67
68
You can’t perform that action at this time.
0 commit comments