Guest User

Untitled

a guest
Jul 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. // action 1: compiles the code
  2. clean install -B -U -DskipTests=True
  3. // action 2: run tests and generate coverage reports
  4. scoverage:check site -Ptest.coverage.scala,test.coverage -B
  5. // action 3: deploy code to nexus
  6. deploy -B -DskipTests=true
Add Comment
Please, Sign In to add comment