reformat POM files

This commit is contained in:
Marc Baloup 2022-07-22 17:10:34 +02:00
parent 566ffee3ae
commit c827027e77
19 changed files with 115 additions and 85 deletions

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-bungee-permissions</artifactId> <artifactId>pandalib-bungee-permissions</artifactId>
<packaging>jar</packaging>
<repositories> <repositories>
<repository> <repository>

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-bungee-players</artifactId> <artifactId>pandalib-bungee-players</artifactId>
<packaging>jar</packaging>
<repositories> <repositories>
<repository> <repository>

View File

@ -1,13 +1,16 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <?xml version="1.0" encoding="UTF-8"?>
<modelVersion>4.0.0</modelVersion> <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<parent> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>fr.pandacube.lib</groupId> <parent>
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<version>1.0-SNAPSHOT</version> <groupId>fr.pandacube.lib</groupId>
</parent> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
<artifactId>pandalib-bungee</artifactId> </parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-bungee</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<repositories> <repositories>
@ -16,14 +19,14 @@
<url>https://oss.sonatype.org/content/repositories/snapshots</url> <url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository> </repository>
</repositories> </repositories>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>net.md-5</groupId> <groupId>net.md-5</groupId>
<artifactId>bungeecord-api</artifactId> <artifactId>bungeecord-api</artifactId>
<version>${bungeecord.version}</version> <version>${bungeecord.version}</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -6,6 +6,7 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -1,13 +1,17 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <?xml version="1.0" encoding="UTF-8"?>
<modelVersion>4.0.0</modelVersion> <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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-cli</artifactId>
<artifactId>pandalib-cli</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<repositories> <repositories>
@ -27,27 +31,23 @@
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<artifactId>pandalib-core</artifactId> <artifactId>pandalib-core</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<artifactId>pandalib-reflect</artifactId> <artifactId>pandalib-reflect</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.md-5</groupId> <groupId>net.md-5</groupId>
<artifactId>bungeecord-log</artifactId> <artifactId>bungeecord-log</artifactId>
<version>${bungeecord.version}</version> <version>${bungeecord.version}</version>
<scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.md-5</groupId> <groupId>net.md-5</groupId>
<artifactId>bungeecord-config</artifactId> <artifactId>bungeecord-config</artifactId>
<version>${bungeecord.version}</version> <version>${bungeecord.version}</version>
<scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -1,13 +1,14 @@
<?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" <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"> 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>
<parent> <parent>
<groupId>fr.pandacube.lib</groupId>
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-core</artifactId> <artifactId>pandalib-core</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-db</artifactId> <artifactId>pandalib-db</artifactId>
<packaging>jar</packaging>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-net</artifactId> <artifactId>pandalib-net</artifactId>
<packaging>jar</packaging>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-netapi</artifactId> <artifactId>pandalib-netapi</artifactId>
<packaging>jar</packaging>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-paper-permissions</artifactId> <artifactId>pandalib-paper-permissions</artifactId>
<packaging>jar</packaging>
<repositories> <repositories>
<repository> <repository>

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-paper-players</artifactId> <artifactId>pandalib-paper-players</artifactId>
<packaging>jar</packaging>
<repositories> <repositories>
<repository> <repository>

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-paper-reflect</artifactId> <artifactId>pandalib-paper-reflect</artifactId>
<packaging>jar</packaging>
<repositories> <repositories>
<repository> <repository>

View File

@ -1,55 +1,58 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <?xml version="1.0" encoding="UTF-8"?>
<modelVersion>4.0.0</modelVersion> <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<parent> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<groupId>fr.pandacube.lib</groupId> <parent>
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<version>1.0-SNAPSHOT</version> <groupId>fr.pandacube.lib</groupId>
</parent> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
<artifactId>pandalib-paper</artifactId> </parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-paper</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<repositories> <repositories>
<repository> <repository>
<id>papermc</id> <id>papermc</id>
<url>https://papermc.io/repo/repository/maven-public/</url> <url>https://papermc.io/repo/repository/maven-public/</url>
</repository> </repository>
<repository> <repository>
<id>fabricmc</id> <id>fabricmc</id>
<url>https://maven.fabricmc.net/</url> <url>https://maven.fabricmc.net/</url>
</repository> </repository>
</repositories> </repositories>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<artifactId>pandalib-chat</artifactId> <artifactId>pandalib-chat</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>net.kyori</groupId> <groupId>net.kyori</groupId>
<artifactId>adventure-api</artifactId> <artifactId>adventure-api</artifactId>
</exclusion> </exclusion>
<exclusion> <exclusion>
<groupId>net.kyori</groupId> <groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-plain</artifactId> <artifactId>adventure-text-serializer-plain</artifactId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<artifactId>pandalib-reflect</artifactId> <artifactId>pandalib-reflect</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency>
<groupId>fr.pandacube.lib</groupId>
<artifactId>pandalib-util</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>fr.pandacube.lib</groupId>
<artifactId>pandalib-util</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Paper --> <!-- Paper -->
<dependency> <dependency>
<groupId>io.papermc.paper</groupId> <groupId>io.papermc.paper</groupId>
@ -63,6 +66,6 @@
<version>${paper.version}-SNAPSHOT</version> <version>${paper.version}-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-permissions</artifactId> <artifactId>pandalib-permissions</artifactId>
<packaging>jar</packaging>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-players-permissible</artifactId> <artifactId>pandalib-players-permissible</artifactId>
<packaging>jar</packaging>
<dependencies> <dependencies>

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-players-standalone</artifactId> <artifactId>pandalib-players-standalone</artifactId>
<packaging>jar</packaging>
<dependencies> <dependencies>

View File

@ -6,10 +6,12 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-reflect</artifactId> <artifactId>pandalib-reflect</artifactId>
<packaging>jar</packaging>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -6,14 +6,11 @@
<artifactId>pandalib-parent</artifactId> <artifactId>pandalib-parent</artifactId>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>pandalib-util</artifactId> <artifactId>pandalib-util</artifactId>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
</project> </project>

View File

@ -1,6 +1,7 @@
<?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" <project xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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> <modelVersion>4.0.0</modelVersion>
<groupId>fr.pandacube.lib</groupId> <groupId>fr.pandacube.lib</groupId>