gl_team_bleu/pom.xml

214 lines
7.1 KiB
XML
Raw Normal View History

2025-07-12 19:18:13 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.example</groupId>
<artifactId>gl1-2024-bleu</artifactId>
<version>1.0-SNAPSHOT</version>
<name>gl1-2024-bleu</name>
<url>https://gitlab.forge.hefr.ch/genie-logiciel-1/2024/enonce-final/gl1-2024-bleu</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<sonar.qualitygate.wait>true</sonar.qualitygate.wait>
</properties>
<repositories>
<repository>
<id>gitlab-simulife-interface</id>
<url>https://gitlab.forge.hefr.ch/api/v4/projects/16714/packages/maven</url>
</repository>
<repository>
<id>gitlab-simulife-view</id>
<url>https://gitlab.forge.hefr.ch/api/v4/projects/17885/packages/maven</url>
</repository>
<repository>
<id>gitlab-simulife-analysis</id>
<url>https://gitlab.forge.hefr.ch/api/v4/projects/18019/packages/maven</url>
</repository>
<repository>
<id>gitlab-simulife-simulation</id>
<url>https://gitlab.forge.hefr.ch/api/v4/projects/18021/packages/maven</url>
</repository>
<repository>
<id>gitlab-simulife-model</id>
<url>https://gitlab.forge.hefr.ch/api/v4/projects/18018/packages/maven</url>
</repository>
<repository>
<id>gitlab-simulife-elements</id>
<url>https://gitlab.forge.hefr.ch/api/v4/projects/18020/packages/maven</url>
</repository>
<repository>
<id>gitlab-maven</id>
<url>https://gitlab.forge.hefr.ch/api/v4/projects/9607/packages/maven</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>ch.fr.heia.gl1.simulife2024</groupId>
<artifactId>interface</artifactId>
<version>1.6.2</version>
</dependency>
<!-- testing -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
<!-- coverage -->
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
</dependency>
<!-- model -->
<dependency>
<groupId>ch.fr.hes.il.simulife2024.model</groupId>
<artifactId>gl1-2024-jul-mic-rol</artifactId>
<version>1.0</version>
</dependency>
<!-- views -->
<dependency>
<groupId>ch.fr.hes.il.simulife2024</groupId>
<artifactId>gl1-2024-bug-oli-ros</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>ch.fr.hes.il.simulife2024</groupId>
<artifactId>gl1-2024-jul-mic-rol</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>ch.fr.hes.il.simulife2024</groupId>
<artifactId>gl1-2024-and-juz-per</artifactId>
<version>1.2</version>
</dependency>
<!-- simulator -->
<!-- <dependency>-->
<!-- <groupId>ch.fr.hes.id.simulife2024.simulation</groupId>-->
<!-- <artifactId>gl1-2024-bed-her-ruf</artifactId>-->
<!-- <version>1.0.1</version>-->
<!-- </dependency>-->
<dependency>
<groupId>ch.fr.hes.id.simulife2024.simulation</groupId>
<artifactId>gl1-2024-ros</artifactId>
<version>3.5.0</version>
</dependency>
<dependency>
<groupId>ch.fr.hes.id.simulife2024.simulation</groupId>
<artifactId>gl1-2024-wae-vis-bog</artifactId>
<version>1.2.1</version>
</dependency>
<!-- analyzers -->
<dependency>
<groupId>ch.fr.hes.id.simulife2024.analysis</groupId>
<artifactId>gl1-2024-bed-her-ruf</artifactId>
<version>1.0</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>ch.fr.hes.id.simulife2024.analysis</groupId>-->
<!-- <artifactId>gl1-2024-ros</artifactId>-->
<!-- <version>3.5.0</version>-->
<!-- </dependency>-->
<dependency>
<groupId>ch.fr.hes.id.simulife2024.analysis</groupId>
<artifactId>gl1-2024-wae-vis-bog</artifactId>
<version>1.2.1</version>
</dependency>
<!-- elements -->
<dependency>
<groupId>ch.fr.hes.rs.simulife2024.elements</groupId>
<artifactId>gl1-2024-dem-kul-gom</artifactId>
<version>1.0</version>
</dependency>
<!-- cockpit -->
<dependency>
<groupId>ch.hefr.rumley</groupId>
<artifactId>javanco-legacy</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
<pluginManagement> <!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
<plugins>
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
</plugin>
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.2</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
</plugin>
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.7.1</version>
</plugin>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.0.0</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<phase>prepare-package</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>9</source>
<target>9</target>
</configuration>
</plugin>
</plugins>
</build>
</project>