Skip to content

Commit

Permalink
fix: Quarkus custom image assembly config up to date
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa authored and rohanKanojia committed Jul 21, 2020
1 parent 1958da9 commit 1a3a2dd
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions quickstarts/maven/quarkus-customized-image/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.eclipse.jkube.quickstarts.maven</groupId>
<artifactId>quarkus-customized-image</artifactId>
<version>1.0.0-alpha-4</version>
<version>1.0.0-SNAPSHOT</version>
<name>Eclipse JKube :: Quickstarts :: Maven :: Quarkus customized Image</name>
<description>
Quarkus REST JSON project
Expand All @@ -29,7 +29,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<version.quarkus>1.4.1.Final</version.quarkus>
<version.quarkus>1.6.0.Final</version.quarkus>
<jkube.build.pullSecret>12819530-ocp42-exposed-env-pull-secret-pull-secret</jkube.build.pullSecret>
</properties>

Expand All @@ -55,12 +55,6 @@
<artifactId>quarkus-resteasy-jackson</artifactId>
<version>${version.quarkus}</version>
</dependency>
<!-- https://github.com/quarkusio/quarkus/issues/8391-->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.48.Final</version>
</dependency>
</dependencies>

<build>
Expand Down Expand Up @@ -98,7 +92,7 @@
</env>
<assembly>
<mode>dir</mode>
<targetDir>/</targetDir>
<targetDir>/deployments</targetDir>
<inline>
<id>customized-quarkus</id>
<files>
Expand All @@ -110,8 +104,7 @@
<fileSets>
<fileSet>
<directory>${project.basedir}/target/lib</directory>
<outputDirectory>.</outputDirectory>
<fileMode>755</fileMode>
<outputDirectory>lib</outputDirectory>
</fileSet>
</fileSets>
</inline>
Expand Down

0 comments on commit 1a3a2dd

Please sign in to comment.