Skip to content
Snippets Groups Projects
Commit 0dd3b210 authored by OZGCloud's avatar OZGCloud
Browse files

rename artifact

parent 3d0713f8
Branches
Tags
No related merge requests found
#!/bin/bash
mvn -Pnative spring-boot:build-image
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<groupId>de.ozgcloud</groupId> <groupId>de.ozgcloud</groupId>
<artifactId>operator</artifactId> <artifactId>ozg-operator</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<name>ozg-operator</name> <name>OZG Cloud Operator</name>
<description>OZG Cloud Operator</description> <description>OZG Cloud Operator</description>
<properties> <properties>
<java.version>17</java.version> <java.version>17</java.version>
...@@ -35,6 +35,10 @@ ...@@ -35,6 +35,10 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId> <artifactId>spring-boot-maven-plugin</artifactId>
</plugin> </plugin>
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
</plugin>
</plugins> </plugins>
</build> </build>
......
#!/bin/bash
docker run --rm -p 8080:8080 docker.io/library/operator:0.0.1-SNAPSHOT
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment