/testability-explorer/runAboutReport.sh
http://testability-explorer.googlecode.com/ · Shell · 4 lines · 4 code · 0 blank · 0 comment · 2 complexity · 0cfb8a408cb34f26949f258945ffded4 MD5 · raw file
- 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