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