summaryrefslogtreecommitdiffstats
path: root/mvn-phase-script.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-06-06optimize size and time using "--no-cache-dir"Pratik Raj1-2/+2
Using "--no-cache-dir" flag in pip install ,make sure dowloaded packages by pip don't cached on system . This is a best practise which make sure to fetch ftom repo instead of using local cached one . Further , in case of Docker Containers , by restricing caching , we can reduce image size. In term of stats , it depends upon the number of python packages multiplied by their respective size . e.g for heavy packages with a lot of dependencies it reduce a lot by don't caching pip packages. Further , more detail information can be found at https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6 Issue-ID: DCAEGEN2-2294 Signed-off-by: Pratik Raj <rajpratik71@gmail.com> Change-Id: Ifeda4876507f89279c550e15ec76508277098ca6
2017-10-23Specify mkdocs version for pipLusheng Ji1-1/+1
Newest mkdocs (1.7.0) conflicts. Specifying 1.6.8. Issue-Id: DCAEGEN2-128 Change-Id: I4e6c5dc52db41da1908fee75cfd219f89534fb2c Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-19Update doc, mvn script, pomLusheng Ji1-48/+2
Issue-Id: DCAEGEN2-60 Change-Id: Iad513b12fd79a6404d0ae05f65bce31951af918a Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-12Make platformdoc docker containerLusheng Ji1-8/+103
Issue-Id: DCAEGEN2-60 Change-Id: Id57ab539707a43883ff957a23d2459a9b12df22e Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-08-22initial files for seedcode pushLusheng Ji1-0/+50
Change-Id: I92bc8df6c464d981f082dbf7fabd7906e862c9c0 Issue-Id: DCAEGEN2-73 Signed-off-by: Lusheng Ji <lji@research.att.com>