Adding comments to pom.xml file to indicate where are the changes required.
This commit is contained in:
parent
0ce74443fc
commit
cc5b47b426
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
<quarkus.platform.group-id>com.redhat.quarkus</quarkus.platform.group-id>
|
||||
<quarkus.platform.version>1.11.6.Final-redhat-00001</quarkus.platform.version>
|
||||
<surefire-plugin.version>3.0.0-M5</surefire-plugin.version>
|
||||
<!-- Property to force using Deployments over DeploymentConfig objects goes here. -->
|
||||
</properties>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
|
@ -135,6 +136,7 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<!-- Adding the jkube plugin configuration here -->
|
||||
</plugins>
|
||||
</build>
|
||||
<properties>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue