Cleaned up pom.xml files

This commit is contained in:
Tefek 2020-08-18 22:25:19 +02:00
parent 9e0a578efc
commit 0386288949
10 changed files with 341 additions and 231 deletions

View File

@ -6,8 +6,6 @@
<name>plutocommandparser</name> <name>plutocommandparser</name>
<description>Pluto Command Parser</description> <description>Pluto Command Parser</description>
<properties> <properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release> <maven.compiler.release>11</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@ -19,4 +17,17 @@
<version>0.2</version> <version>0.2</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<release>11</release>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project> </project>

View File

@ -5,8 +5,7 @@
<version>0.1</version> <version>0.1</version>
<name>plutodb</name> <name>plutodb</name>
<properties> <properties>
<maven.compiler.source>12</maven.compiler.source> <maven.compiler.release>11</maven.compiler.release>
<maven.compiler.target>12</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<lwjgl.version>3.2.3</lwjgl.version> <lwjgl.version>3.2.3</lwjgl.version>
@ -93,4 +92,17 @@
<classifier>${lwjgl.natives}</classifier> <classifier>${lwjgl.natives}</classifier>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<release>11</release>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project> </project>

View File

@ -4,8 +4,7 @@
<artifactId>plutoframebuffer</artifactId> <artifactId>plutoframebuffer</artifactId>
<version>0.1</version> <version>0.1</version>
<properties> <properties>
<maven.compiler.source>11</maven.compiler.source> <maven.compiler.release>11</maven.compiler.release>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties> </properties>
@ -21,4 +20,17 @@
<version>0.1</version> <version>0.1</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<release>11</release>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project> </project>

View File

@ -7,8 +7,7 @@
<version>0.2</version> <version>0.2</version>
<name>plutogui</name> <name>plutogui</name>
<properties> <properties>
<maven.compiler.source>11</maven.compiler.source> <maven.compiler.release>11</maven.compiler.release>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties> </properties>
@ -34,4 +33,17 @@
<version>0.2</version> <version>0.2</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<release>11</release>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project> </project>

View File

@ -5,8 +5,7 @@
<version>0.2</version> <version>0.2</version>
<name>plutoio2</name> <name>plutoio2</name>
<properties> <properties>
<maven.compiler.source>12</maven.compiler.source> <maven.compiler.release>11</maven.compiler.release>
<maven.compiler.target>12</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<lwjgl.version>3.2.3</lwjgl.version> <lwjgl.version>3.2.3</lwjgl.version>
@ -96,4 +95,17 @@
<version>3.9</version> <version>3.9</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<release>11</release>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project> </project>

View File

@ -5,8 +5,7 @@
<version>0.2</version> <version>0.2</version>
<name>plutomesher</name> <name>plutomesher</name>
<properties> <properties>
<maven.compiler.source>11</maven.compiler.source> <maven.compiler.release>11</maven.compiler.release>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties> </properties>
@ -17,4 +16,17 @@
<version>0.3</version> <version>0.3</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<release>11</release>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project> </project>

View File

@ -5,8 +5,7 @@
<version>0.3</version> <version>0.3</version>
<name>plutoshader</name> <name>plutoshader</name>
<properties> <properties>
<maven.compiler.source>11</maven.compiler.source> <maven.compiler.release>11</maven.compiler.release>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties> </properties>
@ -27,4 +26,17 @@
<version>0.2</version> <version>0.2</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<release>11</release>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project> </project>

View File

@ -4,8 +4,7 @@
<artifactId>plutospritesheet</artifactId> <artifactId>plutospritesheet</artifactId>
<version>0.2</version> <version>0.2</version>
<properties> <properties>
<maven.compiler.source>11</maven.compiler.source> <maven.compiler.release>11</maven.compiler.release>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties> </properties>
@ -31,4 +30,17 @@
<version>0.3</version> <version>0.3</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<release>11</release>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project> </project>

View File

@ -1,217 +1,220 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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> <modelVersion>4.0.0</modelVersion>
<groupId>cz.tefek</groupId> <groupId>cz.tefek</groupId>
<artifactId>plutostatic</artifactId> <artifactId>plutostatic</artifactId>
<version>0.3</version> <version>0.3</version>
<name>plutostatic</name> <name>plutostatic</name>
<properties> <properties>
<maven.compiler.source>11</maven.compiler.source> <maven.compiler.release>11</maven.compiler.release>
<maven.compiler.target>11</maven.compiler.target> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <lwjgl.version>3.2.3</lwjgl.version>
<lwjgl.version>3.2.3</lwjgl.version> <joml.version>1.9.17</joml.version>
<joml.version>1.9.17</joml.version> <steamworks4j.version>1.8.0</steamworks4j.version>
<steamworks4j.version>1.8.0</steamworks4j.version> <steamworks4j-server.version>1.8.0</steamworks4j-server.version>
<steamworks4j-server.version>1.8.0</steamworks4j-server.version> </properties>
</properties> <profiles>
<profiles> <profile>
<profile> <id>lwjgl-natives-linux-amd64</id>
<id>lwjgl-natives-linux-amd64</id> <activation>
<activation> <os>
<os> <family>unix</family>
<family>unix</family> <arch>amd64</arch>
<arch>amd64</arch> </os>
</os> </activation>
</activation> <properties>
<properties> <lwjgl.natives>natives-linux</lwjgl.natives>
<lwjgl.natives>natives-linux</lwjgl.natives> </properties>
</properties> </profile>
</profile> <profile>
<profile> <id>lwjgl-natives-macos-amd64</id>
<id>lwjgl-natives-macos-amd64</id> <activation>
<activation> <os>
<os> <family>mac</family>
<family>mac</family> <arch>amd64</arch>
<arch>amd64</arch> </os>
</os> </activation>
</activation> <properties>
<properties> <lwjgl.natives>natives-macos</lwjgl.natives>
<lwjgl.natives>natives-macos</lwjgl.natives> </properties>
</properties> </profile>
</profile> <profile>
<profile> <id>lwjgl-natives-windows-amd64</id>
<id>lwjgl-natives-windows-amd64</id> <activation>
<activation> <os>
<os> <family>windows</family>
<family>windows</family> <arch>amd64</arch>
<arch>amd64</arch> </os>
</os> </activation>
</activation> <properties>
<properties> <lwjgl.natives>natives-windows</lwjgl.natives>
<lwjgl.natives>natives-windows</lwjgl.natives> </properties>
</properties> </profile>
</profile> <profile>
<profile> <id>lwjgl-natives-windows-x86</id>
<id>lwjgl-natives-windows-x86</id> <activation>
<activation> <os>
<os> <family>windows</family>
<family>windows</family> <arch>x86</arch>
<arch>x86</arch> </os>
</os> </activation>
</activation> <properties>
<properties> <lwjgl.natives>natives-windows-x86</lwjgl.natives>
<lwjgl.natives>natives-windows-x86</lwjgl.natives> </properties>
</properties> </profile>
</profile> </profiles>
</profiles>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.lwjgl</groupId> <groupId>org.lwjgl</groupId>
<artifactId>lwjgl-bom</artifactId> <artifactId>lwjgl-bom</artifactId>
<version>${lwjgl.version}</version> <version>${lwjgl.version}</version>
<scope>import</scope> <scope>import</scope>
<type>pom</type> <type>pom</type>
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.lwjgl</groupId> <groupId>org.lwjgl</groupId>
<artifactId>lwjgl</artifactId> <artifactId>lwjgl</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.lwjgl</groupId> <groupId>org.lwjgl</groupId>
<artifactId>lwjgl-assimp</artifactId> <artifactId>lwjgl-assimp</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.lwjgl</groupId> <groupId>org.lwjgl</groupId>
<artifactId>lwjgl-glfw</artifactId> <artifactId>lwjgl-glfw</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.lwjgl</groupId> <groupId>org.lwjgl</groupId>
<artifactId>lwjgl-llvm</artifactId> <artifactId>lwjgl-llvm</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.lwjgl</groupId> <groupId>org.lwjgl</groupId>
<artifactId>lwjgl-lz4</artifactId> <artifactId>lwjgl-lz4</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.lwjgl</groupId> <groupId>org.lwjgl</groupId>
<artifactId>lwjgl-nanovg</artifactId> <artifactId>lwjgl-nanovg</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.lwjgl</groupId> <groupId>org.lwjgl</groupId>
<artifactId>lwjgl-openal</artifactId> <artifactId>lwjgl-openal</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.lwjgl</groupId> <groupId>org.lwjgl</groupId>
<artifactId>lwjgl-opengl</artifactId> <artifactId>lwjgl-opengl</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.lwjgl</groupId> <groupId>org.lwjgl</groupId>
<artifactId>lwjgl-opus</artifactId> <artifactId>lwjgl-opus</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.lwjgl</groupId> <groupId>org.lwjgl</groupId>
<artifactId>lwjgl-stb</artifactId> <artifactId>lwjgl-stb</artifactId>
</dependency> </dependency>
<!-- <!-- <dependency> <groupId>org.lwjgl</groupId> <artifactId>lwjgl-jemalloc</artifactId>
<dependency> </dependency> -->
<groupId>org.lwjgl</groupId> <dependency>
<artifactId>lwjgl-jemalloc</artifactId> <groupId>org.lwjgl</groupId>
</dependency> <artifactId>lwjgl</artifactId>
--> <classifier>${lwjgl.natives}</classifier>
<dependency> </dependency>
<groupId>org.lwjgl</groupId> <dependency>
<artifactId>lwjgl</artifactId> <groupId>org.lwjgl</groupId>
<classifier>${lwjgl.natives}</classifier> <artifactId>lwjgl-assimp</artifactId>
</dependency> <classifier>${lwjgl.natives}</classifier>
<dependency> </dependency>
<groupId>org.lwjgl</groupId> <dependency>
<artifactId>lwjgl-assimp</artifactId> <groupId>org.lwjgl</groupId>
<classifier>${lwjgl.natives}</classifier> <artifactId>lwjgl-glfw</artifactId>
</dependency> <classifier>${lwjgl.natives}</classifier>
<dependency> </dependency>
<groupId>org.lwjgl</groupId> <dependency>
<artifactId>lwjgl-glfw</artifactId> <groupId>org.lwjgl</groupId>
<classifier>${lwjgl.natives}</classifier> <artifactId>lwjgl-llvm</artifactId>
</dependency> <classifier>${lwjgl.natives}</classifier>
<dependency> </dependency>
<groupId>org.lwjgl</groupId> <dependency>
<artifactId>lwjgl-llvm</artifactId> <groupId>org.lwjgl</groupId>
<classifier>${lwjgl.natives}</classifier> <artifactId>lwjgl-lz4</artifactId>
</dependency> <classifier>${lwjgl.natives}</classifier>
<dependency> </dependency>
<groupId>org.lwjgl</groupId> <dependency>
<artifactId>lwjgl-lz4</artifactId> <groupId>org.lwjgl</groupId>
<classifier>${lwjgl.natives}</classifier> <artifactId>lwjgl-nanovg</artifactId>
</dependency> <classifier>${lwjgl.natives}</classifier>
<dependency> </dependency>
<groupId>org.lwjgl</groupId> <dependency>
<artifactId>lwjgl-nanovg</artifactId> <groupId>org.lwjgl</groupId>
<classifier>${lwjgl.natives}</classifier> <artifactId>lwjgl-openal</artifactId>
</dependency> <classifier>${lwjgl.natives}</classifier>
<dependency> </dependency>
<groupId>org.lwjgl</groupId> <dependency>
<artifactId>lwjgl-openal</artifactId> <groupId>org.lwjgl</groupId>
<classifier>${lwjgl.natives}</classifier> <artifactId>lwjgl-opengl</artifactId>
</dependency> <classifier>${lwjgl.natives}</classifier>
<dependency> </dependency>
<groupId>org.lwjgl</groupId> <dependency>
<artifactId>lwjgl-opengl</artifactId> <groupId>org.lwjgl</groupId>
<classifier>${lwjgl.natives}</classifier> <artifactId>lwjgl-opus</artifactId>
</dependency> <classifier>${lwjgl.natives}</classifier>
<dependency> </dependency>
<groupId>org.lwjgl</groupId> <dependency>
<artifactId>lwjgl-opus</artifactId> <groupId>org.lwjgl</groupId>
<classifier>${lwjgl.natives}</classifier> <artifactId>lwjgl-stb</artifactId>
</dependency> <classifier>${lwjgl.natives}</classifier>
<dependency> </dependency>
<groupId>org.lwjgl</groupId> <!-- <dependency> <groupId>org.lwjgl</groupId> <artifactId>lwjgl-jemalloc</artifactId>
<artifactId>lwjgl-stb</artifactId> <classifier>${lwjgl.natives}</classifier> </dependency> -->
<classifier>${lwjgl.natives}</classifier> <dependency>
</dependency> <groupId>org.joml</groupId>
<!-- <artifactId>joml</artifactId>
<dependency> <version>${joml.version}</version>
<groupId>org.lwjgl</groupId> </dependency>
<artifactId>lwjgl-jemalloc</artifactId> <dependency>
<classifier>${lwjgl.natives}</classifier> <groupId>com.code-disaster.steamworks4j</groupId>
</dependency> <artifactId>steamworks4j</artifactId>
--> <version>${steamworks4j.version}</version>
<dependency> </dependency>
<groupId>org.joml</groupId> <dependency>
<artifactId>joml</artifactId> <groupId>com.code-disaster.steamworks4j</groupId>
<version>${joml.version}</version> <artifactId>steamworks4j-server</artifactId>
</dependency> <version>${steamworks4j-server.version}</version>
<dependency> </dependency>
<groupId>com.code-disaster.steamworks4j</groupId> <dependency>
<artifactId>steamworks4j</artifactId> <groupId>org.joml</groupId>
<version>${steamworks4j.version}</version> <artifactId>joml</artifactId>
</dependency> <version>${joml.version}</version>
<dependency> </dependency>
<groupId>com.code-disaster.steamworks4j</groupId> <dependency>
<artifactId>steamworks4j-server</artifactId> <groupId>commons-io</groupId>
<version>${steamworks4j-server.version}</version> <artifactId>commons-io</artifactId>
</dependency> <version>2.6</version>
<dependency> </dependency>
<groupId>org.joml</groupId> <dependency>
<artifactId>joml</artifactId> <groupId>cz.tefek</groupId>
<version>${joml.version}</version> <artifactId>plutoio2</artifactId>
</dependency> <version>0.2</version>
<dependency> </dependency>
<groupId>commons-io</groupId> </dependencies>
<artifactId>commons-io</artifactId> <build>
<version>2.6</version> <plugins>
</dependency> <plugin>
<dependency> <groupId>org.apache.maven.plugins</groupId>
<groupId>cz.tefek</groupId> <artifactId>maven-compiler-plugin</artifactId>
<artifactId>plutoio2</artifactId> <version>3.8.0</version>
<version>0.2</version> <configuration>
</dependency> <release>11</release>
</dependencies> <encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project> </project>

View File

@ -5,8 +5,7 @@
<version>0.1</version> <version>0.1</version>
<name>plutotexturing</name> <name>plutotexturing</name>
<properties> <properties>
<maven.compiler.source>11</maven.compiler.source> <maven.compiler.release>11</maven.compiler.release>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties> </properties>
@ -17,4 +16,17 @@
<version>0.3</version> <version>0.3</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<release>11</release>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project> </project>