2025-11-03 18:33:59 +01: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.openautonomousconnection</groupId>
|
2025-12-13 16:04:42 +01:00
|
|
|
<artifactId>INSServer</artifactId>
|
2025-12-12 18:47:10 +01:00
|
|
|
<version>1.0-BETA</version>
|
2025-11-03 18:33:59 +01:00
|
|
|
<organization>
|
|
|
|
|
<name>Open Autonomous Connection</name>
|
|
|
|
|
<url>https://open-autonomous-connection.org/</url>
|
|
|
|
|
</organization>
|
|
|
|
|
<url>https://open-autonomous-connection.org/</url>
|
2025-12-13 16:04:42 +01:00
|
|
|
<description>The default INS-Server</description>
|
2025-11-03 18:33:59 +01:00
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<maven.compiler.source>23</maven.compiler.source>
|
|
|
|
|
<maven.compiler.target>23</maven.compiler.target>
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
<issueManagement>
|
|
|
|
|
<system>Issue Tracker</system>
|
2025-12-13 14:55:41 +01:00
|
|
|
<url>https://repo.open-autonomous-connection.org/open-autonomous-connection/INSServer/issues</url>
|
2025-11-03 18:33:59 +01:00
|
|
|
</issueManagement>
|
|
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
|
<license>
|
2025-12-13 15:53:57 +01:00
|
|
|
<name>Open Autonomous Public License (OAPL)</name>
|
2025-12-13 14:55:41 +01:00
|
|
|
<url>https://open-autonomous-connection.org/license.html</url>
|
2025-12-13 15:53:57 +01:00
|
|
|
</license>
|
|
|
|
|
<license>
|
|
|
|
|
<name>GNU General Public License v3.0</name>
|
|
|
|
|
<url>https://www.gnu.org/licenses/gpl-3.0.html</url>
|
|
|
|
|
<comments>
|
|
|
|
|
Default license: Applies to all users and projects unless an explicit alternative license has been granted.
|
|
|
|
|
</comments>
|
|
|
|
|
</license>
|
|
|
|
|
<license>
|
|
|
|
|
<name>LPGL 3</name>
|
|
|
|
|
<url>https://www.gnu.org/licenses/lgpl-3.0.html#license-text</url>
|
|
|
|
|
</license>
|
|
|
|
|
<license>
|
|
|
|
|
<name>LPGL 2.1</name>
|
|
|
|
|
<url>https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.en#SEC1</url>
|
|
|
|
|
</license>
|
|
|
|
|
<license>
|
|
|
|
|
<name>WTPL License</name>
|
|
|
|
|
<url>https://github.com/ronmamo/reflections/tree/master?tab=WTFPL-1-ov-file</url>
|
|
|
|
|
</license>
|
|
|
|
|
<license>
|
|
|
|
|
<name>Apache License 2.0</name>
|
|
|
|
|
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
|
|
|
</license>
|
|
|
|
|
<license>
|
|
|
|
|
<name>MIT License</name>
|
|
|
|
|
<url>https://opensource.org/license/mit</url>
|
|
|
|
|
</license>
|
|
|
|
|
<license>
|
|
|
|
|
<name>javassist</name>
|
|
|
|
|
<url>https://github.com/jboss-javassist/javassist/blob/master/License.html</url>
|
|
|
|
|
</license>
|
|
|
|
|
<license>
|
|
|
|
|
<name>projectlombok</name>
|
|
|
|
|
<url>https://github.com/projectlombok/lombok?tab=License-1-ov-file</url>
|
2025-11-03 18:33:59 +01:00
|
|
|
</license>
|
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.openautonomousconnection</groupId>
|
|
|
|
|
<artifactId>protocol</artifactId>
|
2025-12-13 15:53:57 +01:00
|
|
|
<version>1.0.0-BETA.5</version>
|
2025-12-11 12:01:09 +01:00
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
|
<version>1.18.38</version>
|
|
|
|
|
<scope>provided</scope>
|
2025-11-03 18:33:59 +01:00
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
2025-12-13 14:42:51 +01:00
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
2025-12-13 15:53:57 +01:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
|
|
|
<version>3.6.0</version>
|
2025-12-13 14:42:51 +01:00
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<phase>package</phase>
|
|
|
|
|
<goals>
|
2025-12-13 15:53:57 +01:00
|
|
|
<goal>shade</goal>
|
2025-12-13 14:42:51 +01:00
|
|
|
</goals>
|
2025-12-13 15:53:57 +01:00
|
|
|
<configuration>
|
|
|
|
|
<transformers>
|
|
|
|
|
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
|
|
|
|
|
<mainClass>org.openautonomousconnection.insserver.Main</mainClass>
|
|
|
|
|
</transformer>
|
|
|
|
|
</transformers>
|
|
|
|
|
</configuration>
|
2025-12-13 14:42:51 +01:00
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
2025-11-03 18:33:59 +01:00
|
|
|
</project>
|