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!
+