mobilefish

Untitled

Jul 16th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. version: 0.1
  2.  
  3. phases:
  4. build:
  5. commands:
  6. - echo Build completed on `date`
  7. - mvn clean && mvn install && mvn package
  8. artifacts:
  9. files:
  10. - appspec.yml
  11. - target/app.jar
  12. - scripts/*
  13. cache:
  14. paths:
  15. - '/root/.m2/**/*'
Add Comment
Please, Sign In to add comment