parent
fbc1e7f5e9
commit
6ad0c6b50a
|
@ -74,12 +74,14 @@ _The source contains cached terminology server responses for testing. If the exp
|
|||
this cache should be cleaned and rebuilt with the above so that subsequent `mvn test` calls will have the most current
|
||||
responses cached._
|
||||
|
||||
To just build validator_cli locally:
|
||||
To build only the validator_cli jar locally:
|
||||
```
|
||||
mvn package -Dmaven.test.skip=true --projects org.hl7.fhir.validation.cli --no-transfer-progress
|
||||
cp org.hl7.fhir.validation.cli/target/org.hl7.fhir.validation.cli*-SNAPSHOT.jar ./validator_cli.jar
|
||||
```
|
||||
|
||||
_This will produce `./validator_cli.jar` in the project root directory._
|
||||
|
||||
## Releases
|
||||
|
||||
The built binary for the FHIR command-line validator is released through [GitHub releases][Link-GithubReleases] and can be downloaded directly [here][Link-GithubZipRelease]. For instructions on using this validator visit the [FHIR Validator Confluence page][Link-ConfluenceValidator].
|
||||
|
|
Loading…
Reference in New Issue