diff --git a/hapi-deployable-pom/pom.xml b/hapi-deployable-pom/pom.xml index 3df73b8551e..fc12dbaa61e 100644 --- a/hapi-deployable-pom/pom.xml +++ b/hapi-deployable-pom/pom.xml @@ -143,10 +143,15 @@ org.checkerframework checker-compat-qual + + org.apache.poi + ooxml-schemas + .*\.txt$ .*\.html$ + schemaorg_apache_xmlbeans.* javac.bat about.html changelog.xml @@ -181,6 +186,7 @@ -Xdoclint:none -Xdoclint:none + 8 @@ -204,12 +210,13 @@ false false -Xdoclint:none + 8 package - jar + aggregate-jar diff --git a/hapi-fhir-docs/pom.xml b/hapi-fhir-docs/pom.xml new file mode 100644 index 00000000000..b7096ae24f3 --- /dev/null +++ b/hapi-fhir-docs/pom.xml @@ -0,0 +1,20 @@ + + 4.0.0 + + + ca.uhn.hapi.fhir + hapi-deployable-pom + 4.1.0-SNAPSHOT + ../hapi-deployable-pom/pom.xml + + + hapi-fhir-docs + jar + + HAPI FHIR - Docs + + + + + diff --git a/hapi-fhir-docs/src/main/java/DocsMarker.java b/hapi-fhir-docs/src/main/java/DocsMarker.java new file mode 100644 index 00000000000..cea84ab7946 --- /dev/null +++ b/hapi-fhir-docs/src/main/java/DocsMarker.java @@ -0,0 +1,25 @@ +/*- + * #%L + * HAPI FHIR - Docs + * %% + * Copyright (C) 2014 - 2019 University Health Network + * %% + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * #L% + */ +/** + * This is just here to force a javadoc to be built in order to keep + * Maven Central happy + */ +public class DocsMarker { +} diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/V4_1_0/A-test.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/V4_1_0/A-test.yaml new file mode 100644 index 00000000000..e62523972e5 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/V4_1_0/A-test.yaml @@ -0,0 +1,3 @@ +--- +type: add +title: feature diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/files.properties b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/files.properties new file mode 100644 index 00000000000..5722f60cb69 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/files.properties @@ -0,0 +1,4 @@ + +section.introduction.title=Welcome to Smile CDR +page.introduction.table_of_contents=Table of Contents +page.introduction.changelog=Changelog diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/introduction/changelog.md b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/introduction/changelog.md new file mode 100644 index 00000000000..82714c6edc7 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/introduction/changelog.md @@ -0,0 +1,50 @@ +# Changelog + + + +# Smile CDR + +## Release Information + + +**Released:** + + +**Codename:** + + + +## Upgrade Instructions + +[(${changelog.changes.get(version).upgrade})] + + +## Changes + + + + + + +
+ + + + + + + + + + + + + + + + + + +
+ +
diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/introduction/table_of_contents.md b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/introduction/table_of_contents.md new file mode 100644 index 00000000000..895c1ee9002 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/introduction/table_of_contents.md @@ -0,0 +1,26 @@ +# Table of Contents + +Welcome to HAPI FHIR! + +--- + + + + + + + + + + + + + + + + + + + + +
diff --git a/hapi-fhir-structures-dstu3/pom.xml b/hapi-fhir-structures-dstu3/pom.xml index 223656c42e3..a705200652b 100644 --- a/hapi-fhir-structures-dstu3/pom.xml +++ b/hapi-fhir-structures-dstu3/pom.xml @@ -82,6 +82,16 @@ true + + org.apache.maven.plugins + maven-javadoc-plugin + + true + + ca.uhn.hapi.fhir:org.hl7.fhir.dstu3 + + + @@ -160,6 +170,13 @@ xpp3 true + + org.antlr + ST4 + 4.1 + true + + + + org.apache.poi + poi + 4.0.1 + true + + + org.apache.poi + poi-ooxml + 4.0.1 + true + + + org.apache.poi + ooxml-schemas + 1.4 + true + + + org.xmlunit @@ -329,6 +353,16 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + + true + + ca.uhn.hapi.fhir:org.hl7.fhir.r4 + + + diff --git a/hapi-fhir-structures-r5/pom.xml b/hapi-fhir-structures-r5/pom.xml index 659f1df568b..d4d159e0a1b 100644 --- a/hapi-fhir-structures-r5/pom.xml +++ b/hapi-fhir-structures-r5/pom.xml @@ -94,6 +94,29 @@ true + + + org.apache.poi + poi + 4.0.1 + true + + + org.apache.poi + poi-ooxml + 4.0.1 + true + + + org.apache.poi + ooxml-schemas + 1.4 + true + + org.xmlunit @@ -323,6 +346,16 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + + true + + ca.uhn.hapi.fhir:org.hl7.fhir.r5 + + + diff --git a/pom.xml b/pom.xml index 7eef80dc8ed..6f8f1b68e88 100755 --- a/pom.xml +++ b/pom.xml @@ -1552,7 +1552,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.1.0 + 3.1.1 org.apache.maven.plugins @@ -2361,6 +2361,7 @@ hapi-fhir-bom hapi-deployable-pom hapi-fhir-base + hapi-fhir-docs hapi-fhir-test-utilities hapi-tinder-plugin hapi-tinder-test