Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HL7v2 Validator
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
Model registry
Operate
Environments
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
Public
Validation
HL7v2 Validator
Commits
4341d701
Commit
4341d701
authored
4 years ago
by
Malo Toudic
Browse files
Options
Downloads
Patches
Plain Diff
fix gitlaci
parent
4b4a4089
No related branches found
No related tags found
3 merge requests
!5
Develop
,
!4
Feature/igamt
,
!1
Gazelle hl7v2 validator igamt
Pipeline
#162954
failed
4 years ago
Stage: build
Stage: tests
Stage: cleanup
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+21
-0
21 additions, 0 deletions
pom.xml
settings.xml
+21
-0
21 additions, 0 deletions
settings.xml
with
42 additions
and
0 deletions
pom.xml
+
21
−
0
View file @
4341d701
...
@@ -59,6 +59,7 @@
...
@@ -59,6 +59,7 @@
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<sonar.web.sourceDirectory>
GazelleHL7v2Validation-ui/src/main/webapp
</sonar.web.sourceDirectory>
<sonar.web.sourceDirectory>
GazelleHL7v2Validation-ui/src/main/webapp
</sonar.web.sourceDirectory>
<sonar.exclusions>
file:**/generated-sources/**
</sonar.exclusions>
<sonar.exclusions>
file:**/generated-sources/**
</sonar.exclusions>
<sonar.maven.plugin.version>
3.7.0.1746
</sonar.maven.plugin.version>
</properties>
</properties>
<dependencyManagement>
<dependencyManagement>
<dependencies>
<dependencies>
...
@@ -247,6 +248,26 @@
...
@@ -247,6 +248,26 @@
false
false
</hibernate.show_sql>
</hibernate.show_sql>
</properties>
</properties>
</profile>
<profile>
<id>
sonar
</id>
<build>
<plugins>
<plugin>
<groupId>
org.sonarsource.scanner.maven
</groupId>
<artifactId>
sonar-maven-plugin
</artifactId>
<version>
${sonar.maven.plugin.version}
</version>
<executions>
<execution>
<phase>
verify
</phase>
<goals>
<goal>
sonar
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profile>
</profiles>
</profiles>
...
...
This diff is collapsed.
Click to expand it.
settings.xml
0 → 100644
+
21
−
0
View file @
4341d701
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<settings
xmlns=
"http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"
>
<servers>
<server>
<id>
crowdin-gazelle
</id>
<username>
${CS_SVC_ARTIFACT_REPOSITORY_USER}
</username>
<password>
${CS_SVC_ARTIFACT_REPOSITORY_PASS}
</password>
</server>
<server>
<id>
nexus-releases
</id>
<username>
${CS_SVC_ARTIFACT_DISTRIBUTION_REPOSITORY_USER}
</username>
<password>
${CS_SVC_ARTIFACT_DISTRIBUTION_REPOSITORY_PASS}
</password>
</server>
</servers>
<pluginGroups>
<pluginGroup>
com.googlecode.crowdin-maven
</pluginGroup>
<pluginGroup>
org.flyway
</pluginGroup>
<pluginGroup>
org.jboss.tattletale
</pluginGroup>
</pluginGroups>
</settings>
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