Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Gazelle Objects Checker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gazelle
Library
Gazelle Objects Checker
Commits
2a2dbac3
Commit
2a2dbac3
authored
2 years ago
by
nab
Browse files
Options
Downloads
Patches
Plain Diff
make mvn option mandatory
parent
742843b7
No related branches found
No related tags found
1 merge request
!30
Develop
Pipeline
#546511
failed
2 years ago
Stage: build
Stage: tests
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hl7templates/hl7templates-packager-jar/src/main/java/net/ihe/gazelle/lib/hl7templatespackager/peripherals/HL7Templates2GOC.java
+1
-1
1 addition, 1 deletion
...ib/hl7templatespackager/peripherals/HL7Templates2GOC.java
with
1 addition
and
1 deletion
hl7templates/hl7templates-packager-jar/src/main/java/net/ihe/gazelle/lib/hl7templatespackager/peripherals/HL7Templates2GOC.java
+
1
−
1
View file @
2a2dbac3
...
...
@@ -19,7 +19,7 @@ public class HL7Templates2GOC implements GOCEntry {
@Option
(
name
=
"-serviceName"
,
metaVar
=
"serviceName"
,
usage
=
"Validation Service Name"
,
required
=
false
)
private
String
serviceName
;
@Option
(
name
=
"-mvn"
,
metaVar
=
"mvn"
,
usage
=
"maven executable path"
,
required
=
fals
e
)
@Option
(
name
=
"-mvn"
,
metaVar
=
"mvn"
,
usage
=
"maven executable path"
,
required
=
tru
e
)
private
String
mvnExecPath
=
"mvn"
;
@Option
(
name
=
"-ignoreTemplateIdRequirements"
,
usage
=
"ignore TemplateId Requirements when generating the constraints (useful for C-CDA "
+
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment