Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 4341d701 authored by Malo Toudic's avatar Malo Toudic
Browse files

fix gitlaci

parent 4b4a4089
No related branches found
No related tags found
3 merge requests!5Develop,!4Feature/igamt,!1Gazelle hl7v2 validator igamt
Pipeline #162954 failed
...@@ -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>
......
<?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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment