2026-01-18 14:40:25 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2026-02-10 19:34:28 +01:00
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
2026-01-18 14:40:25 +01:00
|
|
|
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>
|
|
|
|
|
|
2026-02-06 18:11:52 +01:00
|
|
|
<groupId>org.openautonomousconnection</groupId>
|
2026-01-18 14:40:25 +01:00
|
|
|
<artifactId>InfoNameLib</artifactId>
|
2026-02-11 23:16:35 +01:00
|
|
|
<version>1.0.0-BETA.1.0</version>
|
2026-01-18 18:24:18 +01:00
|
|
|
<organization>
|
|
|
|
|
<name>Open Autonomous Connection</name>
|
|
|
|
|
<url>https://open-autonomous-connection.org/</url>
|
|
|
|
|
</organization>
|
|
|
|
|
<url>https://open-autonomous-connection.org/</url>
|
|
|
|
|
<description>InfoName and URL library to make client-side connection set-ups easier</description>
|
2026-01-18 14:51:11 +01:00
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>oac</id>
|
|
|
|
|
<name>InfoNameLib</name>
|
|
|
|
|
<url>https://repo.open-autonomous-connection.org/api/packages/open-autonomous-connection/maven</url>
|
|
|
|
|
</repository>
|
|
|
|
|
</distributionManagement>
|
2026-01-18 18:24:18 +01:00
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
|
<developer>
|
|
|
|
|
<name>UnlegitDqrk</name>
|
|
|
|
|
<organization>Open Autonomous Connection</organization>
|
|
|
|
|
<organizationUrl>https://open-autonomous-connection.org/</organizationUrl>
|
|
|
|
|
<url>https://unlegitdqrk.dev/</url>
|
|
|
|
|
<roles>
|
|
|
|
|
<role>Owner</role>
|
|
|
|
|
<role>Head Developer</role>
|
|
|
|
|
</roles>
|
|
|
|
|
</developer>
|
|
|
|
|
<developer>
|
|
|
|
|
<name>Maple</name>
|
|
|
|
|
<organization>Open Autonomous Connection</organization>
|
|
|
|
|
<organizationUrl>https://open-autonomous-connection.org/</organizationUrl>
|
|
|
|
|
<url>https://niumaple.carrd.co/</url>
|
|
|
|
|
<roles>
|
|
|
|
|
<role>Owner</role>
|
|
|
|
|
<role>Head Developer</role>
|
|
|
|
|
</roles>
|
|
|
|
|
</developer>
|
|
|
|
|
</developers>
|
|
|
|
|
|
2026-01-18 14:51:11 +01:00
|
|
|
<repositories>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>oac</id>
|
|
|
|
|
<url>https://repo.open-autonomous-connection.org/api/packages/open-autonomous-connection/maven</url>
|
|
|
|
|
<snapshots>
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
</snapshots>
|
|
|
|
|
</repository>
|
|
|
|
|
</repositories>
|
2026-01-18 18:24:18 +01:00
|
|
|
|
2026-01-18 14:51:11 +01:00
|
|
|
<issueManagement>
|
|
|
|
|
<system>Issue Tracker</system>
|
2026-01-18 18:24:18 +01:00
|
|
|
<url>https://repo.open-autonomous-connection.org/open-autonomous-connection/InfoName-Lib/issues</url>
|
2026-01-18 14:51:11 +01:00
|
|
|
</issueManagement>
|
2026-01-18 14:40:25 +01:00
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<maven.compiler.source>22</maven.compiler.source>
|
|
|
|
|
<maven.compiler.target>22</maven.compiler.target>
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
</properties>
|
2026-01-18 18:24:18 +01:00
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
|
<license>
|
|
|
|
|
<name>Open Autonomous Public License (OAPL)</name>
|
|
|
|
|
<url>https://open-autonomous-connection.org/license.html</url>
|
|
|
|
|
</license>
|
|
|
|
|
<license>
|
|
|
|
|
<name>Eclipse Public License v2.0</name>
|
|
|
|
|
<url>https://www.eclipse.org/legal/epl-2.0/</url>
|
|
|
|
|
</license>
|
|
|
|
|
<license>
|
|
|
|
|
<name>projectlombok</name>
|
|
|
|
|
<url>https://github.com/projectlombok/lombok?tab=License-1-ov-file</url>
|
|
|
|
|
</license>
|
|
|
|
|
</licenses>
|
|
|
|
|
|
2026-01-18 14:40:25 +01:00
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
|
<version>1.18.38</version>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.junit.jupiter</groupId>
|
|
|
|
|
<artifactId>junit-jupiter</artifactId>
|
|
|
|
|
<version>6.0.0</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
2026-02-10 19:34:28 +01:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.openautonomousconnection</groupId>
|
|
|
|
|
<artifactId>Protocol</artifactId>
|
2026-02-11 23:16:35 +01:00
|
|
|
<version>1.0.0-BETA.1.0</version>
|
2026-02-10 19:34:28 +01:00
|
|
|
</dependency>
|
2026-01-18 14:40:25 +01:00
|
|
|
</dependencies>
|
|
|
|
|
|
2026-01-18 18:24:18 +01:00
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
|
<version>3.3.0</version>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>attach-sources</id>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>jar</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
|
<version>3.6.3</version>
|
2026-01-19 19:03:58 +01:00
|
|
|
<configuration>
|
|
|
|
|
<failOnError>false</failOnError>
|
|
|
|
|
<failOnWarnings>false</failOnWarnings>
|
|
|
|
|
<doclint>none</doclint>
|
|
|
|
|
<locale>en_US</locale>
|
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
|
<docencoding>UTF-8</docencoding>
|
|
|
|
|
<charset>UTF-8</charset>
|
|
|
|
|
</configuration>
|
2026-01-18 18:24:18 +01:00
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>attach-javadocs</id>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>jar</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
2026-01-18 14:40:25 +01:00
|
|
|
</project>
|