From 94fcbc29eca4b30da5dc259e5b14d26cda8d8373 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Tue, 10 Dec 2019 09:18:51 -0500 Subject: Generate dependency list Generate list of direct dependencies for repository and publish to Nexus. Change-Id: I9914756ddf8fe1dbab9f48d4de9249c319d28fc0 Issue-ID: CCSDK-1986 Signed-off-by: Timoney, Dan (dt5972) --- standalone/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'standalone') diff --git a/standalone/pom.xml b/standalone/pom.xml index 322ede7a..33cfdde2 100755 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -60,6 +60,8 @@ 1.4.0 1.6.3 + direct-dependencies.txt + @@ -188,7 +190,24 @@ + + + + + com.github.ferstl + depgraph-maven-plugin + 3.3.0 + + text + ${dependency-list.file} + ${project.basedir} + * + true + + + + org.codehaus.mojo -- cgit 1.2.3-korg