From 9ed4144aa7a72da788306a420b8a9a26fd0d4401 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Tue, 10 Dec 2019 10:30:14 -0500 Subject: Generate dependency list Generate list of direct dependencies for repository and publish to Nexus. Change-Id: Iedca8bf65f4f7ea494816197b4e4b94dfbcf9b48 Issue-ID: CCSDK-1986 Signed-off-by: Timoney, Dan (dt5972) --- pom.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index c8fe41506..fa8254e8e 100755 --- a/pom.xml +++ b/pom.xml @@ -80,6 +80,50 @@ + + 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