Site updates
This commit is contained in:
parent
c462b5ba3e
commit
1bfa29bbcc
|
@ -106,7 +106,6 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||||
<version>${maven_project_info_plugin_version}</version>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<skip>true</skip>
|
<skip>true</skip>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
@ -189,7 +189,6 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-jxr-plugin</artifactId>
|
<artifactId>maven-jxr-plugin</artifactId>
|
||||||
<version>${maven_jxr_plugin_version}</version>
|
|
||||||
<reportSets>
|
<reportSets>
|
||||||
<reportSet>
|
<reportSet>
|
||||||
<id>normal</id>
|
<id>normal</id>
|
||||||
|
|
|
@ -453,7 +453,6 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||||
<version>${maven_project_info_plugin_version}</version>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<skip>true</skip>
|
<skip>true</skip>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
@ -446,7 +446,6 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
<version>${maven_javadoc_plugin_version}</version>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
33
pom.xml
33
pom.xml
|
@ -556,6 +556,9 @@
|
||||||
|
|
||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
<ebay_cors_filter_version>1.0.1</ebay_cors_filter_version>
|
<ebay_cors_filter_version>1.0.1</ebay_cors_filter_version>
|
||||||
|
|
||||||
|
<!-- Site properties -->
|
||||||
|
<fontawesomeVersion>5.4.1</fontawesomeVersion>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
@ -805,9 +808,9 @@
|
||||||
<version>4.12</version>
|
<version>4.12</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>lt.velykis.maven.skins</groupId>
|
<groupId>io.github.devacfr.maven.skins</groupId>
|
||||||
<artifactId>reflow-velocity-tools</artifactId>
|
<artifactId>reflow-velocity-tools</artifactId>
|
||||||
<version>1.1.1</version>
|
<version>2.0.0-beta2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>mysql</groupId>
|
<groupId>mysql</groupId>
|
||||||
|
@ -911,7 +914,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven.doxia</groupId>
|
<groupId>org.apache.maven.doxia</groupId>
|
||||||
<artifactId>doxia-module-markdown</artifactId>
|
<artifactId>doxia-module-markdown</artifactId>
|
||||||
<version>1.6</version>
|
<version>1.8</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven.scm</groupId>
|
<groupId>org.apache.maven.scm</groupId>
|
||||||
|
@ -1421,7 +1424,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-jxr-plugin</artifactId>
|
<artifactId>maven-jxr-plugin</artifactId>
|
||||||
<version>2.5</version>
|
<version>3.0.0</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
@ -1526,7 +1529,7 @@
|
||||||
<artifactId>maven-site-plugin</artifactId>
|
<artifactId>maven-site-plugin</artifactId>
|
||||||
<!-- Be careful upgrading the version of this plugin- 3.5 breaks the relow-maven-skin that we use currently. Also once we move to 3.5 the site.xml <head> tag needs to have its contents put in a CDATA
|
<!-- Be careful upgrading the version of this plugin- 3.5 breaks the relow-maven-skin that we use currently. Also once we move to 3.5 the site.xml <head> tag needs to have its contents put in a CDATA
|
||||||
block. What an unpleasant misadventure to figure that all out...... -->
|
block. What an unpleasant misadventure to figure that all out...... -->
|
||||||
<version>3.4</version>
|
<version>3.7.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<skip>false</skip>
|
<skip>false</skip>
|
||||||
<skipDeploy>true</skipDeploy>
|
<skipDeploy>true</skipDeploy>
|
||||||
|
@ -1557,7 +1560,7 @@
|
||||||
<artifactId>doxia-module-markdown</artifactId>
|
<artifactId>doxia-module-markdown</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>lt.velykis.maven.skins</groupId>
|
<groupId>io.github.devacfr.maven.skins</groupId>
|
||||||
<artifactId>reflow-velocity-tools</artifactId>
|
<artifactId>reflow-velocity-tools</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -1807,8 +1810,7 @@
|
||||||
<replace dir="target/site" summary="true">
|
<replace dir="target/site" summary="true">
|
||||||
<include name="index.html"/>
|
<include name="index.html"/>
|
||||||
<replacetoken><![CDATA[<h2 id="Welcome">Welcome</h2>]]></replacetoken>
|
<replacetoken><![CDATA[<h2 id="Welcome">Welcome</h2>]]></replacetoken>
|
||||||
<replacevalue><![CDATA[<div class="jumbotron subhead">
|
<replacevalue><![CDATA[
|
||||||
<div class="row" id="banner">
|
|
||||||
<div class="span12">
|
<div class="span12">
|
||||||
<div class="pull-left">
|
<div class="pull-left">
|
||||||
<a href="./" id="bannerLeft"><img src="images/hapi_fhir_banner.png" alt='"'HAPI'"' /></a>
|
<a href="./" id="bannerLeft"><img src="images/hapi_fhir_banner.png" alt='"'HAPI'"' /></a>
|
||||||
|
@ -1817,8 +1819,8 @@
|
||||||
<a href="./" id="bannerRight"><img src="images/hapi_fhir_banner_right.png" alt='"'FHIR'"' /></a>
|
<a href="./" id="bannerRight"><img src="images/hapi_fhir_banner_right.png" alt='"'FHIR'"' /></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<br clear="both"/>
|
||||||
</div>]]></replacevalue>
|
]]></replacevalue>
|
||||||
</replace>
|
</replace>
|
||||||
<!--<replaceregexp file="target/site/checkstyle.html" byline="false" match="<ul class="breadcrumb.*?</ul>" replace="" flags="s"/> -->
|
<!--<replaceregexp file="target/site/checkstyle.html" byline="false" match="<ul class="breadcrumb.*?</ul>" replace="" flags="s"/> -->
|
||||||
</target>
|
</target>
|
||||||
|
@ -2004,12 +2006,12 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven.doxia</groupId>
|
<groupId>org.apache.maven.doxia</groupId>
|
||||||
<artifactId>doxia-module-markdown</artifactId>
|
<artifactId>doxia-module-markdown</artifactId>
|
||||||
<version>1.6</version>
|
<version>1.8</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>lt.velykis.maven.skins</groupId>
|
<groupId>io.github.devacfr.maven.skins</groupId>
|
||||||
<artifactId>reflow-velocity-tools</artifactId>
|
<artifactId>reflow-velocity-tools</artifactId>
|
||||||
<version>1.1.1</version>
|
<version>2.0.0-beta2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.velocity</groupId>
|
<groupId>org.apache.velocity</groupId>
|
||||||
|
@ -2088,11 +2090,12 @@
|
||||||
</reportsDirectories>
|
</reportsDirectories>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- <plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||||
<version>3.0.0</version>
|
<version>3.0.0</version>
|
||||||
<inherited>false</inherited>
|
<inherited>false</inherited>
|
||||||
|
<!--
|
||||||
<reportSets>
|
<reportSets>
|
||||||
<reportSet>
|
<reportSet>
|
||||||
<reports>
|
<reports>
|
||||||
|
@ -2103,8 +2106,8 @@
|
||||||
</reports>
|
</reports>
|
||||||
</reportSet>
|
</reportSet>
|
||||||
</reportSets>
|
</reportSets>
|
||||||
</plugin>
|
|
||||||
-->
|
-->
|
||||||
|
</plugin>
|
||||||
<!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-linkcheck-plugin</artifactId> <version>1.1</version> </plugin> -->
|
<!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-linkcheck-plugin</artifactId> <version>1.1</version> </plugin> -->
|
||||||
</plugins>
|
</plugins>
|
||||||
</reporting>
|
</reporting>
|
||||||
|
|
|
@ -39,9 +39,11 @@
|
||||||
value="LITERAL_TRY, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE, LITERAL_SWITCH"/>
|
value="LITERAL_TRY, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE, LITERAL_SWITCH"/>
|
||||||
</module>
|
</module>
|
||||||
<module name="NeedBraces"/>
|
<module name="NeedBraces"/>
|
||||||
|
<!--
|
||||||
<module name="LeftCurly">
|
<module name="LeftCurly">
|
||||||
<property name="maxLineLength" value="300"/>
|
<property name="maxLineLength" value="300"/>
|
||||||
</module>
|
</module>
|
||||||
|
-->
|
||||||
<module name="RightCurly"/>
|
<module name="RightCurly"/>
|
||||||
<module name="RightCurly">
|
<module name="RightCurly">
|
||||||
<property name="option" value="alone"/>
|
<property name="option" value="alone"/>
|
||||||
|
|
|
@ -211,3 +211,22 @@ DIV.sidebar-nav UL LI UL LI {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
.pull-left {
|
||||||
|
float: left;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pull-right {
|
||||||
|
float: right;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.span12 {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container-fluid {
|
||||||
|
padding-right: 0px;
|
||||||
|
padding-left: 0px;
|
||||||
|
}
|
||||||
|
|
|
@ -24,14 +24,14 @@
|
||||||
<logo name="Built with Maven 3" href="http://maven.apache.org" img="./images/maven-logo-mini.png" />
|
<logo name="Built with Maven 3" href="http://maven.apache.org" img="./images/maven-logo-mini.png" />
|
||||||
</poweredBy>
|
</poweredBy>
|
||||||
|
|
||||||
<publishDate position="right" format="yyyy-MM-dd" />
|
<publishDate position="bottom" format="yyyy-MM-dd" />
|
||||||
<version position="right" />
|
<version position="bottom" />
|
||||||
|
|
||||||
<!-- <version position="left" /> -->
|
<!-- <version position="left" /> -->
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<head>
|
<head><![CDATA[
|
||||||
<!-- Syntax Highlighter -->
|
<!-- Syntax Highlighter -->
|
||||||
<script type="text/javascript" src="syntaxhighlighter/shCore.js"></script>
|
<script type="text/javascript" src="syntaxhighlighter/shCore.js"></script>
|
||||||
<script type="text/javascript" src="syntaxhighlighter/shBrushJScript.js"></script>
|
<script type="text/javascript" src="syntaxhighlighter/shBrushJScript.js"></script>
|
||||||
|
@ -48,8 +48,7 @@
|
||||||
-->
|
-->
|
||||||
<link rel="shortcut icon" href="http://hapifhir.io/favicon.png" />
|
<link rel="shortcut icon" href="http://hapifhir.io/favicon.png" />
|
||||||
<link rel="stylesheet" type="text/css" href="hapi.css" />
|
<link rel="stylesheet" type="text/css" href="hapi.css" />
|
||||||
|
]]>
|
||||||
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" />
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<breadcrumbs>
|
<breadcrumbs>
|
||||||
|
@ -116,8 +115,8 @@
|
||||||
<item name="Model API (DSTU3)" href="./apidocs-dstu3/index.html" />
|
<item name="Model API (DSTU3)" href="./apidocs-dstu3/index.html" />
|
||||||
<item name="Model API (R4)" href="./apidocs-r4/index.html" />
|
<item name="Model API (R4)" href="./apidocs-r4/index.html" />
|
||||||
<item name="Client API" href="./apidocs-client/index.html" />
|
<item name="Client API" href="./apidocs-client/index.html" />
|
||||||
<item name="Server API" href="./apidocs-server/index.html" />
|
<item name="Server API (Plain)" href="./apidocs-server/index.html" />
|
||||||
<item name="JPA Server API" href="./apidocs-jpaserver/index.html" />
|
<item name="Server API (JPA)" href="./apidocs-jpaserver/index.html" />
|
||||||
</item>
|
</item>
|
||||||
<item name="Command Line Tool (hapi-fhir-cli)" href="./doc_cli.html" />
|
<item name="Command Line Tool (hapi-fhir-cli)" href="./doc_cli.html" />
|
||||||
<item name="Maven Plugin (hapi-tinder-plugin)" href="./doc_tinder.html" />
|
<item name="Maven Plugin (hapi-tinder-plugin)" href="./doc_tinder.html" />
|
||||||
|
@ -129,7 +128,10 @@
|
||||||
<item name="Model API (DSTU1)" href="./apidocs-dstu/index.html" />
|
<item name="Model API (DSTU1)" href="./apidocs-dstu/index.html" />
|
||||||
<item name="Model API (DSTU2)" href="./apidocs-dstu2/index.html" />
|
<item name="Model API (DSTU2)" href="./apidocs-dstu2/index.html" />
|
||||||
<item name="Model API (DSTU3)" href="./apidocs-dstu3/index.html" />
|
<item name="Model API (DSTU3)" href="./apidocs-dstu3/index.html" />
|
||||||
<item name="JPA Server API" href="./apidocs-jpaserver/index.html" />
|
<item name="Model API (R4)" href="./apidocs-r4/index.html" />
|
||||||
|
<item name="Client API" href="./apidocs-client/index.html" />
|
||||||
|
<item name="Server API (Plain)" href="./apidocs-server/index.html" />
|
||||||
|
<item name="Server API (JPA)" href="./apidocs-jpaserver/index.html" />
|
||||||
</menu>
|
</menu>
|
||||||
<menu name="JXR" inherit="top">
|
<menu name="JXR" inherit="top">
|
||||||
<item name="Core" href="./xref-base/index.html" />
|
<item name="Core" href="./xref-base/index.html" />
|
||||||
|
@ -173,9 +175,9 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<skin>
|
<skin>
|
||||||
<groupId>lt.velykis.maven.skins</groupId>
|
<groupId>io.github.devacfr.maven.skins</groupId>
|
||||||
<artifactId>reflow-maven-skin</artifactId>
|
<artifactId>reflow-maven-skin</artifactId>
|
||||||
<version>1.1.1</version>
|
<version>2.0.0-beta2</version>
|
||||||
</skin>
|
</skin>
|
||||||
|
|
||||||
<custom>
|
<custom>
|
||||||
|
@ -200,9 +202,11 @@
|
||||||
</sections>
|
</sections>
|
||||||
</docindex>
|
</docindex>
|
||||||
</pages>
|
</pages>
|
||||||
<theme>bootswatch-united</theme>
|
<theme>bootswatch-lumen</theme>
|
||||||
<toc>sidebar</toc>
|
<toc>sidebar</toc>
|
||||||
<topNav>Documentation|Get Help|Test Server</topNav>
|
<navbar filterMenu="Documentation|Get Help|Test Server"
|
||||||
|
cssClass="navbar-dark bg-primary border-bottom">
|
||||||
|
</navbar>
|
||||||
<bottomNav maxSpan="9" >
|
<bottomNav maxSpan="9" >
|
||||||
<column>HAPI FHIR|Test Server</column>
|
<column>HAPI FHIR|Test Server</column>
|
||||||
<column>Using HAPI|Contribute</column>
|
<column>Using HAPI|Contribute</column>
|
||||||
|
|
Loading…
Reference in New Issue