ess-acppo / ag-bie

This repository has the code to the agriculture's implementation of ALA BIE
1 stars 4 forks source link

GENERATE/OUTPUT and SAVE/PRESERVE build dependencies #25

Closed mbohun closed 4 years ago

mbohun commented 6 years ago
  1. GENERATE / OUTPUT:
    • grails:
      grails dependency-report
    • gradlew:
      ./gradlew dependencies
    • maven:
      mvn dependency:tree
  2. SAVE / PRESERVE:
    • bundle the dependencies log file (together with git tag-s, SHA-s, etc.) into the artifact (.jar, .war, .zip)
    • backup jenkins build logs
    • gist (commit/upload the dependencies and build log-s, and other stats to a gist)

NOTES:

moziauddin commented 4 years ago

No longer required.