From aeff1a04d07b6b2dea436189036a9bde1719d456 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Wed, 11 Dec 2019 12:30:43 -0500 Subject: Generate dependency list Generate list of third party dependencies Change-Id: I99991e4844462951b38f1d390ca071e71efca504 Issue-ID: CCSDK-1986 Signed-off-by: Timoney, Dan (dt5972) --- pom.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index ae153186..815c9c88 100644 --- a/pom.xml +++ b/pom.xml @@ -38,4 +38,50 @@ UTF-8 + + + dependency-list + + + + com.github.ferstl + depgraph-maven-plugin + + + validate + false + + aggregate + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + false + + attach-artifact + + + + + ${dependency-list.file} + txt + dependencies + + + + + + + + + + + -- cgit 1.2.3-korg