pom aangeppast met registry

This commit is contained in:
ubuntu 2025-10-27 17:40:07 +00:00
parent 2cc785fe10
commit a98f65aea6

View File

@ -4,12 +4,13 @@
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>nexus-riscv.allarddcs.nl/registry</groupId> <groupId>allardkrings</groupId>
<artifactId>riscv64-olproperties</artifactId> <artifactId>riscv64-olproperties</artifactId>
<version>1.0</version> <version>1.0</version>
<packaging>war</packaging> <packaging>war</packaging>
<properties> <properties>
<docker.registry>nexus-riscv.allarddcs.nl/registry</docker.registry>
<maven.compiler.source>17</maven.compiler.source> <maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target> <maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -116,7 +117,7 @@
<arguments> <arguments>
<argument>build</argument> <argument>build</argument>
<argument>-t</argument> <argument>-t</argument>
<argument>nexus-riscv.allarddcs.nl/registry/${project.artifactId}:${project.version}</argument> <argument>${docker.registry}/${project.artifactId}:${project.version}</argument>
<argument>.</argument> <argument>.</argument>
</arguments> </arguments>
</configuration> </configuration>