Skip to content

Commit

Permalink
Adding plugin management
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaresfe committed Oct 22, 2021
1 parent ddd58b5 commit 1f339d9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@
<artifactId>mtls-quickstart</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
<jkube.version>1.4.0</jkube.version>
</properties>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.eclipse.jkube</groupId>
<artifactId>openshift-maven-plugin</artifactId>
<version>${jkube.version}</version>
</plugin>
</plugins>
</pluginManagement>
</build>

<modules>
<module>quarkus-client-mtls</module>
Expand Down
1 change: 0 additions & 1 deletion quarkus-client-mtls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
<plugin>
<groupId>org.eclipse.jkube</groupId>
<artifactId>openshift-maven-plugin</artifactId>
<version>${jkube.version}</version>
</plugin>
</plugins>
</build>
Expand Down
1 change: 0 additions & 1 deletion quarkus-server-mtls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
<plugin>
<groupId>org.eclipse.jkube</groupId>
<artifactId>openshift-maven-plugin</artifactId>
<version>${jkube.version}</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 1f339d9

Please sign in to comment.