Adding comments to pom.xml file to indicate where are the changes required.

This commit is contained in:
Manuel Aude Morales 2021-06-29 08:11:47 -05:00
parent 0ce74443fc
commit cc5b47b426

View file

@ -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>