We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97eff79 commit aea39ceCopy full SHA for aea39ce
docs/getting-starting.md
@@ -27,7 +27,7 @@ Getting started:
27
cd examples/Math-issue-280
28
mvn clean compile test # compiling and running bug example
29
cd ../../
30
- mvn dependency:build-classpath | egrep -v "(^\[INFO\]|^\[WARNING\])" | tee /tmp/astor-classpath.txt
+ mvn dependency:build-classpath -B | egrep -v "(^\[INFO\]|^\[WARNING\])" | tee /tmp/astor-classpath.txt
31
cat /tmp/astor-classpath.txt
32
33
Then the main command (note that the "location" argument is mandatory, and must be an absolute path):
0 commit comments