/testability-explorer/runAboutReport.sh
Shell | 4 lines | 4 code | 0 blank | 0 comment | 2 complexity | 0cfb8a408cb34f26949f258945ffded4 MD5 | raw file
Possible License(s): Apache-2.0
- mvn -Dsurefire.useFile=false package && \
- java -jar target/core-1.3.2-SNAPSHOT-with-deps.jar -print about \
- -cp target/core-1.3.2-SNAPSHOT.jar:src/main/java com.google.test.metric.example > about.html && \
- open about.html