Commit fcffca02 authored by Riegel's avatar Riegel
Browse files

Changed Maven-build compiler to eclipse

parent 2bb46f1c
Pipeline #10031 failed with stage
in 25 seconds
<?xml version="1.0" encoding="utf-8"?> <?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="https://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<groupId>de.hft.stuttgart</groupId> xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<artifactId>CityDoctorParent</artifactId> <modelVersion>4.0.0</modelVersion>
<version>3.14.1</version> <groupId>de.hft.stuttgart</groupId>
<packaging>pom</packaging> <artifactId>CityDoctorParent</artifactId>
<name>CityDoctorParent</name> <version>3.14.1</version>
<properties> <packaging>pom</packaging>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <name>CityDoctorParent</name>
<maven.compiler.source>17</maven.compiler.source> <properties>
<maven.compiler.target>17</maven.compiler.target> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<log4j.version>2.18.0</log4j.version> <maven.compiler.source>17</maven.compiler.source>
<revision>${project.version}</revision> <maven.compiler.target>17</maven.compiler.target>
<nonMavenLibsPath>${project.baseUri}../non-maven-libs</nonMavenLibsPath> <log4j.version>2.18.0</log4j.version>
<jre-version-short>17.0.10</jre-version-short> <revision>${project.version}</revision>
<jre-version>${jre-version-short}+13</jre-version> <nonMavenLibsPath>${project.baseUri}../non-maven-libs</nonMavenLibsPath>
</properties> <jre-version-short>17.0.10</jre-version-short>
<repositories> <jre-version>${jre-version-short}+13</jre-version>
<repository> </properties>
<id>non-maven-libs</id> <repositories>
<url>${nonMavenLibsPath}</url> <repository>
</repository> <id>non-maven-libs</id>
<repository> <url>${nonMavenLibsPath}</url>
<id>sonartype</id> </repository>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url> <repository>
</repository> <id>sonartype</id>
</repositories> <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<build> </repository>
<pluginManagement> </repositories>
<plugins> <build>
<plugin> <pluginManagement>
<groupId>org.apache.maven.plugins</groupId> <plugins>
<artifactId>maven-surefire-plugin</artifactId> <plugin>
<version>2.22.0</version> <groupId>org.apache.maven.plugins</groupId>
<configuration> <artifactId>maven-surefire-plugin</artifactId>
<testFailureIgnore>false</testFailureIgnore> <version>2.22.0</version>
<excludes> <configuration>
<exclude>**/SolidSelfIntCheckFalsePositiveBigMeshTest.java</exclude> <testFailureIgnore>false</testFailureIgnore>
</excludes> <excludes>
</configuration> <exclude>**/SolidSelfIntCheckFalsePositiveBigMeshTest.java</exclude>
</plugin> </excludes>
</plugins> </configuration>
</pluginManagement> </plugin>
</build> <plugin>
<dependencyManagement> <artifactId>maven-compiler-plugin</artifactId>
<dependencies> <version>3.13.0</version>
<dependency> <configuration>
<groupId>org.openjfx</groupId> <compilerId>eclipse</compilerId>
<artifactId>javafx-controls</artifactId> </configuration>
<version>17.0.2</version> <dependencies>
</dependency> <dependency>
<dependency> <groupId>org.codehaus.plexus</groupId>
<groupId>org.openjfx</groupId> <artifactId>plexus-compiler-eclipse</artifactId>
<artifactId>javafx-fxml</artifactId> <version>2.15.0</version>
<version>17.0.2</version> </dependency>
</dependency> <dependency>
<dependency> <groupId>org.eclipse.jdt</groupId>
<groupId>org.openjfx</groupId> <artifactId>ecj</artifactId>
<artifactId>javafx-swing</artifactId> <version>3.38.0</version>
<version>17.0.2</version> </dependency>
</dependency> </dependencies>
<dependency> </plugin>
<groupId>de.hft.stuttgart</groupId> </plugins>
<artifactId>CityDoctorModel</artifactId> </pluginManagement>
<version>${revision}</version> </build>
</dependency> <dependencyManagement>
<dependency> <dependencies>
<groupId>de.hft.stuttgart</groupId> <dependency>
<artifactId>CityDoctorAutoPro</artifactId> <groupId>org.openjfx</groupId>
<version>${revision}</version> <artifactId>javafx-controls</artifactId>
</dependency> <version>17.0.2</version>
<dependency> </dependency>
<groupId>de.hft.stuttgart</groupId> <dependency>
<artifactId>CityDoctorValidation</artifactId> <groupId>org.openjfx</groupId>
<version>${revision}</version> <artifactId>javafx-fxml</artifactId>
</dependency> <version>17.0.2</version>
<dependency> </dependency>
<groupId>de.hft.stuttgart</groupId> <dependency>
<artifactId>CityDoctorGUI</artifactId> <groupId>org.openjfx</groupId>
<version>${revision}</version> <artifactId>javafx-swing</artifactId>
</dependency> <version>17.0.2</version>
<dependency> </dependency>
<groupId>de.hft.stuttgart</groupId> <dependency>
<artifactId>CityDoctorEdge</artifactId> <groupId>de.hft.stuttgart</groupId>
<version>${revision}</version> <artifactId>CityDoctorModel</artifactId>
</dependency> <version>${revision}</version>
<dependency> </dependency>
<groupId>de.hft.stuttgart</groupId> <dependency>
<artifactId>CityDoctorCheckResult</artifactId> <groupId>de.hft.stuttgart</groupId>
<version>${revision}</version> <artifactId>CityDoctorAutoPro</artifactId>
</dependency> <version>${revision}</version>
<dependency> </dependency>
<groupId>de.hft.stuttgart</groupId> <dependency>
<artifactId>CityDoctorHealer</artifactId> <groupId>de.hft.stuttgart</groupId>
<version>${revision}</version> <artifactId>CityDoctorValidation</artifactId>
</dependency> <version>${revision}</version>
<dependency> </dependency>
<groupId>net.sf.saxon</groupId> <dependency>
<artifactId>Saxon-HE</artifactId> <groupId>de.hft.stuttgart</groupId>
<version>12.2</version> <artifactId>CityDoctorGUI</artifactId>
</dependency> <version>${revision}</version>
<dependency> </dependency>
<groupId>org.hibernate</groupId> <dependency>
<artifactId>hibernate-core</artifactId> <groupId>de.hft.stuttgart</groupId>
<version>5.6.9.Final</version> <artifactId>CityDoctorEdge</artifactId>
</dependency> <version>${revision}</version>
<dependency> </dependency>
<groupId>org.citygml4j</groupId> <dependency>
<artifactId>citygml4j-core</artifactId> <groupId>de.hft.stuttgart</groupId>
<version>3.2.0</version> <artifactId>CityDoctorCheckResult</artifactId>
</dependency> <version>${revision}</version>
<dependency> </dependency>
<groupId>org.citygml4j</groupId> <dependency>
<artifactId>citygml4j-xml</artifactId> <groupId>de.hft.stuttgart</groupId>
<version>3.2.0</version> <artifactId>CityDoctorHealer</artifactId>
</dependency> <version>${revision}</version>
<dependency> </dependency>
<groupId>de.hft.stuttgart</groupId> <dependency>
<artifactId>citygml4j-quality-ade</artifactId> <groupId>net.sf.saxon</groupId>
<version>3.2.0</version> <artifactId>Saxon-HE</artifactId>
</dependency> <version>12.2</version>
<dependency> </dependency>
<groupId>org.apache.xmlgraphics</groupId> <dependency>
<artifactId>fop</artifactId> <groupId>org.hibernate</groupId>
<version>2.7</version> <artifactId>hibernate-core</artifactId>
</dependency> <version>5.6.9.Final</version>
<dependency> </dependency>
<groupId>org.jdom</groupId> <dependency>
<artifactId>jdom2</artifactId> <groupId>org.citygml4j</groupId>
<version>2.0.6.1</version> <artifactId>citygml4j-core</artifactId>
</dependency> <version>3.2.0</version>
<dependency> </dependency>
<groupId>junit</groupId> <dependency>
<artifactId>junit</artifactId> <groupId>org.citygml4j</groupId>
<version>4.13.2</version> <artifactId>citygml4j-xml</artifactId>
<scope>test</scope> <version>3.2.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jogamp.gluegen</groupId> <groupId>de.hft.stuttgart</groupId>
<artifactId>gluegen-rt-main</artifactId> <artifactId>citygml4j-quality-ade</artifactId>
<version>2.3.2</version> <version>3.2.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>gov.nist.math</groupId> <groupId>org.apache.xmlgraphics</groupId>
<artifactId>jama</artifactId> <artifactId>fop</artifactId>
<version>1.0.3</version> <version>2.7</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jogamp.jogl</groupId> <groupId>org.jdom</groupId>
<artifactId>jogl-all-main</artifactId> <artifactId>jdom2</artifactId>
<version>2.3.2</version> <version>2.0.6.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.logging.log4j</groupId> <groupId>junit</groupId>
<artifactId>log4j-api</artifactId> <artifactId>junit</artifactId>
<version>${log4j.version}</version> <version>4.13.2</version>
</dependency> <scope>test</scope>
<dependency> </dependency>
<groupId>org.apache.logging.log4j</groupId> <dependency>
<artifactId>log4j-core</artifactId> <groupId>org.jogamp.gluegen</groupId>
<version>${log4j.version}</version> <artifactId>gluegen-rt-main</artifactId>
</dependency> <version>2.3.2</version>
<dependency> </dependency>
<groupId>org.apache.logging.log4j</groupId> <dependency>
<artifactId>log4j-jul</artifactId> <groupId>gov.nist.math</groupId>
<version>${log4j.version}</version> <artifactId>jama</artifactId>
</dependency> <version>1.0.3</version>
<dependency> </dependency>
<groupId>org.yaml</groupId> <dependency>
<artifactId>snakeyaml</artifactId> <groupId>org.jogamp.jogl</groupId>
<version>1.30</version> <artifactId>jogl-all-main</artifactId>
</dependency> <version>2.3.2</version>
<dependency> </dependency>
<groupId>org.apache.logging.log4j</groupId> <dependency>
<artifactId>log4j-slf4j18-impl</artifactId> <groupId>org.apache.logging.log4j</groupId>
<version>${log4j.version}</version> <artifactId>log4j-api</artifactId>
</dependency> <version>${log4j.version}</version>
<dependency> </dependency>
<groupId>org.locationtech.proj4j</groupId> <dependency>
<artifactId>proj4j</artifactId> <groupId>org.apache.logging.log4j</groupId>
<version>1.1.5</version> <artifactId>log4j-core</artifactId>
</dependency> <version>${log4j.version}</version>
<dependency> </dependency>
<groupId>org.hibernate</groupId> <dependency>
<artifactId>hibernate-search-orm</artifactId> <groupId>org.apache.logging.log4j</groupId>
<version>5.11.9.Final</version> <artifactId>log4j-jul</artifactId>
</dependency> <version>${log4j.version}</version>
<dependency> </dependency>
<groupId>org.locationtech.jts</groupId> <dependency>
<artifactId>jts-core</artifactId> <groupId>org.yaml</groupId>
<version>1.19.0</version> <artifactId>snakeyaml</artifactId>
</dependency> <version>1.30</version>
<dependency> </dependency>
<groupId>com.sun.xml.bind</groupId> <dependency>
<artifactId>jaxb-impl</artifactId> <groupId>org.apache.logging.log4j</groupId>
<version>2.3.3</version> <artifactId>log4j-slf4j18-impl</artifactId>
</dependency> <version>${log4j.version}</version>
<dependency> </dependency>
<groupId>jakarta.xml.bind</groupId> <dependency>
<artifactId>jakarta.xml.bind-api</artifactId> <groupId>org.locationtech.proj4j</groupId>
<version>2.3.3</version> <artifactId>proj4j</artifactId>
</dependency> <version>1.1.5</version>
</dependencies> </dependency>
</dependencyManagement> <dependency>
<dependencies> <groupId>org.hibernate</groupId>
<dependency> <artifactId>hibernate-search-orm</artifactId>
<groupId>org.mockito</groupId> <version>5.11.9.Final</version>
<artifactId>mockito-core</artifactId> </dependency>
<version>4.6.1</version> <dependency>
<scope>test</scope> <groupId>org.locationtech.jts</groupId>
</dependency> <artifactId>jts-core</artifactId>
</dependencies> <version>1.19.0</version>
<modules> </dependency>
<module>CityDoctorModel</module> <dependency>
<module>CityDoctorValidation</module> <groupId>com.sun.xml.bind</groupId>
<module>CityDoctorEdge</module> <artifactId>jaxb-impl</artifactId>
<module>CityDoctorCheckResult</module> <version>2.3.3</version>
<module>CityDoctorGUI</module> </dependency>
<module>CityDoctorAutoPro</module> <dependency>
<module>CityDoctorHealer</module> <groupId>jakarta.xml.bind</groupId>
<module>CityDoctorHealerGenetic</module> <artifactId>jakarta.xml.bind-api</artifactId>
<module>CityDoctorHealerGUI</module> <version>2.3.3</version>
<module>CityDoctorWebService</module> </dependency>
</modules> <dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compilers</artifactId>
<version>2.15.0</version>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.6.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<modules>
<module>CityDoctorModel</module>
<module>CityDoctorValidation</module>
<module>CityDoctorEdge</module>
<module>CityDoctorCheckResult</module>
<module>CityDoctorGUI</module>
<module>CityDoctorAutoPro</module>
<module>CityDoctorHealer</module>
<module>CityDoctorHealerGenetic</module>
<module>CityDoctorHealerGUI</module>
<module>CityDoctorWebService</module>
</modules>
</project> </project>
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment