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) --- odlparent/bundle-parent/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'odlparent/bundle-parent/pom.xml') diff --git a/odlparent/bundle-parent/pom.xml b/odlparent/bundle-parent/pom.xml index d730d958..bf17e3cd 100644 --- a/odlparent/bundle-parent/pom.xml +++ b/odlparent/bundle-parent/pom.xml @@ -182,6 +182,8 @@ 9.0.27 9.4.12.v20180830 true + + direct-dependencies.txt @@ -624,6 +626,18 @@ ${project.artifactId}-${project.version} + + com.github.ferstl + depgraph-maven-plugin + 3.3.0 + + text + ${dependency-list.file} + ${project.basedir} + * + true + + -- cgit 1.2.3-korg