Skip to content

Commit

Permalink
updates for build and deploy #145
Browse files Browse the repository at this point in the history
  • Loading branch information
prb112 committed Oct 28, 2019
1 parent 00b987b commit 51a1638
Show file tree
Hide file tree
Showing 45 changed files with 915 additions and 216 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ test-output/
/pre-it-logs.zip
/server-logs/
/integration-test-results/
/integration-test-results.zip
/integration-test-results.zip

# Don't import pom backups
**/pom.xml.versionsBackup
24 changes: 24 additions & 0 deletions docs/Build.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Build
---

<PageDescription>
This article outlines the build process from a local machine and from the build server (Travis, GitHub actions).
</PageDescription>

There are two

# Build: GitHub actions

# Build: Travis
The build with [Travis](https://travis-ci.com/IBM/FHIR) is triggered through a `push` or `pull_request` or `cron` event. The `push` is the only event which is enabled in the **IBM FHIR Server** build.


# Build: Local

## Build and Deploy
```
mvn clean install javadoc:jar javadoc:test-jar -Pdeploy-bintray,fhir-javadocs deploy -f fhir-parent/pom.xml
```

* Locally * The local connection to bintray takes around 30-40 minutes to build, test and deploy.
2 changes: 1 addition & 1 deletion fhir-audit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.ibm.fhir</groupId>
<artifactId>fhir-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-rc1-20191027</version>
<relativePath>../fhir-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion fhir-bulkimportexport-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.ibm.fhir</groupId>
<artifactId>fhir-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-rc1-20191027</version>
<relativePath>../fhir-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion fhir-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ibm.fhir</groupId>
<artifactId>fhir-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-rc1-20191027</version>
<relativePath>../fhir-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion fhir-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ibm.fhir</groupId>
<artifactId>fhir-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-rc1-20191027</version>
<relativePath>../fhir-parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion fhir-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ibm.fhir</groupId>
<artifactId>fhir-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-rc1-20191027</version>
<relativePath>../fhir-parent</relativePath>
</parent>
<artifactId>fhir-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fhir-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.ibm.fhir</groupId>
<artifactId>fhir-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-rc1-20191027</version>
<relativePath>../fhir-parent</relativePath>
</parent>

Expand Down
Empty file removed fhir-coverage-reports/.gitignore
Empty file.
168 changes: 0 additions & 168 deletions fhir-coverage-reports/pom.xml

This file was deleted.

12 changes: 0 additions & 12 deletions fhir-coverage-reports/src/main/assembly/jacoco-report.xml

This file was deleted.

Empty file.
Empty file.
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion fhir-database-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.ibm.fhir</groupId>
<artifactId>fhir-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-rc1-20191027</version>
<relativePath>../fhir-parent</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 51a1638

Please sign in to comment.