From 9823ac1eaf98ba9e9e1af9897ae39976b04ae0a9 Mon Sep 17 00:00:00 2001 From: James Agnew Date: Sun, 15 Jan 2017 12:05:40 -0600 Subject: [PATCH] Add sources and javadocs to the distribution JARs --- hapi-fhir-dist/pom.xml | 102 ++++++++++++++++++ .../hapi-fhir-standard-distribution.xml | 19 +++- src/changes/changes.xml | 5 + 3 files changed, 125 insertions(+), 1 deletion(-) diff --git a/hapi-fhir-dist/pom.xml b/hapi-fhir-dist/pom.xml index acf19c47d41..4a793b05942 100644 --- a/hapi-fhir-dist/pom.xml +++ b/hapi-fhir-dist/pom.xml @@ -20,36 +20,138 @@ hapi-fhir-base 2.3-SNAPSHOT + + ca.uhn.hapi.fhir + hapi-fhir-base + 2.3-SNAPSHOT + sources + provided + + + ca.uhn.hapi.fhir + hapi-fhir-base + 2.3-SNAPSHOT + javadoc + provided + + ca.uhn.hapi.fhir hapi-fhir-structures-dstu 2.3-SNAPSHOT + + ca.uhn.hapi.fhir + hapi-fhir-structures-dstu + 2.3-SNAPSHOT + sources + provided + + + ca.uhn.hapi.fhir + hapi-fhir-structures-dstu + 2.3-SNAPSHOT + javadoc + provided + + ca.uhn.hapi.fhir hapi-fhir-structures-dstu2 2.3-SNAPSHOT + + ca.uhn.hapi.fhir + hapi-fhir-structures-dstu2 + 2.3-SNAPSHOT + sources + provided + + + ca.uhn.hapi.fhir + hapi-fhir-structures-dstu2 + 2.3-SNAPSHOT + javadoc + provided + + ca.uhn.hapi.fhir hapi-fhir-structures-hl7org-dstu2 2.3-SNAPSHOT + + ca.uhn.hapi.fhir + hapi-fhir-structures-hl7org-dstu2 + 2.3-SNAPSHOT + sources + provided + + + ca.uhn.hapi.fhir + hapi-fhir-structures-hl7org-dstu2 + 2.3-SNAPSHOT + javadoc + provided + + + + ca.uhn.hapi.fhir + hapi-fhir-structures-dstu2.1 + 2.3-SNAPSHOT + + + ca.uhn.hapi.fhir + hapi-fhir-structures-dstu2.1 + 2.3-SNAPSHOT + sources + provided + + + ca.uhn.hapi.fhir + hapi-fhir-structures-dstu2.1 + 2.3-SNAPSHOT + javadoc + provided + + ca.uhn.hapi.fhir hapi-fhir-structures-dstu3 2.3-SNAPSHOT + + ca.uhn.hapi.fhir + hapi-fhir-structures-dstu3 + 2.3-SNAPSHOT + sources + provided + + + ca.uhn.hapi.fhir + hapi-fhir-structures-dstu3 + 2.3-SNAPSHOT + javadoc + provided + + ca.uhn.hapi.fhir hapi-fhir-validation-resources-dstu2 2.3-SNAPSHOT + + ca.uhn.hapi.fhir + hapi-fhir-validation-resources-dstu2.1 + 2.3-SNAPSHOT + ca.uhn.hapi.fhir hapi-fhir-validation-resources-dstu3 2.3-SNAPSHOT + + ca.uhn.hapi.fhir hapi-fhir-cli-app diff --git a/hapi-fhir-dist/src/assembly/hapi-fhir-standard-distribution.xml b/hapi-fhir-dist/src/assembly/hapi-fhir-standard-distribution.xml index 65b4836e7b5..0c6cf856fb8 100644 --- a/hapi-fhir-dist/src/assembly/hapi-fhir-standard-distribution.xml +++ b/hapi-fhir-dist/src/assembly/hapi-fhir-standard-distribution.xml @@ -29,7 +29,24 @@ false runtime + + /src + true + false + + *:hapi*:jar:sources:* + + provided + + + /javadoc + true + false + + *:hapi*:jar:javadoc:* + + provided + - diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ed5f8380f53..576267e8928 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -204,6 +204,11 @@ FHIR (and HAPI would just ignore them anyhow). Thanks to Thomas S Berg for reporting! + + Standard HAPI zip/tar distributions did not include the project + sources and JavaDoc JARs. Thanks to Keith Boone for pointing + this out! +