From 90527291c912a4b13611387b8b5681448c306add Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 22 Jan 2019 10:07:03 +0100 Subject: [PATCH] Fix inability to promote mdsal-docs not having the main artifact causes the repository fail to promote. Work this around by packaging guides into a jar rather than as a separate classifier. Change-Id: I3c228e425da04b645f0a1a6dbd3e58cffe6e9f6f Signed-off-by: Robert Varga --- artifacts/pom.xml | 14 -------------- docs/pom.xml | 28 ++-------------------------- 2 files changed, 2 insertions(+), 40 deletions(-) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 1c72ef266e..4fe1ee5cec 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -871,20 +871,6 @@ org.opendaylight.yangtools yangtools-docs 2.0.9-SNAPSHOT - zip - guides - - - org.opendaylight.yangtools - yangtools-docs - 2.0.9-SNAPSHOT - javadoc - - - org.opendaylight.yangtools - yangtools-docs - 2.0.9-SNAPSHOT - sources diff --git a/docs/pom.xml b/docs/pom.xml index 1f14cbb2ee..c1ab0af88e 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -410,7 +410,8 @@ - + + ${project.build.directory}/classes ${project.version} ${maven.build.timestamp} @@ -419,31 +420,6 @@ - - org.apache.maven.plugins - maven-assembly-plugin - - assembly/guides.xml - - - - package - - single - - - - - - - maven-jar-plugin - - - default-jar - none - - - maven-dependency-plugin -- 2.36.6