From a0e7c8583289ccc9c1cf808ef17d2af508c32bde Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Fri, 3 Jan 2020 15:14:50 -0500 Subject: [PATCH] Bug 558792: [releng] don't create source bundles for docs The source bundles are not published to the p2 repo and having them built causes tycho's p2 compare and replace to error like this: [ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-plugin:1.5.1:p2-metadata (baselinereplace-p2-metadata) on project org.eclipse.cdt.autotools.docs: baseline and build artifacts have same version but different contents [ERROR] classifier-sources: not present in baseline Change-Id: I409f96c7a7ed054da37159b9b87564dd271c31b5 --- build/org.eclipse.cdt.autotools.docs/pom.xml | 19 +++++++++++++++++++ build/org.eclipse.cdt.meson.docs/pom.xml | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/build/org.eclipse.cdt.autotools.docs/pom.xml b/build/org.eclipse.cdt.autotools.docs/pom.xml index 4b02dd0a524..a3edcdaafe9 100644 --- a/build/org.eclipse.cdt.autotools.docs/pom.xml +++ b/build/org.eclipse.cdt.autotools.docs/pom.xml @@ -15,6 +15,25 @@ org.eclipse.cdt.autotools.docs eclipse-plugin + + + + org.eclipse.tycho + tycho-source-plugin + ${tycho-version} + + + plugin-source + none + + + attach-source + none + + + + + build-doc diff --git a/build/org.eclipse.cdt.meson.docs/pom.xml b/build/org.eclipse.cdt.meson.docs/pom.xml index 43c0ca4f30f..7de36310b01 100644 --- a/build/org.eclipse.cdt.meson.docs/pom.xml +++ b/build/org.eclipse.cdt.meson.docs/pom.xml @@ -15,6 +15,25 @@ org.eclipse.cdt.meson.docs eclipse-plugin + + + + org.eclipse.tycho + tycho-source-plugin + ${tycho-version} + + + plugin-source + none + + + attach-source + none + + + + + build-doc