Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. image: maven:3.3.9
  2.  
  3. pipelines:
  4. default:
  5. - step:
  6. caches:
  7. - maven
  8. script: # Modify the commands below to build your repository.
  9. - mvn -B verify # -B batch mode makes Maven less verbose
  10. - mvn clean install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement