pom aangeppast met registry
This commit is contained in:
parent
2cc785fe10
commit
a98f65aea6
5
pom.xml
5
pom.xml
|
|
@ -4,12 +4,13 @@
|
|||
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>nexus-riscv.allarddcs.nl/registry</groupId>
|
||||
<groupId>allardkrings</groupId>
|
||||
<artifactId>riscv64-olproperties</artifactId>
|
||||
<version>1.0</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
<docker.registry>nexus-riscv.allarddcs.nl/registry</docker.registry>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
|
@ -116,7 +117,7 @@
|
|||
<arguments>
|
||||
<argument>build</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>
|
||||
</arguments>
|
||||
</configuration>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user